Results 1 to 2 of 2
is there a way to stop a ping attack if it's happening to you?...
- 03-27-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 3
is there a way to stop a ping attack
is there a way to stop a ping attack if it's happening to you?
- 03-27-2009 #2
To disable ping response temperory
use this commands as root
This disables ping responses.# echo 1 >/proc/sys/net/ipv4/icmp_echo_ignore_all
To reenable, use the following command:
# echo 0 >/proc/sys/net/ipv4/icmp_echo_ignore_all
for permenent change
/etc/sysctl.conf
net.ipv4.conf.icmp_echo_ignore_all = 1
Disabling ping makes your system partially invisible on network. and provide a small amount of security. uneless someone knows whats your IP.


Reply With Quote