Search found 1 match

by StevenMedusa
Fri Feb 01, 2019 11:29 am
Forum: General Discussion
Topic: Simple NAT implementation
Replies: 2
Views: 7273

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...