# -+- number -+- category -+- title -+- email -+- name -+- homepage -+- clickOnName -+- language -+- image -+- browser-used -+- security-cookie =0 -+- 2000-03-01:1 -+- Kernel Corner -+- How to make Linux ignore a ping? -+- a.schifano@linuxfocus.org -+- Antonio Schifano -+- -+- email -+- English -+- -+- Mozilla/4.7 [en] (X11; I; Linux 2.2.14 i686) -+- 5483 Sometimes it can be useful to hide a Linux machine a bit. Here is how you can make Linux ignore a ping:

Simple, to turn answers to icmp_echo off type:
echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all
to turn it on again use:
echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_all