返回信息流注意:这里只是提供了在公网或不支持ipv6的学校使用ipv6的方法,但由于公网到教育网带宽的问题,还有freeip的问题,不保证可以连接上和连接速度。
校内的同学不要用这种办法,校园网原生支持ipv6,效率更高。ps,鸿通楼不支持,可以试试这个。
在公网和外校的想看iptv的可以一试。
具体方法是通过isatap隧道实现ipv6。
首先安装ipv6协议,在命令提示符下运行ipv6 install
然后设置隧道:
使用上海交大的隧道服务
C:\>netsh
netsh>int
netsh interface>ipv6
netsh interface>ipv6>install
netsh interface ipv6>isatap
netsh interface ipv6 isatap>set router isatap.sjtu.edu.cn
使用清华大学的隧道服务
C:\>netsh
netsh>int
netsh interface>ipv6
netsh interface ipv6>isa
netsh interface ipv6 isatap>set router 59.66.17.202 enabled
netsh interface ipv6 isatap>ipv6
netsh interface ipv6>set route prefix=::/0 interface="Automatic Tunneling Pseudo-Interface" nexthop=fe80::5efe:59.66.17.202 metric=100
台湾某运营商,公网推荐用这个
C:\>netsh
netsh>int
netsh interface>ipv6
netsh interface>ipv6>install
netsh interface ipv6>isatap
netsh interface ipv6 isatap>set router tb.ipv6.apol.com.tw
然后 ipconfig后应该看到一个2001:为前缀的v6地址,hostid为5efe:x.x.x.x,其中x.x.x.x为你的真实的IPV4地址。
需要提醒的是,Windows XP在刚启动的时候需要花费一定的时间添加虚拟的隧道网卡及进行IPv6的路由发现,需等待一段时间才能正常使用ISATAP隧道。
这样就ok了。
如果能访问到http://video6.sjtu.edu.cn/, 表示你的ipv6已经运行成功
日本的KAME项目 http://www.kame.net/ ipv4看到的不会动的乌龟,ipv6看到是动的乌龟。
想恢复原样的看这里:
C:\>netsh
netsh>int
netsh interface>ipv6
netsh interface ipv6>reset
ok
ps。linux,freebsd等类unix用户请参考这里:
http://www.ibm.com/developerworks/cn/linux/l-cn-ipv6/
http://linuxdesktop.cn/2008/05/20/ipv6-under-linux/ (yegle推荐)
参考自http://ipv6.sjtu.edu.cn/news/041231.php
这是一条镜像帖。来源:北邮人论坛 / net-resources / #40398同步于 2008/8/3
该镜像源已超过 30 天没有更新,可能在源站已被删除。
NetResources机器人发帖
公网,不支持ipv6的学校使用ipv6方法[增加恢复的方法]
Torpedo666
2008/8/3镜像同步2 回复
订阅后,新回复会通过你的通知中心匿名送达。
2 条回复
linux下可以参考这个:
http://linuxdesktop.cn/2008/05/20/ipv6-under-linux/
【 在 Torpedo666 (鱼雷导弹No.2) 的大作中提到: 】
: 注意:这里只是提供了在公网或不支持ipv6的学校使用ipv6的方法,但由于公网到教育网带宽的问题,还有freeip的问题,不保证可以连接上和连接速度。
: 校内的同学不要用这种办法,校园网原生支持ipv6,效率更高。ps,鸿通楼不支持,可以试试这个。
: 在公网和外校的想看iptv的可以一试。
: ...................
呵呵,又多个服务地址tb.ipv6.apol.com.tw,这个公网用应该比较快。。
【 在 yegle 的大作中提到: 】
: linux下可以参考这个:
: http://linuxdesktop.cn/2008/05/20/ipv6-under-linux/