I hope you have a firewall set up. First thing is to set it to ignore ping requests. Good Idea in general because it will decrease the number of random ports scans.
Here are some ragistery tweaks.
I take no reponsibility if they destroy your box.hkey_local_machine \system \currentcontrolset \services \tcpip \parameters \synattackprotect=1 REG_DWORD
hkey_local_machine \system \currentcontrolset \services \tcpip \parameters \tcpmaxconnectresponseretransmissions=2 REG_DWORD
hkey_local_machine \system \currentcontrolset \services \tcpip \parameters \tcpmaxdataretransmissions=3 REG_DWORD
hkey_local_machine \system \currentcontrolset \services \tcpip \parameters \enablepmtudiscovery=0 REG_DWORD
Microsoft has a decent article whiich is where I got the reg hacks.
http://www.microsoft.com/technet/treeview/...ac/dosatack.aspAre these attacks on a personal machine or company webserver?