View Single Post
BrutalGoerge
AlliedModders Donor
Join Date: Jul 2007
Old 03-16-2009 , 14:17   Re: DoS Attack Fixer for CSS v2
Reply With Quote #2

for linux, just use this iptables rule.
iptables -A INPUT -p udp --dport 27015 -m length --length 28 -j DROP

--dport <whatever ports you're using for your servers>

looking at your sig.. these 2 should work
iptables -A INPUT -p udp --dport 27015 -m length --length 28 -j DROP
iptables -A INPUT -p udp --dport 27016 -m length --length 28 -j DROP
__________________
My Pluggies If you like, consider to me.
BrutalGoerge is offline