Von einem Computer im privaten Netzwerk kann kein Ping zum Standard-Gateway gesendet werden

Von einem Computer im privaten Netzwerk kann kein Ping zum Standard-Gateway gesendet werden

Ich habe einen Desktop-PC, einen Laptop und ein Android-Handy. Ich habe auf meinem Desktop-PC einen WLAN-Hotspot eingerichtet, damit ich mein Internet sowohl auf dem Handy als auch auf einem Laptop nutzen kann, und das funktioniert prima. Aber jetzt möchte ich meine Dateien über WLAN senden, also verwende ich Filezilla. Ich kann meine Datei vom Desktop-Handy senden, kann aber keine Verbindung zwischen Desktop und Laptop herstellen, aber das Internet funktioniert auch auf einem Laptop.

Also habe ich angefangen, herumzubasteln und festgestellt, dass ich nicht einmal von meinem Laptop aus einen Ping an mein Standard-Gateway senden kann oder umgekehrt (das Standard-Gateway ist mein Desktop-PC). Der Fehler, den ich bekomme, ist Request timeout

Desktop-Mobil

C:\>ping 192.168.137.41

Pinging 192.168.137.41 with 32 bytes of data:
Reply from 192.168.137.41: bytes=32 time=265ms TTL=64
Reply from 192.168.137.41: bytes=32 time=1ms TTL=64
Reply from 192.168.137.41: bytes=32 time=1ms TTL=64
Reply from 192.168.137.41: bytes=32 time=92ms TTL=64

Ping statistics for 192.168.137.41:
   Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
   Minimum = 1ms, Maximum = 265ms, Average = 89ms


Desktop-Laptop

C:\>ping 192.168.137.22

Pinging 192.168.137.22 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.

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

Laptop-Desktop

C:\>ping 192.168.137.1

Pinging 192.168.137.1 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.

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

Laptop arp-a
C:>arp -a

Interface: 192.168.137.22 --- 0xd
Internet Address      Physical Address      Type
192.168.137.1         00-26-82-e1-07-72     dynamic
192.168.137.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
239.192.152.143       01-00-5e-40-98-8f     static
239.255.255.250       01-00-5e-7f-ff-fa     static
255.255.255.255       ff-ff-ff-ff-ff-ff     static

verwandte Informationen