No Name Posted April 22, 2017 Posted April 22, 2017 Hi everyone I'm trying to use an Orange Pi Zero but I have some troubles by using Ethernet and WiFi. First, I connect to the pi via SSH by using ethernet IP. Then, I connect to the pi via SSH by using WiFi IP. At this point, all works fine. The problem appears when I disconnect the Ethernet cable. After doing it, I also lose WiFi connexion. my cfg : Armbian v5.25 Debian jessie 3.4.113-sun8i
martinayotte Posted April 22, 2017 Posted April 22, 2017 That is pretty normal if both wlan0 and eth0 are on the same subnet. the default gateway route is pointing by default to eth0, so when disconnecting eth0, it has no gateway. Simply boot your OPiZero without eth0 plugged in, the gateway will then point to wlan0.
Recommended Posts