Alistair Tonner wrote: <Snip>
^/sbin/iptables -A ICMP -p icmp --icmp-type source-quench -j ACCEPT /sbin/iptables -A ICMP -p icmp --icmp-type time-exceeded -j ACCEPT #/sbin/iptables -A ICMP -p icmp --icmp-type echo-request -j ACCEPT
<Snip>/sbin/iptables -A ICMP -p icmp --icmp-type echo-request -m limit --limit 5/second -j ACCEPT
The limit rule above will never be used as the packets are allready accepted by the rule above it.
It's commented out isn't it?
Cheers, Michael