I am having problems with a four port bond using LACP. The switch is configured for LACP and I can access the Proxmox IP on vmbr10 without issue. The problem is that the VM's have no network access if more than one of the four interfaces are plugged in. The server is a Dell R710 with four onboard Broadcom Gigabit NIC's.
My /etc/network/interfaces is as follows
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
iface eth2 inet manual
iface eth3 inet manual
auto bond0
iface bond0 inet manual
slaves eth0 eth1 eth2 eth3
bond_miimon 100
bond_mode 802.3ad
bond_xmit_hash_policy layer2
auto vmbr10
iface vmbr10 inet static
address 172.18.0.48
netmask 255.255.255.0
gateway 172.18.0.1
bridge_ports bond0.10
bridge_stp off
bridge_fd 0
auto vmbr13
iface vmbr13 inet manual
bridge_ports bond0.13
bridge_stp off
bridge_fd 0
auto vmbr9
iface vmbr9 inet manual
bridge_ports bond0.9
bridge_stp off
bridge_fd 0
auto vmbr14
iface vmbr14 inet manual
bridge_ports bond0.14
bridge_stp off
bridge_fd 0
auto vmbr100
iface vmbr100 inet manual
bridge_ports none
bridge_stp off
bridge_fd 0
Thanks,
Julian
My /etc/network/interfaces is as follows
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
iface eth2 inet manual
iface eth3 inet manual
auto bond0
iface bond0 inet manual
slaves eth0 eth1 eth2 eth3
bond_miimon 100
bond_mode 802.3ad
bond_xmit_hash_policy layer2
auto vmbr10
iface vmbr10 inet static
address 172.18.0.48
netmask 255.255.255.0
gateway 172.18.0.1
bridge_ports bond0.10
bridge_stp off
bridge_fd 0
auto vmbr13
iface vmbr13 inet manual
bridge_ports bond0.13
bridge_stp off
bridge_fd 0
auto vmbr9
iface vmbr9 inet manual
bridge_ports bond0.9
bridge_stp off
bridge_fd 0
auto vmbr14
iface vmbr14 inet manual
bridge_ports bond0.14
bridge_stp off
bridge_fd 0
auto vmbr100
iface vmbr100 inet manual
bridge_ports none
bridge_stp off
bridge_fd 0
Thanks,
Julian