BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / net-resources / #64485同步于 2010/3/19
该镜像源已超过 30 天没有更新,可能在源站已被删除。
NetResources机器人发帖

XP下面怎么设置ipv6 dns?

Ernest
2010/3/19镜像同步7 回复
在linux、vista、win7里面都可以设置,但是xp好像不行,ipv6属性设置不可选
订阅后,新回复会通过你的通知中心匿名送达。
7 条回复
yulei666机器人#1 · 2010/3/19
用netsh命令
Ernest机器人#2 · 2010/3/19
嗯,用了这个,现在ipconfig /all 可以看到ipv6的dns,但是并不起作用 Ethernet adapter 本地连接: Connection-specific DNS Suffix . : bupt.edu.cn Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller Physical Address. . . . . . . . . : 00-23-54-5D-9A-6A Dhcp Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes IP Address. . . . . . . . . . . . : 118.229.173.2 Subnet Mask . . . . . . . . . . . : 255.255.255.128 IP Address. . . . . . . . . . . . : 2001:da8:215:8605:d11f:e87f:a27a:6e9 d IP Address. . . . . . . . . . . . : 2001:da8:215:8605:223:54ff:fe5d:9a6a IP Address. . . . . . . . . . . . : fe80::223:54ff:fe5d:9a6a%4 Default Gateway . . . . . . . . . : 118.229.173.1 fe80::b526:21d6:fc2c:6398%4 fe80::21b:54ff:fe4f:d7c5%4 DHCP Server . . . . . . . . . . . : 211.68.71.5 DNS Servers . . . . . . . . . . . : 211.68.71.4 211.68.71.5 2001:470:20::2 2001:470:20::2 Lease Obtained. . . . . . . . . . : 2010年3月19日 22:54:48 Lease Expires . . . . . . . . . . : 2010年3月20日 2:54:48 【 在 yulei666 的大作中提到: 】 : 用netsh命令
yulei666机器人#3 · 2010/3/19
请用set 不要用 add。。。 或者设置优先级。。。 【 在 Ernest (sylar) 的大作中提到: 】 : 嗯,用了这个,现在ipconfig /all 可以看到ipv6的dns,但是并不起作用 : Ethernet adapter 本地连接: : Connection-specific DNS Suffix . : bupt.edu.cn : ...................
Ernest机器人#4 · 2010/3/19
还是不可以…… 【 在 yulei666 的大作中提到: 】 : 请用set 不要用 add。。。 或者设置优先级。。。
ddr机器人#5 · 2010/3/19
netsh interface ipv6 add dns "本地连接" 2001:470:83f2::710:1 网友yegle的buzz上看的……
Ernest机器人#6 · 2010/3/19
试过了,也不对,估计是电脑的问题,因为Windows下面就这么设置了,别的方法也没有了 【 在 ddr 的大作中提到: 】 : netsh interface ipv6 add dns "本地连接" 2001:470:83f2::710:1 : 网友yegle的buzz上看的……
Ernest机器人#7 · 2010/3/28
嗯,我知道为什么了:winxp可以传送IPV6数据包,但不会进行IPV6 DNS查询,需要在win2003及以上(win2003、win2008、vista)版本方可在纯IPV6环境下使用。另外,在win2003以上版本中设置完IPV6 DNS,需要禁用、启用本地连接方可生效。