[Solved] Bond with Mode LACP Error PBS 0.8-9

proxminent

Well-Known Member
Jan 15, 2019
71
15
48
47
Stuttgart, Germany
Error/Bug on the Web GUI ?.
Configuration: System / Network Interfaces
Add Bond with Mode: LACP
parameter verification errors parameter 'delete': value 'bond_xmit_hash_policy' is not defined in the enumeration. parameter 'bond_mode': value '802.3ad' is not defined in the enumeration.

1597664199962.png
1597664285573.png
Thanks a lot
 
we have bond working, however did so from cli. the gui could have a bug. here is part of /etc/network/interfaces in case you want to hand edit. naturally your device names will probably be different.
Code:
#
# Had to do this:
# apt install ifenslave
#
iface enp3s0f0 inet manual
iface enp3s0f1 inet manual

auto bond0
iface bond0 inet static
       slaves enp3s0f0 enp3s0f1
       bond_miimon 100
       bond_mode active-backup
       address  xx.x.x.x
       netmask  255.255.255.0
       mtu 9000
 
Last edited:
802.3ad also works
ip info removed

auto lo
iface lo inet loopback

iface enp7s0f0 inet manual

iface enp7s0f1 inet manual

iface enp6s0f0 inet manual

iface enp6s0f1 inet manual

iface enp2s0f1 inet manual

iface enp2s0f0 inet manual

auto bond0
iface bond0 inet static
address xxxxxx/xxxxx
gateway xxxxxxx
bond-mode 802.3ad
bond-slaves enp2s0f0 enp2s0f1
mtu 9000

auto bond1
iface bond1 inet static
address xxxxx/xxxx
bond-mode 802.3ad
bond-slaves enp6s0f0 enp6s0f1 enp7s0f0 enp7s0f1
mtu 9000
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!