Win7开启IPV6总结

  1. 启用ISATAP策略
    gpedit.msc
    Win7开启IPV6总结_第1张图片
    Win7开启IPV6总结_第2张图片
    开启IP Helper服务
    services.msc
    Win7开启IPV6总结_第3张图片

  2. 在 ” 开始 ”->” 运行 ” 中输入 cmd 打开 windows 命令行。 在命令行中输入
    netsh int teredo show state
    出现 Teredo 参数 :
    若“ 状态 ”为 dormant / qualified ,则表示已连接服务器并获得 IPv6 地址。
    若“ 状态 ”为 offline ,同时提示错误“无法访问主服务器地址”或其他错误,则表示未连接上服务器。
    解决方法:
    很给力的teredo隧道
    http://ju.outofmemory.cn/entry/94277

  3. 保存为bat文件,管理员身份运行
    @echo off
    netsh interface isatap set state default
    netsh interface teredo set state default
    netsh interface teredo set state server=teredo.remlab.net
    netsh interface ipv6 set teredo enterpriseclient

  4. 测试
    http://test-ipv6.com
    Win7开启IPV6总结_第4张图片

你可能感兴趣的:(xxnet)