problemas de ping da rede, computador não pingando nada na rede e tentando fazer ping

0

Ao tentar pingar qualquer coisa na rede local, o computador tenta fazer o ping e diz que o host de destino não está disponível

C:\Usersaaa>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),

Também não encontrará a impressora de rede.

Estou usando o Windows 7 Home.

os resultados do ipconfig / all são:

C:\Usersaaa>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:\Usersaaa>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 

Obrigado

qualquer ajuda seria apreciada !!

    
por Josh Shanker 18.11.2015 / 12:46

1 resposta

0

Não está tentando fazer o ping em si, está tentando fazer ping de 192.168.1.1 conforme sua solicitação. O problema é que ele não pode alcançar 192.168.1.1 e, portanto, fornece a resposta de qualquer host que tenha descoberto o problema. No seu caso, esse host é seu próprio computador.

Não é uma falha, são informações a serem usadas para solucionar problemas adicionais. Se a quantidade de saltos de rede fosse maior e o problema fosse mais adiante, você receberia uma mensagem semelhante do último host que você poderia acessar.

Com base na sua saída ipconfig, posso ver que seu gateway está configurado para 192.168.1.254 . Tente fazer o ping para ver se a sua rede funciona conforme o esperado (presumindo que o seu gateway esteja funcionando como planejado).

    
por 18.11.2015 / 14:59

Tags