martin-ger / esp_wifi_repeater

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

no internet connection or is there one? #514

Open carlos1w opened 1 year ago

carlos1w commented 1 year ago

Strange. I can connect the ESP to the wifi router all right. I can also connect to the ESP. Telnetting to it allows me to see the world:

CMD>ping google.com ping recv bytes: 32 time: 32 ms ping recv bytes: 32 time: 28 ms ping recv bytes: 32 time: 26 ms ping recv bytes: 32 time: 26 ms ping finished (4/4)

I can even see my wifi router from the ESP wifi network.

But then no internet connection is available to other websites outside of my home network. Not a DNS issue as I can also try the IP addresses and they are not reachable either.

I don't unterstand.