esp32_nat_router icon indicating copy to clipboard operation
esp32_nat_router copied to clipboard

A simple NAT Router for the ESP32

Results 117 esp32_nat_router issues
Sort by recently updated
recently updated
newest added

Request ? How do I set a static IP address for a particular MAC address, plz ?

I suggest that we add the ability to forward ports via the web interface and have the ability to scan for Wi-Fi networks via the serial console and web interface....

I'm trying to use this as a range externder for my IoT network. Just for one single device (an OpenEVSE car charger that's outside a brick wall). I've connected the...

I used this code but added an http endpoint like http://Nat-router-ip:80/post if I set the nat router IP as 192.168.1.126 other stations connected to it can make http calls to...

Hello. I have a question: the esp reconnect itself to the uplink wifi network after this disconnected for some reason?

It would be nice to add Shadowsocks or ShadowsocksR to the new firmware

New feature: - Support for WS2812 LED Changes: - Update PlatformIO espressif32 to 6.6.0 (esp-idf 5.2.1) - Add led_strip component [espressif/[email protected]](https://components.espressif.com/components/espressif/led_strip) - Extract led_status method into its own file Tested...

This condition checks the length of 'param2' (password) instead of 'param3' (ent_username) before adding '-u' and 'ent_username' to the arguments. It should check if 'param3' is not empty. This condition...

I have follewd various examples of flashing esp32 with this software and everything appears to be same as examples but the router always shows as having no internet connection when...