1、安装IPV6协议
C:\>ipv6 install
2 、查看端口信息
首先使用 ipv6 if 指令查看各接口状态,一般情况下,你会看到如下显示:
Interface 4 (site 1): 本地连接 ……
Interface 3 (site 1): 6-over-4 Virtual Interface ……
Interface 2 (site 0): Tunnel Pseudo-Interface ……
Interface 1 (site 0): Loopback Pseudo-Interface ……
Interface 4 是本地的实际端口,其他三个都是虚拟端口,值得注意的是 Interface 2 ,它是 Auto-Tunnel 的端口,在接入配置中我们要用到。
3、如果是在纯IPV6网络(或IPV6和IPV4双栈网络)中,你就可以自动获得IPV6地址,可以访问IPV6网站了。
你也可以设置固定的IPV6地址,方法如下:
C:\>netsh
netsh>interface ipv6
netsh interface ipv6>add address "本地连接" fe80:a520:1314::1
/* 设定固定的IPv6地址,“本地连接”是指你的机上建立的某个连接的名称 */
阅读(1137) | 评论(0) | 转发(0) |