Install Proxmox with bonded and trunked nic's

Damian Busicchia

New Member
Jul 28, 2016
2
0
1
43
I am installing Proxmox on an HP DL360p Gen9 with a 2 port 10G nic that has a trunked LACP config on the switch side and have the below as my /etc/network/interfaces file:

auto lo
iface lo inet loopback

iface eth0 inet manual

iface eth1 inet manual

auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond-miimon 100
bond_mode 802.3ad
bond_rate 1

auto vlan1040
iface vlan1040 inet manual
vlan-raw-device bond0

auto vmbr0
iface vmbr0 inet static
address 172.27.188.7
netmask 255.255.255.0
gateway 172.27.188.1
bridge_ports vlan1040
bridge_stp off
bridge_fd 0

STP is not enabled ion my enviornment.

vmbr0 is listed with the correct IP in ifconfig but no packets are passing and when cat /proc/net/bonding/bond0 it shows the LACP rate as being slow instead of fast.

What am I doing wrong?

BTW, new to Debian
 

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!