Bonding: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 May 2025

  • curprev 09:4409:44, 17 May 2025Pverha10 talk contribs 1,067 bytes +1,067 Created page with "=linux network interface bonding= I wanted to make the following configuration: <table border=1> <tr><td colspan=4>bond2 (active-backup mode)</td></tr> <tr><td colspan=2>bond0 (802.3ad mode)</td><td colspan=2>bond1 (802.3ad mode)</td></tr> <tr><td>eth0 (in switch 1)</td><td>eth1 (in switch 1)</td><td>eth2 (in switch 2)</td><td>eth3 (in switch 2)</td></tr> </table> So I made the following: <pre> #!/bin/sh # load 3 bonds (in 802.3ad mode) /sbin/modprobe bonding mode=4..."