PDA

View Full Version : DDoS Protection with RegEdit



rareyush
01-30-2011, 05:20 AM
Written by xXxtreme_J0kie Smurf

Open up regedit

(Start--->RUN--->Regedit)


Goto HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows
Under Windows, add a new key called Psched, it may already be there.
Under the key Psched, add a DWORD value named "MaxOutstandingSends" without quotes, of course.
Once you have created the DWORD value named MaxOutstandingSends, right click on it and click modify.
Under value data, put 65535. Under base, Hexadecimal should be chosen.
Here's a few other registry values/keys to stop DoS/DDoS attacks in the event that you have a weak connection and your system can't even withstand 65535 connections:

[HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\SERVIC ES\TCPIP\PARAMETERS]
"SYNAACKPROTECT"=DWORD:00000002
"TCPMAATARETRANSMISSIONS"=DWORD
"TCPMAXHALFOPEN"=DWORD:64
"TCPMAXHALFOPENRETRIED"=DWORD:50
"TCPMAXPORTSEXHAUSTED"=DWORD:1
"TCPMAXCONNECTRESPONERETRANSMISSIONS"=DWORD:2
"ENABLEDEADGWDETECT"=DWORD:0
"ENABLEPMTUDISCOVERY"=DWORD:0
"KEEPALIVETIME"=DWORD00000
"ALLOWUNQUALIFIEDQUERY"=DWORD:0
"DISABLEDYNAMICUPDATE"=DWORD:1


Congratz Your All Done.
__________________

Bynaks
01-30-2011, 01:50 PM
thanks mehn, you rock,

omg
01-30-2011, 05:26 PM
Thanks man, this is awesome.

bf88
02-04-2011, 05:32 PM
thanks very much

gaglar
03-07-2011, 01:59 PM
Thx up man

adydryx
03-13-2011, 12:08 AM
Thanks MAN!

God
03-14-2011, 02:57 AM
It makes you protected from being DDOS? Nice.

lock
03-19-2011, 10:32 AM
thank's !! for share !!

PhoeniX
03-20-2011, 10:24 AM
Thanks Man

marv0d0
03-21-2011, 09:08 PM
thnxxx...so much

Platinumbit
03-21-2011, 09:09 PM
Looks nice... Will test it

4don4i
04-21-2012, 08:39 PM
Old but a very good one...great share for noob's.