Problema de conectividade IPv6 - Não é possível conectar-se a sites IPv6 de forma intermitente

0

Configurei um roteador ISATAP para permitir que eu me conecte a sites IPv6. O interessante é que às vezes funciona e às vezes não funciona e não sei onde está o problema. Alguém pode me ajudar a corrigir esse problema de conectividade?

Para começar, estou colando o que acho que pode ser útil aqui.

Usando netsh, mostra algo assim:

Router Name            : isatap.sjtu.edu.cn
Use Relay              : default
Resolution Interval    : default
netsh interface ipv6 isatap>

Ping isatap.sjtu.edu.cn mostra:

Pinging isatap.sjtu.edu.cn [202.112.26.246] with 32 bytes of data:
Reply from 202.112.26.246: bytes=32 time=74ms TTL=44
Reply from 202.112.26.246: bytes=32 time=74ms TTL=44
Reply from 202.112.26.246: bytes=32 time=74ms TTL=44
Reply from 202.112.26.246: bytes=32 time=74ms TTL=44

Saída IPConfig:

Windows IP Configuration


Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . : resnet.ust.hk
   IPv6 Address. . . . . . . . . . . : 2002:8f59:a0c7:b:98b5:560d:8ec7:ec11
   Site-local IPv6 Address . . . . . : fec0::b:98b5:560d:8ec7:ec11%1
   Temporary IPv6 Address. . . . . . : 2002:8f59:a0c7:b:5d27:6f33:cbb3:fec9
   Link-local IPv6 Address . . . . . : fe80::98b5:560d:8ec7:ec11%11
   IPv4 Address. . . . . . . . . . . : 143.89.160.16
   Subnet Mask . . . . . . . . . . . : 255.255.252.0
   Default Gateway . . . . . . . . . : 143.89.163.254

Tunnel adapter isatap.resnet.ust.hk:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : 

Tunnel adapter Local Area Connection* 12:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : 

Ping ipv6.google.com:

Ping request could not find host ipv6.google.com. Please check the name and try again.
    
por derekhh 08.06.2012 / 04:27

1 resposta

0

Não vejo menção ao DNS IPv6. Seus pings estão sendo enviados pelo IPv4.

Para fazer ping no caminho do IPv6:

ping -6 www.kame.net

    
por 08.06.2012 / 06:47