Hello, can you send output of the iptables-save? J. Bakshi wrote:
Dear list, My firewall policy is default drop. But the limit module is not working here. I have the following rules to defeat ping flood `````````` iptables -A INPUT -p icmp -m limit --limit 3/minute -j ACCEPT iptables -A INPUT -p icmp -j DROP `````````````````` and it is not working. The same rule set is working with default accept policy. What modification should I need to make it working with drop policy firewall ? Thanks
-- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html