Created
October 24, 2012 07:31
-
-
Save tsaito20/3944564 to your computer and use it in GitHub Desktop.
ubuntu network configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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