Skip to content

Instantly share code, notes, and snippets.

@joachimhs
Created June 13, 2013 11:50
Show Gist options
  • Select an option

  • Save joachimhs/5773097 to your computer and use it in GitHub Desktop.

Select an option

Save joachimhs/5773097 to your computer and use it in GitHub Desktop.
auto eth0
iface eth0 inet static
address 192.168.1.202
netmask 255.255.255.0
gateway 192.168.1.1
#auto br0
#iface br0 inet static
# address 192.168.1.202
# netmask 255.255.255.0
# gateway 192.168.1.1
# bridge_ports eth0
# bridge_maxwait 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment