Search found 1 match
- Fri Feb 01, 2019 11:29 am
- Forum: General Discussion
- Topic: Simple NAT implementation
- Replies: 2
- Views: 7520
Simple NAT implementation
I have an ESP32 wroom32 that has WiFi internally and an ethernet port. I want to be able to connect my phone to the WiFi and access a webserver running on the ethernet port. Schematically this looks like: PC ----------------------- ETH (ESP32) <----NAT?----> Wifi (ESP32)------------ Phone The PC has...