Dear community
I am pretty new to proxmox but like it so far except when it comes to VLAN's. I know there is ton of articles out there dealing with this topic and I tried quite some of them with no help so far.
I have a baremetal machine that connects with two sfp+ ports to my uniFi switch, where I have setup some VLAN's. Idea behind it is, to have one sfp for filesharing (vlan 55) and management (vlan 77) and the other for container / vm trafic (vlan 144) and some lab boxes to play with (vlan111).
On the UDM Pro I have configured the native vlan on port 10 (sfp+ 1) to be on 144, where the other, port 11 (sfp+ 2) is set to native vlan of 77. Both ports allow all available VLAN's
On proxmox I have configure the following in the interfaces file:
I have tried a lot of different variations but as soon as I change something in the inital interfaces config I can't reach proxmox anymore. Copying back the original also does not work anymore. To get it back to work I have to reinstall but then the process starts all over again.
Thus I was wondering, if I'm doing something wrong here?
I also added some explanatory prtnScrn of my unify config. SFP10 is where eno1 is connected to and eno2 is on SFP11
Any help is greatly appreciated, I would hate to go back to windows, just because I failed to get the vlans working....
I am pretty new to proxmox but like it so far except when it comes to VLAN's. I know there is ton of articles out there dealing with this topic and I tried quite some of them with no help so far.
I have a baremetal machine that connects with two sfp+ ports to my uniFi switch, where I have setup some VLAN's. Idea behind it is, to have one sfp for filesharing (vlan 55) and management (vlan 77) and the other for container / vm trafic (vlan 144) and some lab boxes to play with (vlan111).
On the UDM Pro I have configured the native vlan on port 10 (sfp+ 1) to be on 144, where the other, port 11 (sfp+ 2) is set to native vlan of 77. Both ports allow all available VLAN's
On proxmox I have configure the following in the interfaces file:
Code:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
auto eno2
iface eno2 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 144, 111, 107, 88, 55, 44
auto vmbr1
iface vmbr1 inet manual
bridge-ports eno2
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 55, 77
auto Management
iface Management inet static
address 192.168.77.20/24
gateway 192.168.77.1
vlan-id 22
vlan-raw-device vmbr1
auto Containers
iface Containers inet static
address 192.168.144.10/24
gateway 192.168.144.1
vlan-id 144
vlan-raw-device vmbr0
I have tried a lot of different variations but as soon as I change something in the inital interfaces config I can't reach proxmox anymore. Copying back the original also does not work anymore. To get it back to work I have to reinstall but then the process starts all over again.
Thus I was wondering, if I'm doing something wrong here?
I also added some explanatory prtnScrn of my unify config. SFP10 is where eno1 is connected to and eno2 is on SFP11
Any help is greatly appreciated, I would hate to go back to windows, just because I failed to get the vlans working....
Attachments
Last edited: