Sunday, May 9, 2010

How to keep a computer from answering to ping?

How to keep a computer from answering to ping?


a simple "echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all" will do the
trick... to turn it back on, simply
"echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_all"

No comments:

Post a Comment