Search found 2 matches

by MC12
Tue Aug 25, 2015 6:04 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: iptables attack blocking
Replies: 2
Views: 1102

Re: iptables attack blocking

How are you testing whether it works? Are you looking at the "iptables -nvL" output?
When the attack is I tried to make rule to block that length From firewall tab after that the attack packets got dropped and fine , then I tried to delete that rule and block it from Iptables the same attack won't ...
by MC12
Mon Aug 24, 2015 3:15 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: iptables attack blocking
Replies: 2
Views: 1102

iptables attack blocking

Hi, not sure if iptables don't work or I am doing some thing wrong when I block an length of attack from firewall tap it work fine but when I try to block the same length from iptables It don't work the command I have used.
iptables -I INPUT -p udp -m length --length 62 -j DROP
same thing with hex ...