Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShapeShifter499/9f26d3de5f74bb81d48cf2015512a4ef to your computer and use it in GitHub Desktop.
Save ShapeShifter499/9f26d3de5f74bb81d48cf2015512a4ef to your computer and use it in GitHub Desktop.
/etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
# Set up interfaces manually, avoiding conflicts with, e.g., network manager
iface eth0 inet manual
iface usb0 inet manual
iface usb1 inet manual
iface usb2 inet manual
# Bridge setup
auto pi0
iface pi0 inet dhcp
bridge_ports eth0 usb0 usb1 usb2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment