Multiple vlan configuration

*deadbrook*

New Member
Dec 17, 2022
2
0
1
Good afternoon everyone !

I'm deploying proxmox on an IBM M3, leaving a separate port for management and a port for the VLANs of the clients, on the port that I configured the VLANs of the clients, when I configured the second VLAN, the first one stopped working, it drips to other machines from the internal network but it does not have access to the internet, could you enlighten me lol?

Here is the output of my interfaces:

auto lo
iface lo inet loopback

auto eno1
iface eno1 inet manual
#PT 37 - GERENCIA

auto eno2
iface eno2 inet manual
#PT 39 - DADOS

iface enx5ef3fcda9f23 inet manual

auto vmbr0
iface vmbr0 inet static
address 172.16.19.242/24
gateway 172.16.19.1
bridge-ports eno1
bridge-stp off
bridge-fd 0

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

auto vmbr1.1116
iface vmbr1.1116 inet static
address 10.1.116.0/24
#VLAN_1116

auto vmbr1.175
iface vmbr1.175 inet static
address 10.0.175.0/24
#VLAN_175
 
auto vmbr1
iface vmbr1 inet manual
bridge-ports eno2
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094

auto vmbr1.1116
iface vmbr1.1116 inet static
address 10.1.116.0/24
#VLAN_1116

auto vmbr1.175
iface vmbr1.175 inet static
address 10.0.175.0/24
#VLAN_175
The bridge interface vmbr1 is already VLAN aware. You do not need VLAN interfaces on it any more.
In the VMs vNIC configuration just enter the VLAN ID and everything should work.
 

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!