-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: lwip with NAT & IP Forwarding features #2826
Comments
This functionality comes from esp-idf, if it is not available there it will need to first be implemented there. Please open an issue against esp-idf for tracking the functionality on that side. |
+1 this NAT Feature must be available, that's why WIFI_AP_STA required. Currently ESP32 has WIFI_AP_STA mode but not enable to make Client access internet. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This stale issue has been automatically closed. Thank you for your contributions. |
+1 for NAT/NAPT feature... is this planned to be implemented soon? |
I'd like to implement a WiFi Repeater with ESP32. Can the standard Arduino libraries support NAT and IP Forwarding? I see that using ESP32 IDF can perform such with modification of the IDF lwip component - https://github.com/jonask1337/esp-lwip. If Arduino does not have this feature at this moment, can you include it in your future releases?
The text was updated successfully, but these errors were encountered: