
最新动态新闻部分用户无法登录客户端的解决办法
部分用户在使用eTone登录时出现长时间显示“登录....”后没反映,CoolSIP显示“register timed out!”时,可以尝试使用下面的方法解决:
在Windows XP下,打开开始菜单->运行,输入cmd,然后在命令行下依次输入下面的命令:
C:\>ipv6 install
C:\>netsh
netsh>int
netsh interface>ipv6
netsh interface ipv6>isa
netsh interface ipv6 isatap>set router 202.120.58.150 enabled
netsh interface ipv6 isatap>ipv6
netsh interface ipv6>set route prefix=::/0 interface="Automatic Tunneling Pseudo-Interface" nexthop=fe80::5efe:202.120.58.150 metric=100
netsh interface ipv6>quit
需要提醒的是,Windows XP在刚启动的时候需要花费一定的时间添加虚拟的隧道网卡及进行IPv6的路由发现,需等待一段时间才能正常使用ISATAP隧道。。
以上设置在清华大学校内可试验通过,其它地方请就近使用合适的ISATAP隧道
如果您的接入网络在Native IPv6下可以正常使用平台,建议使用Native接入方式(即不进行以上设置),以获得较好的服务质量。
如果要取消隧道接入,恢复Native接入方式,请在提示符下输入:
netsh interface ipv6 isatap>set state disable