não pode pingar localhost

1

Eu não consigo pingar o host local

  ashish@ashishk:~$ ping localhost
    PING localhost (127.0.0.1) 56(84) bytes of data.
    ^C
    --- localhost ping statistics ---
    16 packets transmitted, 0 received, 100% packet loss, time 15003ms

Aqui está o meu arquivo host:

ashish@ashishk:~/chef-repo/.chef$ cat /etc/hosts
127.0.0.1   localhost
115.112.95.170    ashishk.example.com chef

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
    
por Ashish Karpe 26.08.2015 / 16:58

1 resposta

1

Tenho solução:

ashish @ ashishk: ~ / chef-repo / .chef $ vim /etc/sysctl.conf

# Ignore Directed pings
net.ipv4.icmp_echo_ignore_all = 1

fez 0 funcionou

    
por Ashish Karpe 26.08.2015 / 17:16