Por que o ping IPv6 falha ao acessar o google.com?

1

Descobri que o ping google.com da minha caixa do Windows 7 parou de funcionar.

Abaixo está a saída - note que o ping IPv4 funciona e o Yahoo funciona. O meu roteador local está com defeito aqui?

C:\Users\Jeff>ping google.com

Pinging google.com [2001:4860:4007:801::1007] with 32 bytes of data:
Destination net unreachable.
Destination net unreachable.
Destination net unreachable.
Destination net unreachable.

Ping statistics for 2001:4860:4007:801::1007:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\Users\Jeff>ping -4 google.com

Pinging google.com [74.125.224.206] with 32 bytes of data:
Reply from 74.125.224.206: bytes=32 time=5ms TTL=55
Reply from 74.125.224.206: bytes=32 time=5ms TTL=55

Ping statistics for 74.125.224.206:
    Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 5ms, Maximum = 5ms, Average = 5ms
Control-C
^C
C:\Users\Jeff>ping yahoo.com

Pinging yahoo.com [98.139.183.24] with 32 bytes of data:
Reply from 98.139.183.24: bytes=32 time=98ms TTL=46
Reply from 98.139.183.24: bytes=32 time=86ms TTL=46

Ping statistics for 98.139.183.24:
    Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 86ms, Maximum = 98ms, Average = 92ms
Control-C

C:\Users\Jeff>ping -6 google.com

Pinging google.com [2001:4860:4007:801::1005] with 32 bytes of data:
Destination net unreachable.
Destination net unreachable.
Destination net unreachable.

C:\Users\Jeff>tracert google.com

Tracing route to google.com [2001:4860:4007:801::1008]
over a maximum of 30 hops:

  1  Destination net unreachable.

Trace complete.
    
por Jeff 11.06.2012 / 23:26

1 resposta

1

Parece que o seu PC acha que tem conectividade IPv6, mas o seu roteador local não funciona corretamente. Você configurou endereços IPv6 na interface de rede manualmente? Nesse caso, você provavelmente deve remover essa configuração fixa. O resto depende de como o seu ISP fornece o IPv6 para você, e sobre se / como o seu roteador lida com ele.

    
por 12.06.2012 / 09:42