martin-ger / esp_wifi_repeater

A full functional WiFi Repeater (correctly: a WiFi NAT Router)
MIT License
4.72k stars 896 forks source link

Routing question #491

Closed Freeejack closed 2 years ago

Freeejack commented 2 years ago

Hi!

Great work, i really like this firmware but i have a question.

I tried to use this ESP wifi repeater method to extend my wifi to a greater range on location.

The situation is: (Sound mixer unit connected to main router via cable) -> (Wifi Router with 4G internet in a truck) - > (ESP32 with your firmware outside of the truck few meters away) <- (Tablet connected to ESP)

The firmware works great, i have internet on the tablet so it's fantastic, but:

The mixer IP is 10.20.1.56 Main router IP is 10.20.1.51 But the ESP IP is 192.168.x.x and the app on the tablet cannot find the mixer.

Can i setup the above config so that the tablet can reach the sound mixer?

Thank you very much if you can help, or any advice to solve the situation if it's not possible with ESP!