IPv6 连接问题 - 间歇性无法连接到 IPv6 站点

IPv6 连接问题 - 间歇性无法连接到 IPv6 站点

我配置了 ISATAP 路由器,以便能够连接到 IPv6 站点。有趣的是,它有时能用,有时不能用,我不知道问题出在哪里。有人能帮我解决这个连接问题吗?

首先,我把我认为可能有帮助的内容粘贴在这里。

使用 netsh 它会显示如下内容:

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

Ping isatap.sjtu.edu.cn 显示:

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

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.

答案1

我没有看到任何关于 IPv6 DNS 的提及。您的 ping 是通过 IPv4 发送的。

要 ping IPv6 方式:

ping -6 www.kame.net

相关内容