esp32_nat_router icon indicating copy to clipboard operation
esp32_nat_router copied to clipboard

Transparent brigde mode?

Open kriegste opened this issue 3 years ago • 1 comments

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 avatar Aug 19 '22 15:08 kriegste

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

kriegste avatar Aug 25 '22 11:08 kriegste