[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
howtos:misc:network_interace_bonding [2018/03/08 12:17 (UTC)] – Adding bonding modes lamerixhowtos:misc:network_interace_bonding [2018/03/08 12:40 (UTC)] bifferos
Line 14: Line 14:
 <code>modprobe bonding mode=balance-alb miimon=100</code> <code>modprobe bonding mode=balance-alb miimon=100</code>
  
-After that you need to set some IP address to the new bonding interface and bring is up+After that you need to set some IP address to the new bonding interface and bring it up
 <code> <code>
 ip addr add 10.1.1.2/16 dev bond0 ip addr add 10.1.1.2/16 dev bond0
 howtos:misc:network_interace_bonding ()