Created
December 9, 2016 08:27
-
-
Save ianchen06/c33e1a92fad2b6f132c6d05b8b2b7b0c to your computer and use it in GitHub Desktop.
interfaces file in /etc/network for bridged network setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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