When ESP32 module connects to Wireless and Ethernet which connection takes priority? #17919
Replies: 1 comment
-
I was testing the ESP32-S3-ETH-8DI-8RO-C with Micropython. This device has an integrated Ethernet Port (W5500) and Wi-Fi support. I was connected via Wi-Fi and Ethernet together. The router assigned 192.168.0.99 via Wi-Fi and 192.168.0.102 via Ethernet. The If you want to listen only on one interface, then use the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When ESP32 module connects to Wireless, i.e. network.WLAN and Ethernet, i.e. network.LAN which connection takes priority, or in other words which interface is the default route? I don't any module method to set the metric of each connection. Is it last connection creating that owns the route? So if I create wireless object then Ethernet object, Ethernet owns default route?
Beta Was this translation helpful? Give feedback.
All reactions