Skip to content

Instantly share code, notes, and snippets.

@mikoim
Created December 4, 2016 06:23
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 mikoim/44cb74cc3119829441bca48049d15587 to your computer and use it in GitHub Desktop.
Save mikoim/44cb74cc3119829441bca48049d15587 to your computer and use it in GitHub Desktop.
/etc/network/interfaces for home @ debian
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto br0
iface br0 inet static
address XXX.XXX.XXX.XXX
broadcast XXX.XXX.XXX.XXX
netmask XXX.XXX.XXX.XXX
gateway XXX.XXX.XXX.XXX
dns-nameservers 127.0.0.1
bridge_ports enp0s31f6
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