iptables-ping放行

chkconfig iptables on

service iptables start

 

    iptables -A INPUT  -p icmp --icmp-type 8 -j  ACCEPT

    iptables -A OUTPUT -p icmp --icmp-type 0 -j ACCEPT

你可能感兴趣的:(放行,iptables-ping)