Tuesday, January 6, 2009
Make your box invisible to ping
Posted on 8:29 AM by Unknown
The following firewall rules will drop ICMP requests. Iptables: iptables -A OUTPUT -p icmp -d 0/0 -j DROP OR drop all incomming pings: echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all This is sometimes necessary to look invisible to DOS (Denial Of Service) attackers who use ping to watch your machine and launch an attack when
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment