Skip to content

Instantly share code, notes, and snippets.

@tsaito20
Created October 24, 2012 07:31
Show Gist options
  • Save tsaito20/3944564 to your computer and use it in GitHub Desktop.
Save tsaito20/3944564 to your computer and use it in GitHub Desktop.
ubuntu network configuration
iface br0 inet static
address x.x.x.x
netmask 255.255.255.0
gateway y.y.y.y
dns-nameservers 8.8.8.8 x.x.x.x
bridge_ports eth0
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