I want the Proxmox management to be available in vlan 102.
The vmbr0 bridge is used by multiple VMs/CTs with different VLANS, which works so far.
What does not work is the vmbr0.102 getting an IP on boot, strangely it works after I start a container, then DHCP works and vmbr0.102 gets its IP assigned. If I define a static IP, it also only works after I start a container.
Except from the interfaces config.
	
	
	
		
I would have preferred to create an interface per VLAN, but then the name is 1 character over the limit...
				
			The vmbr0 bridge is used by multiple VMs/CTs with different VLANS, which works so far.
What does not work is the vmbr0.102 getting an IP on boot, strangely it works after I start a container, then DHCP works and vmbr0.102 gets its IP assigned. If I define a static IP, it also only works after I start a container.
Except from the interfaces config.
		Code:
	
	auto enp129s0f0np0
iface enp129s0f0np0 inet manual
auto vmbr0.102
iface vmbr0.102 inet dhcp
auto vmbr0
iface vmbr0 inet manual
        bridge-ports enp129s0f0np0
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-512
	I would have preferred to create an interface per VLAN, but then the name is 1 character over the limit...
			
				Last edited: