Bonding: Difference between revisions

From DWIKI
mNo edit summary
Line 11: Line 11:


/sys/devices/virtual/net/bond*/
/sys/devices/virtual/net/bond*/
=FAQ=
==change bonding type==
only works when the interface are down
ip link set dev bond0 type bond mode active-backup

Revision as of 15:19, 27 July 2020

Ethernet bonding (trunking)

Links

Debug info

cat /proc/net/bonding/bond0 

/sys/devices/virtual/net/bond*/


FAQ

change bonding type

only works when the interface are down

ip link set dev bond0 type bond mode active-backup