我在这里发生了一件奇怪的事情。 从Windows 7上网本中,我无法ping通networking上的惠普打印机,而所有其他机器(Win7 / Vista)都可以。 而上网本也可以ping通局域网上的其他一切。
示例显示上网本可以ping通192.168.3.4而不是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
多年来我见过的最不寻常的networking事物。 我必须重申,只有这个上网本无法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
防火墙closures。 我将研究IP冲突的可能性,因为这是我能想到的唯一的事情 – 比较每台机器的ARPcaching。
干杯!
上网本的IP是否真的是192.168.3.0? 它是静态的吗? 无论哪种方式,这不是一个有效的IP。
根据RFC,192.168.3.0是一个有效的IP,但是networking上的一些设备可能没有被configuration为接受它。 如果您为违规的机器分配了不同的IP,并且突然开始工作,您就会知道这是确定的原因。 那么这只是一个发现一些脑死亡开关的事情,或者不符合“CIDR众议院规则”的事情。 或者,您可以configuration您的DHCP服务器以从其分配池中排除.255和.0地址。