Find the answer to your Linux question:
Results 1 to 2 of 2
is there a way to stop a ping attack if it's happening to you?...
  1. #1
    tsb
    tsb is offline
    Just 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?

  2. #2
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    To disable ping response temperory
    use this commands as root
    # echo 1 >/proc/sys/net/ipv4/icmp_echo_ignore_all
    This disables ping responses.

    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.
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...