网络ping问题,计算机没有ping网络中的任何东西,并试图ping自己


0

当尝试ping本地网络中的任何内容时,计算机会尝试ping自己并说目标主机不可用

C:\Users\3aaa>ping 192.168.1.1

Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.127: Destination host unreachable.
Reply from 192.168.1.127: Destination host unreachable.
Reply from 192.168.1.127: Destination host unreachable.
Reply from 192.168.1.127: Destination host unreachable.

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

它也找到了网络打印机。

我正在使用Windows 7 Home。

ipconfig / all的结果是:

C:\Users\3aaa>ipconfig/all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : 3aaa-PC
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : home.gateway

Wireless LAN adapter Wireless Network Connection:

   Connection-specific DNS Suffix  . : home.gateway
   Description . . . . . . . . . . . : Realtek RTL8723BE Wireless LAN 802
I-E NIC
   Physical Address. . . . . . . . . : 74-29-AF-13-E8-AB
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   IPv4 Address. . . . . . . . . . . : 192.168.1.127(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Lease Obtained. . . . . . . . . . : 18 November 2015 10:28:23
   Lease Expires . . . . . . . . . . : 19 November 2015 11:13:44
   Default Gateway . . . . . . . . . : 192.168.1.254
   DHCP Server . . . . . . . . . . . : 192.168.1.254
   DNS Servers . . . . . . . . . . . : 8.8.8.8
                                       8.8.4.4
   NetBIOS over Tcpip. . . . . . . . : Enabled

Ethernet adapter Local Area Connection:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
   Physical Address. . . . . . . . . : F0-76-1C-22-C6-74
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter isatap.home.gateway:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : home.gateway
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter Local Area Connection* 12:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft 6to4 Adapter
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter Teredo Tunneling Pseudo-Interface:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

the arp -a is
C:\Users\3aaa>arp -a

Interface: 192.168.1.127 --- 0xf
  Internet Address      Physical Address      Type
  192.168.1.1           00-1e-67-e7-27-2b     dynamic
  192.168.1.20          5c-93-a2-fd-1b-5d     dynamic
  192.168.1.106         e4-98-d1-47-ae-54     dynamic
  192.168.1.111         74-29-af-0b-55-8b     dynamic
  192.168.1.118         74-e2-8c-e3-bb-d8     dynamic
  192.168.1.200         5c-93-a2-fd-1b-5d     dynamic
  192.168.1.254         60-03-47-09-e0-17     dynamic
  192.168.1.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
  224.0.0.253           01-00-5e-00-00-fd     static
  226.178.217.5         01-00-5e-32-d9-05     static
  239.255.255.250       01-00-5e-7f-ff-fa     static
  255.255.255.255       ff-ff-ff-ff-ff-ff     static

 c:\Windows\System32\Drivers\Etc 

谢谢

任何帮助,将不胜感激!!


2
编辑你的问题,包括1 /你的操作系统2 /输出ipconfig /all(假设是windows)和3 /你hosts文件的内容(C:\Windows\System32\drivers\etc\hosts
DavidPostill

arp -a看起来也很方便。
Richie086 2015年

感谢更新!所以,我注意到的第一件事是你试图ping 192.168.1.1。您期望在192.168.1.1使用什么设备/计算机?看起来你的网关/ dhcp服务器(它将成为你的路由器)似乎在192.168.1.254。您是否尝试ping路由器或其他具有192.168.1.1的设备?ping 192.168.1.254会发生什么?
Richie086 2015年

192.168.1.1是位于同一网络上的服务器。当我ping路由器时,我收到4个回复。谢谢
Josh Shanker 2015年

Answers:


0

它不是试图ping自己,而是试图192.168.1.1按照你的要求ping 。问题是它无法到达192.168.1.1,因此可以让您回答发现问题的主机。在您的情况下,此主机是您自己的计算机。

这不是故障,它是用于进一步故障排除的信息。如果网络跃点数量较大且问题进一步发生,您将收到来自上一个主机的类似消息。

根据您的ipconfig输出,我可以看到您的网关设置为192.168.1.254。尝试ping它,看看你的网络是否按预期工作(假设您的网关按预期工作)。


好的,谢谢,但用户无法连接到网络打印机,我相信这与此问题有关?有什么建议?
Josh Shanker 2015年

@JoshShanker相应地更新了我的答案
Jarmund

使用32字节数据Ping 192.168.1.254:来自192.168.1.254的回复:bytes = 32 time = 17ms TTL = 64来自192.168.1.254的回复:bytes = 32 time = 2ms TTL = 64来自192.168.1.254的回复:bytes = 32 time = 9ms TTL = 64来自192.168.1.254的回复:bytes = 32 time = 7ms TTL = 64我收到ping路由器的回复Ping统计信息为192.168.1.254:数据包:已发送= 4,已接收= 4,已丢失= 0(0 %损失)以毫秒为单位的近似往返时间:最小值= 2毫秒,最大值= 17毫秒,平均值= 8毫秒
Josh Shanker 2015年

所以你的计算机在网络上,但无论你正在ping的192.168.1.1是什么
Jarmund 2015年

但是我可以从192.168.1.1 ping网络上的所有内容吗?
Josh Shanker 2015年
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.