Open simon4096 opened 1 year ago
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.
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.
At the beginning of the project there was introduced a virtual netif (commit: c46a78ac11). May I ask why this concept was thrown away?
Any news on?
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?