Windows 2003
检查IPv6配置
在命令提示符下运行如下命令以检查IPv6是否已激活:
ping6 -n 5 ::1
如果是以下结果(或类似):
Pinging ::1
from ::1 with 32 bytes of data:
Reply from ::1: bytes=32 time<1ms
Reply from ::1: bytes=32 time<1ms
Reply from ::1: bytes=32 time<1ms
Reply from ::1: bytes=32 time<1ms
Reply from ::1: bytes=32 time<1ms
Ping statistics for ::1:
Packets: Sent = 5, Received = 5, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
这意味着IPv6已经安装正确。你应该能看到\"Received = 5\"。
如果系统不能识别以上命令(或者返回错误信息),请按下一节的说明操作。
如何安装IPv6
右键网上邻居,选择属性,选择要运行IPv6的网卡,属性 -> 安装 -> 协议 -> IPv6。
也可以在命令行输入 netsh interface ipv6 install 来激活IPv6。
这样,IPv6就安装好了,请按照本页上部的说明检查它是否工作正常。