Mar 042010
Disable reply to ping
Answer:
To stop other machine from pinging your machine, you the following command
# sysctl -w net.ipv4.icmp_echo_ignore_all=1
To turn it on again:
# sysctl -w net.ipv4.icmp_echo_ignore_all=0
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Disable reply to ping
Answer:
To stop other machine from pinging your machine, you the following command
# sysctl -w net.ipv4.icmp_echo_ignore_all=1
To turn it on again:
# sysctl -w net.ipv4.icmp_echo_ignore_all=0