Posted on September 18th, 2006 by Admin.
Categories: Hacking Truths, Cpanel Hosting, Server Security.
Greetings ,
Well known internet tool to check if a machine is running is PING. Many users wants to disable PING to avoid detection or to keep away from Hackers.
You can use following command to disable PING:
echo “1″ >> /proc/sys/net/ipv4/icmp_echo_ignore_all
The following command we enable PING for you:
echo “0″ >> /proc/sys/net/ipv4/icmp_echo_ignore_all
Cheers,
0 comments.
Comments can contain some xhtml. Names and emails are required (emails aren't displayed), url's are optional.