bond0 failed when set as bridge_ports

Paulo Maligaya

New Member
Jul 23, 2016
18
0
1
41
Hi, I have a server that has already a bonded interface configured prior on Proxmox installation. Right now, I'm trying to setup a bridge interface vmbr0 in particular, but everytime I set the bridge_ports to bond0 my main network failed and I can no longer connect to the main host/node (as if the connectivity went down). Here's the entire look of my /etc/network/interfaces:

-----
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 static
address 147.x.x.x
netmask 255.x.x.x
gateway 147.x.x.x
slaves none
bond_miimon 100
bond_mode balance-rr
bond-slaves eth2 eth3
dns-nameservers 8.8.8.8 8.8.4.4
bond-xmit_hash_policy layer3+4
bond-downdelay 200
bond-updelay 200
bond-miimon 100
bond-mode 4

iface bond0 inet6 static
address 1111:2222:3:c444::55
netmask 127
gateway 1111:2222:3:c444::54

auto bond0:0
iface bond0:0 inet static
address 10.x.x.x
netmask 255.x.x.x
post-up route add -net 10.0.0.0/8 gw 10.x.x.x
post-down route del -net 10.0.0.0/8 gw 10.x.x.x

auto vmbr0
iface vmbr0 inet static
address 198.x.x.x
netmask 255.x.x.x
bridge_ports bond0
bridge_stp off
bridge_fd 0
bridge_vlan_aware yes
-----

And my bridge (vmbr0) is already linked to bond0

# brctl show
bridge name bridge id STP enabled interfaces
vmbr0 8000.f45214702e70 no bond0


Anyone already experienced this issue?

TIA!
 

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!