Pablo Clemente Maseda

Results 11 comments of Pablo Clemente Maseda

Do you have some hints on how to integrate that like in the esp8266 release 2.6.0? I want to add this functionality to some other project that it is using...

Thank you @martin-ger ! This is exactly what I want to approach but for the ESP32, not for the ESP8266, but for the ESP32 the lwip libraries are not available...

Thank you @martin-ger for your tips! As you mention, I had to re-build esp-idf libs after enabling IP forwarding and NAT so I can access to lwip_napt.h added in the...

I think that the libraries are included correctly directly [here](https://github.com/paclema/esp32_lwip_nat_example/blob/main/src/main.cpp#L26) (no errors while compiling) but I tried adding: ``` extern "C" { #include "dhcpserver/dhcpserver.h" #include "dhcpserver/dhcpserver_options.h" } ``` And it...

I have found the solution to accomplish the last part to provide DNS to DHCP server. The solution is described in this [arduino-esp32 issue #5117](https://github.com/espressif/arduino-esp32/issues/5117#issuecomment-829953466). You can also check the...

Can this be merged @per1234 ?

Is it planned to integrate this feature? It would be awesome! :)

I can confirm too that this helps with ESP32-S2! When is it planned to be merged?