|
||||||||||
|
|
How to disable ping… in Linux serversDecember 14, 2008 on 12:44 pm | In Cpanel, Linux | No Commentsecho 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all Or add the line net.ipv4.conf.icmp_echo_ignore_all = 1 To re-enable ping Or add the line net.ipv4.conf.icmp_echo_ignore_all = 0 Alternatively, we can use IPtables to disable ping |
![]() Powered and designed by Presoon.com. |