martin-ger / esp32_nat_router

A simple NAT Router for the ESP32
1.35k stars 283 forks source link

Transparent brigde mode? #104

Open kriegste opened 2 years ago

kriegste commented 2 years ago

Hi,

would it be somehow possible to run the project as a transparent bridge (or repeater)?

I need the nodes which connect to the AP interface of the ESP32 to be in the same IP subnet as the ones which are connected directly to my router, e.g.:

Phone (192.168.1.2) <-> Router (192.168.1.1) <-> ESP32_A (192.168.1.3) <-> ESP32_B (192.168.1.4)

ESP32_B is, of course, outside the range of the router (and maybe in the LR WiFi mode, too). All nodes need to be able to access all other nodes, i.e. ping them / access their web interface at port 80.

Doable? How?

kriegste commented 2 years ago

https://github.com/martin-ger/esp32_nat_router/issues/100 seems to be the same question.