Skip to content

Instantly share code, notes, and snippets.

@RooseveltAdvisors
Created July 29, 2017 05:21
Show Gist options
  • Save RooseveltAdvisors/885367db0324506b2a9f37b763f8ea0b to your computer and use it in GitHub Desktop.
Save RooseveltAdvisors/885367db0324506b2a9f37b763f8ea0b to your computer and use it in GitHub Desktop.
nic bonding@ubuntu 14.04
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet manual
  bond-master bond0

auto eth1
iface eth1 inet manual
  bond-master bond0

auto bond0
iface bond0 inet dhcp
#iface bond0 inet static
#   address 192.168.0.40
#   gateway 192.168.0.1
#   netmask 255.255.255.0
   bond-mode balance-rr
   bond-miimon 100
   bond-slaves none

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment