
Many malicious attacks begin with a ping scan. Disabling ICMP echo requests prevents your system’s discovery with a ping. Disable ICMP echo responses temporarily You can temporarily disable the ICMP using the following method but this setting will be erased after the reboot.root@lifelinux:~# echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_allAlso, to enable the ICMP echo responses back, type the following command:root@lifelinux:~# echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_allDisable ICMP echo responses permanentlyYou can permanently disable ...