Package: ifenslave
Version: 2.12
Severity: important
Dear Maintainer,
Bonding on Debian 11 Bullseye is not working, when using "bond-slaves int1
int2" syntax on the bonding interface.
However it seems to work, when defining bonding the other way around using
"bond-master bond1" on the interface
Non-working bonding config in /etc/network/interfaces:
auto enp4s0f0
iface enp4s0f0 inet manual
auto enp4s0f1
iface enp4s0f1 inet manual
auto bond1
iface bond1 inet static
address 192.168.12.4/24
gateway 192.168.12.1
slaves enp4s0f0 enp4s0f1
bond-mode 802.3ad
bond-miimon 100
bond-dow
> In your case you could simply remove the stanzas for enp4s0f0 and enp4s0f1
> which would leave you with just the stanza for bond1:
> iface bond1 inet static
> bond-slaves enp4s0f0 enp4s0f1
Thank you Oleander. It works with this hint (the physical interfaces
were left out of the config).
Work
3 matches
Mail list logo