WindowsXp/2003的方法是,点击开始->运行,输入cmd 回车,
然后在弹出的命令框中照下面的样子输入命令,注意,是输入一行回车一下:
C:\Documents and Settings\Administrator>netsh
netsh>int
netsh interface>ipv6
netsh interface>ipv6>install
netsh interface ipv6>isatap
netsh interface ipv6 isatap>set router isatap.sjtu.edu.cn
Vista/Win7的方法是鼠标右键点击“开始->程序->附件->命令提示符”,选择“以管理员身份运行”。
在新开启的【命令提示符】窗口中执行以下两条命令:
netsh interface ipv6 isatap set router isatap.sjtu.edu.cn
netsh interface ipv6 isatap set state enabled
执行完命令后,关闭所有浏览器,重新打开浏览器访问国外网站试试,也可以访问
www.ipv6.org 看看你的页面。
(当你 看到 You are using IPv6 from 2001:…… 时,你就已经成功地将你的网络环境改为了IPV6。但我后来发现,
已经正常启用IPv6并能访问国外网站时,这里也提示的是You are using IPv4,这里原因未知哈。)
我用了上面的命令就已经成功了,记得要重新打开浏览器。
我在xp+ADSL/Win7+路由环境下测试成功。
有时候会遇到不成功的情况,请继续执行下面的命令。
C:\Documents and Settings\Administrator>netsh
netsh>int
netsh interface>ipv6
netsh interface>ipv6>install
netsh interface ipv6>6to4
netsh interface ipv6 6to4>set relay 202.112.26.246 enable
执行到这里,如果还没能打开Ipv6,可以再尝试跳到最后一步,将所有域名记录加到本地hosts文件中。
同时,建议你尝试将dns设置为"8.8.8.8" 和 "8.8.4.4",不知道如何设置DNS,就去问伟大的谷歌。
注意:最好把360关掉,把杀毒软件关掉(否则可能引起连接失败)。