hkivan
09-17-2004, 11:31 AM
/sbin/iptables -N syn-flood
/sbin/iptables -A syn-flood -m limit --limit 100/second --limit-burst 150 -j RETURN
/sbin/iptables -A syn-flood -j LOG --log-prefix "SYN flood: "
/sbin/iptables -A syn-flood -j DROP
Actually , what is the meaning of 100 and 150 here ?
I don't know the meaning of this code .. so ..... I don't know how can i edit it .
Does anyone has some idea on it ? :D :bawling: :D :D
/sbin/iptables -A syn-flood -m limit --limit 100/second --limit-burst 150 -j RETURN
/sbin/iptables -A syn-flood -j LOG --log-prefix "SYN flood: "
/sbin/iptables -A syn-flood -j DROP
Actually , what is the meaning of 100 and 150 here ?
I don't know the meaning of this code .. so ..... I don't know how can i edit it .
Does anyone has some idea on it ? :D :bawling: :D :D
