USB to ethernet Dongle as LAN port #36
Unanswered
Switzerg95
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
Can you post your docker compose file, please? Even, it would be very nice if you add your OpenWrt IP configuration via console |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I added a usb ethernet interface and created a bridge with that interface and the default lan veth, on the host machine running the container.
client behind usb dongle can reach internet, gets a dhcp address from the openwrt docker container, but it cant talk to anything else thats on some of my mesh nodes, but any mesh node LAN members (same l2) can reach each other fine.
Is there a different suggestion on how we could make this work?
The issue being that for some reason nothing on the LAN side of the clients can reach the location engine.
Wondering if thats something to do with the way I created the bridge. Is there a particular way to add the USB interface into OPENWRT? Maybe thats why its not working quite right?
Do we pass in through the LAN_IF / WAN_IF? Or do we pass in as USB device? Into the compose file.
Beta Was this translation helpful? Give feedback.
All reactions