$ iptables -p icmp -h
If this error occurs, all chains in table mangle and nat have to be set to accept.
$ iptables -t mangle -P OUTPUT ACCEPT $ iptables -t mangle -P PREROUTING ACCEPT $ iptables -t nat -P OUTPUT ACCEPT $ iptables -t nat -P POSTROUTING ACCEPT $ iptables -t nat -P PREROUTING ACCEPT