
私はデスクトップ PC 1 台、ラップトップ 1 台、Android モバイル 1 台を持っています。デスクトップ PC に WiFi ホットスポットを作成し、ラップトップでもモバイルでもインターネットを利用できるようにしました。これはうまく機能していますが、今度は WiFi 経由でファイルを送信したいので、Filezilla を使用しています。デスクトップ モバイルからファイルを送信できますが、デスクトップとラップトップを接続することはできません。ただし、インターネットはラップトップでも機能しています。
そこでいろいろいじってみたところ、ラップトップからデフォルトゲートウェイにpingを送信できないこと、またその逆もできないことがわかりました(デフォルトゲートウェイはデスクトップPCです)。表示されるエラーは「リクエストタイムアウト」です。
デスクトップ-モバイル
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