esp-iot-bridge icon indicating copy to clipboard operation
esp-iot-bridge copied to clipboard

Ethernet and WiFi on same subnet (AEGHB-151)

Open simon4096 opened this issue 2 years ago • 1 comments

I have a project with one device connected to Ethernet port and several connected via WiFi. Question: Would it be possible to have IP addresses for Ethernet and WIFI in the same subnet? Via DHCP?

simon4096 avatar Apr 18 '23 08:04 simon4096

For the current architecture, since WiFi and Ethernet belong to two different interfaces, their network segments are also different. It is currently not possible to have two different types of devices in the same network segment.

tswen avatar Apr 18 '23 12:04 tswen

Thank you for the quick answer. Do you have any other ideas how I can achieve my goal? Since the WiFi clients may have multiple network cards, I would like to avoid having to set up a special route here.

simon4096 avatar Apr 18 '23 20:04 simon4096

At the beginning of the project there was introduced a virtual netif (commit: c46a78ac11). May I ask why this concept was thrown away?

simon4096 avatar Jul 14 '23 12:07 simon4096

Any news on?

simon4096 avatar Mar 08 '24 10:03 simon4096