Hi,
unfortunately no solution yet.
As far as I know the dhcp server - currently available - can not handle different sub-networks yet.
Hence somebody need to improve the dhcp server.
Regards Torsten
Search found 2 matches
- Mon Mar 20, 2023 10:06 am
- Forum: ESP-IDF
- Topic: Two NetIf with one DHCP server instance
- Replies: 2
- Views: 1922
- Sun May 30, 2021 9:45 am
- Forum: ESP-IDF
- Topic: Two NetIf with one DHCP server instance
- Replies: 2
- Views: 1922
Two NetIf with one DHCP server instance
Hi, I'm looking for a solution to run two network interfaces on a esp32-s2 with DHCP server support. Scenario: - interface 1 is usb cdc-ecm (could be ethernet as well) - subnet 192.168.1.x - interface 2 is WiFi - subnet 192.168.2.x Both shall support a DHCP server. Hence I enabled DHCP server inside...