Skip to content

Instantly share code, notes, and snippets.

@kennethreitz
Created July 9, 2011 19: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 kennethreitz/1073851 to your computer and use it in GitHub Desktop.
Save kennethreitz/1073851 to your computer and use it in GitHub Desktop.
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet manual
auto br0
iface br0 inet static
address 50.28.18.209
gateway 50.28.18.1
netmask 255.255.254.0
bridge_ports eth0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
auto br0:0
iface br0:0 inet static
address 50.28.18.210
gateway 50.28.18.1
netmask 255.255.254.0
auto br0:1
iface br0:1 inet static
address 50.28.18.211
gateway 50.28.18.1
netmask 255.255.254.0
auto br0:2
iface br0:2 inet static
address 50.28.18.212
gateway 50.28.18.1
netmask 255.255.254.0
auto br0:3
iface br0:3 inet static
address 50.28.18.213
gateway 50.28.18.1
netmask 255.255.254.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment