PC can not ping the address allocated by EM7565

I have a laptop with Windows 10 system. It connects with both ethernet and EM7565. After EM7565 attached successfully, the laptop is allocated with address 192.168.100.55 by EM7565. But, it is not able to ping 192.168.100.55 on this laptop.

However, this laptop has another ip address 10.22.2.21 allocated by the cable ethernet. It is ok to ping 10.22.2.21 on this labtop.

My question is that why it is not ok to ping 192.168.100.55 get from the EM7565.

The

移动宽带适配器 手机网络 2:

连接特定的 DNS 后缀 . . . . . . . :
IPv4 地址 . . . . . . . . . . . . : 192.168.100.55
子网掩码 . . . . . . . . . . . . : 255.255.255.240
默认网关. . . . . . . . . . . . . : 192.168.100.56

以太网适配器 以太网:

连接特定的 DNS 后缀 . . . . . . . : mavsys.com
本地链接 IPv6 地址. . . . . . . . : fe80::1c84:1f1f:7008:82de%10
IPv4 地址 . . . . . . . . . . . . : 10.22.2.21
子网掩码 . . . . . . . . . . . . : 255.255.255.0
默认网关. . . . . . . . . . . . . : 10.22.2.1

以太网适配器 蓝牙网络连接:

媒体状态 . . . . . . . . . . . . : 媒体已断开连接
连接特定的 DNS 后缀 . . . . . . . :

C:\iperf-2.0.9-win64>ping 192.168.100.55

正在 Ping 192.168.100.55 具有 32 字节的数据:
Control-C
^C
C:\iperf-2.0.9-win64>

Hi @steven.shen,
When you connect EM7565 to your laptop, It will create a P2P connection. The module is going to assign Its public IP (192.168.100.55) for your laptop so your laptop access internet. When you tried to ping 192.168.100.55, your laptop used local interface (10.22.2.21) to ping 192.168.100.55. It is not possible
There’re 2 ways to ping 192.168.100.55
#1: Disable local interface
#2: Ping 192.168.100.55 by command
ping 192.168.100.55 -S 192.168.100.55
Please feel free share your any concern and tick Solution if your question is answered
Thanks

1 Like

ok, thanks a lot for your reply.