局域网内无法ping通IP

局域网内无法ping通IP

我正在使用 wifi 路由器,无法从同一网络中的其他笔记本电脑 ping 一台笔记本电脑 (A)。所以基本上我可以从 A ping 到 B,但不能从 B ping 到 A。A 使用 Windows 并将 Ubuntu 作为双启动。当我使用 Ubuntu 时,一切都正常。此外,当我使用 Windows 时,我的端口转发也不起作用(在 Ubuntu 上有效),但我猜这是相关问题。

实验室A:

Wireless LAN adapter Wireless Network Connection:

   Connection-specific DNS Suffix  . : lan
   Description . . . . . . . . . . . : Atheros AR9285 Wireless Network Adapter
   Physical Address. . . . . . . . . : 48-5D-60-34-D0-2F
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   IPv4 Address. . . . . . . . . . . : 192.168.1.66(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Lease Obtained. . . . . . . . . . : 20 September 2014 11:43:53
   Lease Expires . . . . . . . . . . : 21 September 2014 11:43:52
   Default Gateway . . . . . . . . . : 192.168.1.254
   DHCP Server . . . . . . . . . . . : 192.168.1.254
   DNS Servers . . . . . . . . . . . : 192.168.1.254
   NetBIOS over Tcpip. . . . . . . . : Enabled

笔记本电脑B:

Wireless LAN adapter Wireless Network Connection:

   Connection-specific DNS Suffix  . : lan
   Description . . . . . . . . . . . : Intel(R) WiFi Link 5100 AGN
   Physical Address. . . . . . . . . : 00-1E-65-F7-27-12
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::604b:bc36:9087:b888%12(Preferred)
   IPv4 Address. . . . . . . . . . . : 192.168.1.67(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Lease Obtained. . . . . . . . . . : 20 September 2014 11:43:50
   Lease Expires . . . . . . . . . . : 21 September 2014 11:43:50
   Default Gateway . . . . . . . . . : 192.168.1.254
   DHCP Server . . . . . . . . . . . : 192.168.1.254
   DHCPv6 IAID . . . . . . . . . . . : 234888805
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-16-75-44-40-00-26-22-D7-F5-D7

   DNS Servers . . . . . . . . . . . : 192.168.1.254
   NetBIOS over Tcpip. . . . . . . . : Enabled

我看到笔记本电脑 B 中有这些行,而笔记本电脑 A 中却没有,这是否与该问题有某种关联?

DHCPv6 IAID . . . . . . . . . . . : 234888805
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-16-75-44-40-00-26-22-D7-F5-D7

还有一件事。当我尝试 ping 或访问 AI 上的 http 服务器时,总是需要等待很长时间,而不是“不可用”(ping 给出的结果time out不是host unreachable

相关内容