No Image

Iptables, Enable and Disable ICMP

March 14, 2018 0

Enable ICMP: iptables -A INPUT -p icmp –icmp-type 8 -m state –state NEW,ESTABLISHED,RELATED -j ACCEPT iptables -A OUTPUT -p icmp –icmp-type 8 -m state –state […]