Page 1 of 1
share network
Posted: Mon Oct 23, 2017 10:21 am
by speed
I have an SBC3 with a USB wifi adapter and i need to connect another network device beside it. I'm trying to avoid installing a router. I'm wondering if there is any way to get the SBC to share it's network connection through the builtin ethernet port.
Re: share network
Posted: Mon Oct 23, 2017 1:11 pm
by speed
i found an article about bridging networks using bridge-utils on the internet in this link
https://wiki.debian.org/BridgeNetworkConnections
but when i look at /etc/network/interfaces on the SBC it says that any changes will be overwritten. some input from the SBC/debian gurus would be appreciated.
Re: share network
Posted: Tue Oct 24, 2017 3:37 pm
by Patrick
You could disable the boot-time overwrite of settings by:
update-rc.d phidgetsbcwebif disable
-Patrick