Linux Iptables allow or block ICMP ping request - nixCraft
This seems to be incomplete. An ICMP ping is an “icmp echo request” that is followed up by an “icmp echo reply”. So you need to specify the appropriate “–icmp-type” in your incoming and outgoing chains. Possible values for –icmp-type are listed by “iptabl...