包头秦蒙物流电话:公网,不支持IPv6的学校使用IPv6方法(页 1) - Vista/Win7 32位软件资源专区 - 远景论坛 - 开放的桌面软件与操作系统平台

来源:百度文库 编辑:中财网 时间:2024/04/27 14:13:05

公网,不支持IPv6的学校使用IPv6方法

注意:这里只是提供了在公网或不支持ipv6的学校使用ipv6的方法,但由于公网到教育网带宽的问题,还有freeip的问题,不保证可以连接上和连接速度。
校内的同学不要用这种办法,校园网原生支持ipv6,效率更高。ps,鸿通楼不支持,可以试试这个。
在公网和外校的想看iptv的可以一试。
具体方法是通过isatap隧道实现ipv6。
首先安装ipv6协议,在命令提示符下运行ipv6 install
然后设置隧道:
使用上海交大的隧道服务
C:>netsh
netsh>int
netsh inte***ce>ipv6
netsh inte***ce>ipv6>install
netsh inte***ce ipv6>isatap
netsh inte***ce ipv6 isatap>set router 202.112.26.254
使用清华大学的隧道服务
C:>netsh
netsh>int
netsh inte***ce>ipv6
netsh inte***ce ipv6>isa
netsh inte***ce ipv6 isatap>set router 59.66.17.202 enabled
netsh inte***ce ipv6 isatap>ipv6
netsh inte***ce ipv6>set route prefix=::/0 inte***ce="AutomaticTunneling Pseudo-Inte***ce" nexthop=fe80::5efe:59.66.17.202 metric=100
台湾某运营商,公网推荐用这个
C:>netsh
netsh>int
netsh inte***ce>ipv6
netsh inte***ce>ipv6>install
netsh inte***ce ipv6>isatap
netsh inte***ce ipv6 isatap>set router tb.ipv6.apol.com.tw

然后ipconfig后应该看到一个2001:为前缀的v6地址,hostid为5efe:x.x.x.x,其中x.x.x.x为你的真实的IPV4地址。
需要提醒的是,WindowsXP在刚启动的时候需要花费一定的时间添加虚拟的隧道网卡及进行IPv6的路由发现,需等待一段时间才能正常使用ISATAP隧道。
这样就ok了。
如果能访问到http://video6.sjtu.edu.cn/,表示你的ipv6已经运行成功
日本的KAME项目 http://www.kame.net/  ipv4看到的不会动的乌龟,ipv6看到是动的乌龟。
ps。linux,freebsd等类unix用户请参考这里:
http://www.ibm.com/developerworks/cn/linux/l-cn-ipv6/
http://linuxdesktop.cn/2008/05/20/ipv6-under-linux/  (yegle推荐)
本贴出自IPv6之家本贴地址:http://www.ipv6home.cn/bbs/thread-1730-1-1.html