Skip to content

Instantly share code, notes, and snippets.

@wheimbigner
Created October 25, 2016 18:08
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 wheimbigner/dbc0d4d6c71b932033cc7dbd40288a8a to your computer and use it in GitHub Desktop.
Save wheimbigner/dbc0d4d6c71b932033cc7dbd40288a8a to your computer and use it in GitHub Desktop.
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
auto lxdbr0
iface lxdbr0 inet static
address 10.0.0.242
netmask 255.255.255.240
gateway 10.0.0.241
bridge_ports eth0
dns-nameservers 8.8.8.8 8.8.4.4
dns-search my.network
bridge_stp off
bridge_fd 0
bridge_maxwait 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment