ping: unknown host live.com
Um erro unknown host
refere-se a problemas com a resolução do nome para o endereço IP. AFAICT, você não está tendo esse problema contanto que você use 192.200.113.30 e 192.200.112.80 em /etc/resolv.conf
...
[mpenning@tsunami tests]$ dig +short @193.200.113.30 live.com
65.55.206.154
[mpenning@tsunami tests]$ dig +short @193.200.112.80 live.com
65.55.206.154
[mpenning@tsunami tests]$
Dito isso, o que você está vendo pode estar relacionado à tentativa de usar ping http://live.com
. Não use o prefixo http://
nos seus pings ... isso só é significativo para um navegador da Web.
FYI, live.com não retorna pings, então você não deve esperar que algum seja retornado ... eles devem todos expirar ...
[mpenning@tsunami tests]$ ping -w 1 live.com
PING live.com (65.55.206.154) 56(84) bytes of data.
--- live.com ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms
[mpenning@tsunami tests]$
EDITAR
Eu recebo isso quando faço ping heise.de ...
[mpenning@tsunami tests]$ ping heise.de
PING heise.de (193.99.144.80) 56(84) bytes of data.
64 bytes from redirector.heise.de (193.99.144.80): icmp_req=1 ttl=241 time=144 ms
64 bytes from redirector.heise.de (193.99.144.80): icmp_req=2 ttl=241 time=144 ms
64 bytes from redirector.heise.de (193.99.144.80): icmp_req=3 ttl=241 time=144 ms
64 bytes from redirector.heise.de (193.99.144.80): icmp_req=4 ttl=241 time=143 ms
^C
--- heise.de ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3002ms
rtt min/avg/max/mdev = 143.734/144.344/144.730/0.598 ms
[mpenning@tsunami tests]$