Chat freely about anything...

User avatar
By Takafumi Kakizaki
#53714 I recompile ESP8266 as a router (IPFORWARD).
I Confirm connect through ESP8266 LAN.
But NetworkDevice on ESP8266 Can't connect Internet
Please teach me...

MyPC(192.168.5.2)<-(192.168.5.1)AP ESP8266 STA(192.168.11.104)->Router(192.168.11.1) ->Internet

I hope MyPC(192.168.5.2) connect through Router(192.168.11.1) to Internet.
User avatar
By eduperez
#54174 Forwarding is not the same thing as bridging, routing or masquerading...

You need to check that your PC is configured to connect to the internet using the router as a gateway, and that it knows how to reach that router through the ESP; moreover, you also need to configure the router to accept packets coming from a computer outside the range of its internal network.
User avatar
By Takafumi Kakizaki
#54227 Thank you for answering!!
Checking myPC , Apparently, it seems there is an abnormality in the routing table.
do tracert command, packets missing.

I use LWIP on ESP.
What setting Can I at LWIP?


eduperez wrote:Forwarding is not the same thing as bridging, routing or masquerading...

You need to check that your PC is configured to connect to the internet using the router as a gateway, and that it knows how to reach that router through the ESP; moreover, you also need to configure the router to accept packets coming from a computer outside the range of its internal network.