So I was putting together a Wifi switch, a SOnOff switch. Basically it's a mains switch with Wifi so you can turn it on and off.
Anyway it works. I managed to hack it to get it connecting to my Wifi and a static IP. This was after their own stupid mobile app failed to work with the device at all. It's just an ESP8285 microcontroller, so I just flashed it with custom firmware to create a very basic REST API.
So hitting it with http://10.0.0.4/status from my Windows PC (Wired LAN) and it answers fine.
Hitting it from my Linux server 10.0.0.199 also wired and I get "No route to host".
Hitting it from the Raspberry PI 10.0.0.3, also wired and I get "No route to host".
Checking and the ARP table has <incomplete> for the device IP 10.0.0.4.
So, for some reason the access point (TPLink Archer VR900) has allowed/answered the ARP request for the Windows PC, but not for the Linux machines.
I have never seen this before.
Any ideas?
UPDATE: I rebooted the device and it's now accessible from my server, but still not from the raspberry PI.
Something fishy if going on with the ARP forwarding through the TPLink from Wifi to LAN.
Anyway it works. I managed to hack it to get it connecting to my Wifi and a static IP. This was after their own stupid mobile app failed to work with the device at all. It's just an ESP8285 microcontroller, so I just flashed it with custom firmware to create a very basic REST API.
So hitting it with http://10.0.0.4/status from my Windows PC (Wired LAN) and it answers fine.
Hitting it from my Linux server 10.0.0.199 also wired and I get "No route to host".
Hitting it from the Raspberry PI 10.0.0.3, also wired and I get "No route to host".
Checking and the ARP table has <incomplete> for the device IP 10.0.0.4.
So, for some reason the access point (TPLink Archer VR900) has allowed/answered the ARP request for the Windows PC, but not for the Linux machines.
I have never seen this before.
Any ideas?
UPDATE: I rebooted the device and it's now accessible from my server, but still not from the raspberry PI.
Something fishy if going on with the ARP forwarding through the TPLink from Wifi to LAN.