Remove ping Reply From Ubuntu Server
October12
A simple one liner to remove ping reply from Ubuntu server.
Open terminal and just issue the following command:
1 | echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all |
That’s it!
A simple one liner to remove ping reply from Ubuntu server.
Open terminal and just issue the following command:
1 | echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all |
That’s it!