Sunday, 19 July 2009

Disable/Enable Ping On Linux Server

Command to disable ping on the server…

You can use following command to disable PING:

echo “1? >> /proc/sys/net/ipv4/icmp_echo_ignore_all

The following command will enable PING for you:

echo “0? >> /proc/sys/net/ipv4/icmp_echo_ignore_all

No comments:

Post a Comment