You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use esp_slip_router to isolate small footprint WiFi devices which's firmware I can't alter. The esp8266 will be attached to a Linux machine that has internet access via ethernet. Unfortunately these WiFi devices need internet access for a initialization. I want to give them controlled internet access via ethernet interface. Is it possible?
`
The text was updated successfully, but these errors were encountered:
You use the ESP as AP? I think, you have to set up NAT routing on the Linux as well, so that it forwards packets coming from the SLIP interface to its external port.
@martin-ger I know, that this issue is more than 2 years old, but I found your great code only now and I have the same problem.
It seems, that ESP in AP mode not forwarding packets to the SLIP peer if they are addressed to other subnet destination.
I use the precompiled firmware on the ESP and tcpdump the sl0 interface on linux side. If I ping 192.168.240.2 from a wifi client, i see the packets. But if I ping for example 8.8.8.8, I can't see any on the sl0 interface :(
I want to use esp_slip_router to isolate small footprint WiFi devices which's firmware I can't alter. The esp8266 will be attached to a Linux machine that has internet access via ethernet. Unfortunately these WiFi devices need internet access for a initialization. I want to give them controlled internet access via ethernet interface. Is it possible?
`
The text was updated successfully, but these errors were encountered: