· 8 years ago · Jan 05, 2017, 02:24 PM
1auto eno1
2iface eno1 inet manual
3bond-master bond0
4
5auto enp1s0
6iface enp1s0 inet manual
7bond-master bond0
8
9auto bond0
10iface bond0 inet static
11address 192.168.1.12
12gateway 192.168.1.1
13netmask 255.255.255.0
14bond-mode balance-rr
15bond-miimon 100
16bond-slaves enp1s0 eno1
17
18alias bond0 bonding # just example
19options bond0 mode=balance-alb miimon=100