【发布时间】:2022-06-11 07:31:18
【问题描述】:
我开始 ping 我工作场所网络上的一台服务器,以查看它是否已启动并运行。我收到了这样的回复:
$ ping server
PING server (192.168.12.248) 56(84) bytes of data.
From LAPTOP-K3GQ993P (192.168.12.96) icmp_seq=1 Destination Host Unreachable
From LAPTOP-K3GQ993P (192.168.12.96) icmp_seq=2 Destination Host Unreachable
From LAPTOP-K3GQ993P (192.168.12.96) icmp_seq=3 Destination Host Unreachable
From LAPTOP-K3GQ993P (192.168.12.96) icmp_seq=4 Destination Host Unreachable
服务器没有启动,但这不是引起我注意的地方——让我困惑的是“来自 LAPTOP-K3GQ993P”。当我运行 Ubuntu 时,这不是我笔记本电脑的名称,而且从来没有。
我的笔记本电脑是双启动的 Windows,我不能排除这实际上是我在启动 Windows 时的计算机名称。但这并不能解释下一部分。
出于某种原因,我让它运行,但过了一段时间,它发生了变化:
From LAPTOP-K3GQ993P (192.168.12.96) icmp_seq=1194 Destination Host Unreachable
From LAPTOP-K3GQ993P (192.168.12.96) icmp_seq=1195 Destination Host Unreachable
From archlaptop (192.168.12.51) icmp_seq=1198 Destination Host Unreachable
From archlaptop (192.168.12.51) icmp_seq=1199 Destination Host Unreachable
所以 - 在某些时候两个数据包丢失了,“from”名称更改为“archlaptop”。再次令人费解,因为我没有运行 Arch Linux(我运行 Ubuntu),而且我很确定这里没有人运行 Arch。
什么给了?
【问题讨论】:
标签: networking ping