|
Written by Amanatullah khalil
|
|
Sunday, 24 May 2009 |
|
Sometimes it can be useful to hide a Linux machine a bit. To turn answers to icmp_echos off, as root type: echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all and to turn it on again type: echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_all courtesy http://www.tech-recipes.com/rx/202/make-linux-ignore-a-ping/
|