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
Created
July 29, 2017 05:21
-
-
Save RooseveltAdvisors/885367db0324506b2a9f37b763f8ea0b to your computer and use it in GitHub Desktop.
nic bonding@ubuntu 14.04
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment