ไม่สามารถ ping ไปยังเกตเวย์เริ่มต้นจากคอมพิวเตอร์ภายในเครือข่ายส่วนตัว


0

ฉันมีพีซีตั้งโต๊ะแล็ปท็อปและ Android หนึ่งเครื่อง ฉันได้สร้างฮอตสปอต WiFi บนเดสก์ท็อปพีซีของฉันเพื่อให้ฉันสามารถใช้อินเทอร์เน็ตบนมือถือเช่นเดียวกับแล็ปท็อปและมันใช้งานได้ดี แต่ตอนนี้ฉันต้องการส่งไฟล์ผ่าน WiFi ดังนั้นฉันจึงใช้ Filezilla ได้ดี ไฟล์จากเดสก์ท็อป - มือถือ แต่ไม่สามารถเชื่อมต่อเดสก์ท็อปและแล็ปท็อปได้ แต่อินเทอร์เน็ตก็ใช้งานแล็ปท็อปได้เช่นกัน

ดังนั้นผมจึงเริ่ม tinkering รอบ ๆ และฉันพบว่าฉันไม่สามารถแม้แต่จะ ping ไปยังเกตเวย์เริ่มต้นของฉันจากแล็ปท็อปหรือในทางกลับกันของฉัน (เกตเวย์เริ่มต้นเป็นเครื่องคอมพิวเตอร์เดสก์ทอปของฉัน) ข้อผิดพลาดได้โดยเริ่มต้นที่ฉันได้รับการร้องขอหมดเวลา

สก์ท็อปมือถือ

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


สก์ท็อปแล็ปท็อป

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),

แล็ปท็อปสก์ท็อป

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),

แล็ปท็อป 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

ฉันปิดการใช้งานไฟร์วอลล์แล็ปท็อปของฉันขอโทษที่โพสต์ในฟอรัมที่ไม่ถูกต้องฉันสามารถย้ายไปที่ SuperUser.com ได้หรือไม่

ฉันสงสัยว่ามีกี่คนที่มีตากระตุกเมื่อใดก็ตามที่ไซต์สแต็กเรียกว่าฟอรัม ...

สิ่งที่แย่ของฉันคือไซต์ QA
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.