Disable Ping Response in Linux
Ping response can be disabled on the server due to many reasons such as server security, to avoid the network congestion., etc. Ping can disabled temporary and permanent in Linux. Disable Ping response Temporary: To disable the ping response temporary run the following command on the server as root # echo “1” > /proc/sys/net/ipv4/icmp_echo_ignore_all This […]