VLAN aware linux bridge

perja11

New Member
May 19, 2021
13
1
3
42
Hello All,

I am a newbie here for ProxmoX and installed Proxmox 6.4 on two physical servers. Our Management IP is on VLAN 61, so if I have to add a new VLAN 71 to my current /etc/network/interfaces, then what changes i have to make to the below existing definition using VLAN aware linux bridge ?

Node 1

auto lo
iface lo inet loopback

iface eno1 inet manual

auto vmbr0
iface vmbr0 inet static
address xx.x.61.140/24
gateway xx.x.61.1
bridge_ports eno1
bridge_stp off
bridge_fd 0

iface eno2 inet manual

iface eno3 inet manual

iface eno4 inet manual

iface enp4s0f0 inet manual

iface enp4s0f1 inet manual


node 2

auto lo
iface lo inet loopback

iface eno4 inet manual

auto vmbr0
iface vmbr0 inet static
address xx.x.61.141/24
gateway xx.x.61.x
bridge_ports eno4
bridge_stp off
bridge_fd 0

iface ens1f0 inet manual

iface ens1f1 inet manual

iface ens1f2 inet manual

iface ens1f3 inet manual

iface eno1 inet manual

iface eno2 inet manual

iface eno3 inet manual


Could someone please guide me on what is required to add a new VLAN on the above definition ?
 

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!