Skip to content

Instantly share code, notes, and snippets.

@jvsalo
Created October 28, 2017 22:36
Show Gist options
  • Save jvsalo/81b9e8938724c3be7a68a2f33c9edffc to your computer and use it in GitHub Desktop.
Save jvsalo/81b9e8938724c3be7a68a2f33c9edffc to your computer and use it in GitHub Desktop.
bridge config
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
auto br0
iface br0 inet static
address 192.168.75.10
netmask 255.255.255.0
gateway 192.168.75.1
bridge_ports eth0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment