赞
踩
键入:win+r打开命令行窗口,输入如下命令:
ifconfig
因为是笔记本电脑使用是无线网络,可以在结果中找到如下内容:
Connection-specific DNS Suffix . : 链接的特定DNS 后缀
Link-local IPv6 Address . . . . . :ipv6地址
IPv4 Address. . . . . . . . . . . : 物理机ip
Subnet Mask . . . . . . . . . . . : 子网掩码
Default Gateway:默认网关
ipv4和ipv6的区别:地址长度
ipv4协议具有32位(4字节)地址长度
ipv6协议具有128位(16字节)地址长度
ping 我们的ipv6地址:
ping fe80::xxxx:xxxx:xxxx:8a35%19
此时我们会发现我们的ipv6地址后面带着一个%19。这个%19 代表我们的网卡interface标识。
这个表示本ipv6地址仅限于标号为19的网络接口(一般指网卡和虚拟网卡),其他网络接口使用这个地址无效。
我们通过命令,找到IPv6 Route Table
netstat -nr
IPv6 Route Table
================================================================
Active Routes:
If Metric Network Destination Gateway
10 281 fe80::xxxx:xxxx:xxxx:1bc/128 On-link
19 306 fe80::xxxx:xxx:xxx:8a35/128 On-link
16 291 fe80::xxxx:xxxx:xxxx:2e22/128 On-link
================================================================
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。