Several Tagged VLANS on vmbrX

repa

Renowned Member
Nov 18, 2010
37
4
73
Hi,

what is wrong with the following config? vmbr0.111 is working, but we can't get any traffic on vmbr0.304

cat /etc/network/interfaces
auto lo
iface lo inet loopback

iface eno1 inet manual

iface eno2 inet manual

iface eno3 inet manual

iface eno4 inet manual

iface ens2 inet manual

iface ens2d1 inet manual

auto bond0
iface bond0 inet manual
bond-slaves ens2 ens2d1
bond-miimon 100
bond-mode active-backup

auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094

auto vmbr0.111
iface vmbr0.111 inet static
address x.x.x.183
netmask 255.255.255.192
gateway x.x.x.129

auto vmbr0.304
iface vmbr0.304 inet static
address 10.10.10.15
netmask 255.255.255.0

auto vmbr1
iface vmbr1 inet manual
bridge-ports eno1
bridge-stp off
bridge-fd 0
 
OK, got it working with the following config:

auto lo
iface lo inet loopback

iface eno1 inet manual

iface eno2 inet manual

iface eno3 inet manual

iface eno4 inet manual

iface ens2 inet manual

iface ens2d1 inet manual

auto bond0
iface bond0 inet manual
bond-slaves ens2 ens2d1
bond-miimon 100
bond-mode active-backup

auto vmbr0
iface vmbr0 inet static
address x.x.x.183
netmask 255.255.255.192
gateway x.x.x.x
bridge-ports bond0.111
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes

auto vmbr2
iface vmbr2 inet static
address 10.10.10.14
netmask 255.255.255.0
bridge-ports bond0.116
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes

auto vmbr1
iface vmbr1 inet manual
bridge-ports eno1
bridge-stp off
bridge-fd 0
 

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!