Search code examples
androidwindowspingarp

Laptop can not ping to the android device


I'm trying to do a ping from my Windows 7 laptop to my Android device, but I can not. I added the Android device to the arp table, I entered this command:

netsh interface ipv4 add neighbors "Connection Name" IP ADRESS MAC ADDRESS

and I can see the device (ip address ,mac address ) when I type "arp -a ". But when I do a ping I get: timeout exceeded demand. My laptop (192.168.1.106) and Android device (192.168.1.107 ). They both can ping to the gateway address.

Thank you for your help.


Solution

  • I solved the problem ,by changing the access point ,it was causing the problem.Now i can ping normaly.