Skip to content

Instantly share code, notes, and snippets.

@ianchen06
Created December 9, 2016 08:27
Show Gist options
  • Save ianchen06/c33e1a92fad2b6f132c6d05b8b2b7b0c to your computer and use it in GitHub Desktop.
Save ianchen06/c33e1a92fad2b6f132c6d05b8b2b7b0c to your computer and use it in GitHub Desktop.
interfaces file in /etc/network for bridged network setup
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
#auto br0
#iface br0 inet dhcp
# bridge_ports eth1
# bridge_stp on
# bridge_fd 0
auto br0
iface br0 inet dhcp
bridge_ports eth0
bridge_stp on
bridge_fd 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment