My goal is to drop ICMP to my public IP address [WAN interface], but being an iptables n00b,I'm having trouble figuring out how to do it and am looking for some advice/help.
From the googling I've done, it seems that I should be able to put
iptables -A INPUT -i eth0 -p icmp -j DROP
in /etc/init.d/S45firewall, reboot and have it do exactly that, but it doesn't seem to work for me.
Should I add that code to /etc/firewall.user instead? Is my syntax all wrong? Do I need to do something more/different that rebooting to have the changes to /etc/init.d/S45firewall take effect?
Thanks in advance...
