Network bonding
- Read more about Network bonding
- Log in to post comments
apt install -y ifenslave
# /etc/network/interfaces
...
auto eth0
iface eth0 inet manual
bond-master bond0
auto eth1
iface eth1 inet manual
bond-master bond0
auto bond0
iface bond0 inet static
address 192.168.1.225
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
dns-nameservers 192.168.1.1
bond-miimon 100
bond-downdelay 200
bond-updelay 200
bond-mode 1
bond-slaves none
# state
cat /proc/net/bonding/bond0
cat /sys/class/net/bond0/bonding/slaves
eth1 eth0
cat /sys/class