Hello,I need to know how can a firewall be tested against a SYN Flooder. I have the SYN flooder program and also configured my firewall. My IPtables script against the SYN packets is the usual : > $IPTABLES -N syn-flood> $IPTABLES -A syn-flood -m limit --limit 50/s --limit-burst 104 -j RETURN> $I
Hello,I need to know how can a firewall be tested against a SYN Flooder. I have the SYN flooder program and also configured my firewall. My IPtables script against the SYN packets is the usual : > $IPTABLES -N syn-flood> $IPTABLES -A syn-flood -m limit --limit 50/s --limit-burst 104 -j RETURN> $I
2 matches
Mail list logo