[PVE-User] 802.3ad Bonding Proxmox 1.4

Tomasz Chmielewski mangoo at wpkg.org
Tue Nov 10 08:13:17 CET 2009


Andrew Niemantsverdriet wrote:
> I am testing out Proxmox 1.4 and 802.3ad bonding. I can't join bond0
> the vmbr0 when that happens the bridge stops working. However when
> bond0 is no part of the bridge everything works fine. In Proxmox 1.3
> all I had to do was change in the interfaces file from 802.3ad to 4
> and it worked. In this version that does not work. How can I make that
> work again?

This is my /etc/network/interfaces file with bonding and bridges:


# network interface settings 

auto lo 

iface lo inet loopback 


auto eth0
iface eth0 inet manual

auto eth1
iface eth1 inet manual

auto bond0
iface bond0 inet manual
         slaves eth0 eth1
         bond_miimon 100
         bond_mode 1

auto bond0.111
iface bond0.111 inet manual
         vlan_raw_device bond0

auto bond0.113
iface bond0.113 inet manual
         vlan_raw_device bond0

auto bond0.128
iface bond0.128 inet manual
         vlan_raw_device bond0

auto bond0.160
iface bond0.160 inet manual
         vlan_raw_device bond0

auto bond0.200
iface bond0.200 inet manual
         vlan_raw_device bond0

auto bond0.511
iface bond0.511 inet manual
         vlan_raw_device bond0

auto vmbr0
iface vmbr0 inet static
         address  192.168.112.73
         netmask  255.255.255.192
         gateway  192.168.112.65
         broadcast  192.168.112.127
         bridge_ports bond0
         bridge_stp off
         bridge_fd 0
         network 192.168.112.64

auto vmbr1
iface vmbr1 inet manual
         bridge_ports bond0.113
         bridge_stp off
         bridge_fd 0

auto vmbr2
iface vmbr2 inet manual
         bridge_ports bond0.128
         bridge_stp off
         bridge_fd 0

auto vmbr3
iface vmbr3 inet manual
         bridge_ports bond0.160
         bridge_stp off
         bridge_fd 0

auto vmbr4
iface vmbr4 inet manual
         bridge_ports bond0.200
         bridge_stp off
         bridge_fd 0

auto vmbr5
iface vmbr5 inet manual
         bridge_ports bond0.511
         bridge_stp off
         bridge_fd 0

auto vmbr6
iface vmbr6 inet manual
         bridge_ports bond0.111
         bridge_stp off
         bridge_fd 0



-- 
Tomasz Chmielewski
http://wpkg.org




More information about the pve-user mailing list