Hi all,
I'm struggling to create a LACP bond interface in Proxmox. I'm trying to aggregate two 1Gb NIC to increase bandwidth.
With the config described below, if I connect only of the ethernet, then it works fine, but when they are both connected, it fails to ping or reach Proxmox.
I'm detailing my Proxmox /etc/network/interfaces below :
	
	
	
		
				
			I'm struggling to create a LACP bond interface in Proxmox. I'm trying to aggregate two 1Gb NIC to increase bandwidth.
With the config described below, if I connect only of the ethernet, then it works fine, but when they are both connected, it fails to ping or reach Proxmox.
I'm detailing my Proxmox /etc/network/interfaces below :
		Code:
	
	auto lo
iface lo inet loopback
iface enp89s0 inet manual
#auto enxfc34971ec164
iface enxfc34971ec164 inet manual
auto bond0
iface bond0 inet manual
        bond-primary enp89s0
        bond-slaves enp89s0 enxfc34971ec164
        bond-miimon 100
        bond-mode 802.3ad
        bond-xmit-hash-policy layer2+3
auto vmbr0
iface vmbr0 inet static
        address 192.168.0.2/24
        gateway 192.168.0.1
        bridge-ports bond0
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4094