10
Mar 2009
How to enable and disable ping request.
Posted in Linux Administration by sibu at 9:34 am |
To Disable Ping
echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all
To Enable Ping
echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_all
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.