Linux server ping off [Article]

Discussion in 'Security' started by sendemi, Feb 28, 2009.

  1. #1
    Installed Linux computer to turn off the ping request can use the sysctl tool. For this you need something, switch to a console (terminal)
    sysctl -w net.ipv4.icmp_echo_ignore_all=1
    to give the command.
    To ensure the permanence of this process /etc/sysctl.conf file
    net.ipv4.icmp_echo_ignore_all=1
    is sufficient to add the line. Ping requests we want to turn it back on the same command can open ping requests to 0 ... 1




    Source:
    http://linux-system-management.blogspot.com/
     
    sendemi, Feb 28, 2009 IP
    hans likes this.
  2. hans

    hans Well-Known Member

    Messages:
    2,923
    Likes Received:
    126
    Best Answers:
    1
    Trophy Points:
    173
    #2
    nice tip
    thanks
     
    hans, Mar 5, 2009 IP