目标主机不可达

目标主机不可达

我的局域网上有两台计算机。当我从计算机 1 ping 计算机 2 的本地 IP 时,它会打印“目标主机无法访问”(或无法访问任何其他设备)。当我尝试从第二台设备 ping 到第一台设备时,也会发生同样的情况。

我尝试关闭两个设备上的防火墙,但没有用。

路由器上的 DHCP 列表正确显示两个设备。


ping  192.168.2.105

Pinging 192.168.2.105 with 32 bytes of data:
Reply from 192.168.2.100: Destination host unreachable.
Reply from 192.168.2.100: Destination host unreachable.
Reply from 192.168.2.100: Destination host unreachable.
Reply from 192.168.2.100: Destination host unreachable.

Ping statistics for 192.168.2.105:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

ARP-A

 Interface: 192.168.2.100 --- 0x8
  Internet Address      Physical Address      Type
  192.168.2.1           ec-e6-a2-11-ff-c0     dynamic
  192.168.2.255         ff-ff-ff-ff-ff-ff     static
  224.0.0.22            01-00-5e-00-00-16     static
  224.0.0.251           01-00-5e-00-00-fb     static
  224.0.0.252           01-00-5e-00-00-fc     static
  239.0.0.250           01-00-5e-00-00-fa     static
  239.255.255.250       01-00-5e-7f-ff-fa     static
  255.255.255.255       ff-ff-ff-ff-ff-ff     static

相关内容