Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
auto eth1
iface eth1 inet manual
auto br0
iface br0 inet static
address 1.1.2.1
netmask 255.255.255.0
bridge_ports eth1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment