Hello. I spended all day for search information about multiple VLAN's on Proxmox, but nothing found. So, what I want.
I have router with configured VLAN's. Let name this:
VLAN2 - For management. (Web interface Proxmox, ipmi, web interface network devices etc) 10.172.2.x
VLAN3 - For infrastructure VMs 10.172.3.x
VLAN4 - For dev VMs 10.172.4.x
I configured completely VLAN2 on Proxmox
/etc/network/interfaces
I tried this config, but it's not working:
Also I tried set VLAN tag in VM network config, and this not working too.
But I need configured VLAN3 and VLAN4 for VMs and I haven't idea, how to realize this. Perfect, if this will be work without openSwitch. I heared, OVS very glitch. I will be very grateful for your help
I have router with configured VLAN's. Let name this:
VLAN2 - For management. (Web interface Proxmox, ipmi, web interface network devices etc) 10.172.2.x
VLAN3 - For infrastructure VMs 10.172.3.x
VLAN4 - For dev VMs 10.172.4.x
I configured completely VLAN2 on Proxmox
/etc/network/interfaces
Bash:
auto vmbr0
iface vmbr0 inet manual
bridge-ports eth0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr0.2
iface vmbr0.2 inet static
address 10.172.2.253/24
gateway 10.172.2.254
I tried this config, but it's not working:
Bash:
auto vmbr0
iface vmbr0 inet manual
bridge-ports enp0s31f6
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr0.2
iface vmbr0.2 inet static
address 10.172.2.253/24
gateway 10.172.2.254
auto vmbr0.3
iface vmbr0.3 inet manual
Also I tried set VLAN tag in VM network config, and this not working too.
But I need configured VLAN3 and VLAN4 for VMs and I haven't idea, how to realize this. Perfect, if this will be work without openSwitch. I heared, OVS very glitch. I will be very grateful for your help
Last edited: