这里发生了一件奇怪的事情。从 Windows 7 上网本,我无法 ping 网络上的 HP 打印机,而所有其他机器(Win7/Vista)都可以。上网本还可以 ping LAN 上的其他所有设备。
示例显示上网本可以 ping 192.168.3.4 但不能 ping 3.6。
C:\Users\backdoor>ping w7ue1m
Pinging w7ue1m.corp.biz.co.uk [192.168.3.4] with 32 bytes of data:
Reply from 192.168.3.4: bytes=32 time=7ms TTL=128
Reply from 192.168.3.4: bytes=32 time=4ms TTL=128
Reply from 192.168.3.4: bytes=32 time=2ms TTL=128
Reply from 192.168.3.4: bytes=32 time=2ms TTL=128
Ping statistics for 192.168.3.4:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 2ms, Maximum = 7ms, Average = 3ms
C:\Users\backdoor>ping uktnprint1
Pinging uktnprint1.corp.biz.co.uk [192.168.3.6] with 32 bytes of data:
Reply from 192.168.3.0: Destination host unreachable.
Reply from 192.168.3.0: Destination host unreachable.
Reply from 192.168.3.0: Destination host unreachable.
Reply from 192.168.3.0: Destination host unreachable.
Ping statistics for 192.168.3.6:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),`enter code here`
上网本的IPCONFIG结果很好。
IPv4 Address. . . . . . . . . . . : 192.168.3.0
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . : 192.168.1.1
这是我多年来见过的最不寻常的网络问题。我必须重申,只有这台上网本在 ping/打印方面有问题。
谢谢,卢克
** 更新 **
现在正在使用 Vista 系统,IPCONFIG 如下:
IPv4 Address. . . . . . . . . . . : 192.168.3.3
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . : 192.168.1.1
Pinging uktnprint1.corp.biz.co.uk [192.168.3.6] with 32 bytes of data:
Reply from 192.168.3.6: bytes=32 time=2ms TTL=60
防火墙已关闭。我会调查 IP 冲突的可能性,因为这是我唯一能想到的方法 - 比较每台机器的 arp 缓存。
干杯!
答案1
上网本的 IP 真的是 192.168.3.0 吗?它是静态的吗?无论如何,这都不是一个有效的 IP。
答案2
根据 RFC,192.168.3.0 是有效 IP,但您网络上的某些设备可能未配置为接受该 IP。如果您为有问题的机器分配了不同的 IP,而它突然开始工作,您就会知道这肯定是原因。然后,只需找到一些不遵守“CIDR 内部规则”的死交换机或任何其他东西即可。或者,您可以配置 DHCP 服务器以从其分配池中排除 .255 和 .0 地址。