我制作了一个小型演示程序来嗅探IPV6数据包。我试图从远程ping该机器。我的站点本地地址是“FEC0 ......”,链接本地地址是“FE80 ......”。但是,当我ping机器并查看ping数据包的目标地址时,地址有时是“FeC0 ......”,有时是“Fe80 ......”,有时甚至是“FF02 ..”。我无法理解为什么它会ping到与指定IP不同的IP。我将目标地址指定为“FEC0 ...”。
有人可以解释一下吗?
这是我输出的“ipconfig / all”
Windows IP配置
Host Name . . . . . . . . . . . . : PT49
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Broadcast
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
以太网适配器本地连接3:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
Physical Address. . . . . . . . . : 38-60-77-87-02-4B
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.2.249
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : fec0::1:3a60:77ff:fe87:24b%1
IP Address. . . . . . . . . . . . : fe80::3a60:77ff:fe87:24b%4
Default Gateway . . . . . . . . . : 192.168.2.1
DNS Servers . . . . . . . . . . . : 192.168.0.96
fec0:0:0:ffff::1%1
fec0:0:0:ffff::2%1
fec0:0:0:ffff::3%1
隧道适配器Teredo隧道伪接口:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
Physical Address. . . . . . . . . : FF-FF-FF-FF-FF-FF-FF-FF
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : fe80::5445:5245:444f%5
Default Gateway . . . . . . . . . :
NetBIOS over Tcpip. . . . . . . . : Disabled
隧道适配器自动隧道伪接口:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Automatic Tunneling Pseudo-Interface
Physical Address. . . . . . . . . : C0-A8-02-F9
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : fe80::5efe:192.168.2.249%2
Default Gateway . . . . . . . . . :
DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
fec0:0:0:ffff::2%1
fec0:0:0:ffff::3%1
NetBIOS over Tcpip. . . . . . . . : Disabled
提前致谢
答案 0 :(得分:1)
奇怪的结果并不奇怪,因为您实际上没有IPv6连接(我在ipconfig中没有看到任何全球单播地址),从SixXS获取隧道+子网并再次尝试:)