Skip to content

Instantly share code, notes, and snippets.

@achanda
Created February 3, 2014 20:14
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 achanda/8791460 to your computer and use it in GitHub Desktop.
Save achanda/8791460 to your computer and use it in GitHub Desktop.
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
netmask 255.255.255.0
hwaddress ether e8:9a:8f:91:a9:f0
network_name management
address 172.20.0.13
auto eth1
iface eth1 inet manual
network_name none
auto eth2
iface eth2 inet manual
network_name bond-slave
bond-master bond0
auto eth3
iface eth3 inet manual
network_name bond-slave
bond-master bond0
auto bond0
iface bond0 inet static
bond-miimon 100
bond-downdelay 200
netmask 255.255.255.0
bond-slaves none
bond-updelay 200
hwaddress ether 12:00:34:56:03:01
bond-mode 802.3ad
network_name application
address 172.21.0.13
gateway 172.21.0.1
dns-search b0.cloudy
dns-domain b0.cloudy
dns-nameservers 10.86.0.11 172.20.0.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment