Hi Team!
I have a proxmox cluster with two nodes. Each node is connected to a single trunk port on a managed switch.
This is the interfaces file for each node:
Each trunk port has the following defined VLANs:
100,110, 150, 160, 200, 250
Any VM or CT with the proper VLAN tag defined within its virtual network card works properly.
I am trying to create a VLAN SDN with a VNet with the "30" tag:
No matter the combination of settings I use, vms within the same SDN Zone, Vnet and subnet (if I create the latter) on different proxmox nodes are not able to se each other.
What am I doing wrong?
I have a proxmox cluster with two nodes. Each node is connected to a single trunk port on a managed switch.
This is the interfaces file for each node:
Bash:
auto lo
iface lo inet loopback
iface enp0s31f6 inet manual
auto vmbr0
iface vmbr0 inet static
bridge-ports enp0s31f6
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4092
auto vmbr0.110
iface vmbr0.110 inet static
address 172.26.1.10/24
gateway 172.26.1.2
source /etc/network/interfaces.d/*
Bash:
auto lo
iface lo inet loopback
iface enp0s31f6 inet manual
auto vmbr0
iface vmbr0 inet static
bridge-ports enp0s31f6
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4092
auto vmbr0.110
iface vmbr0.110 inet static
address 172.26.1.11/24
gateway 172.26.1.2
source /etc/network/interfaces.d/*
Each trunk port has the following defined VLANs:
100,110, 150, 160, 200, 250
Any VM or CT with the proper VLAN tag defined within its virtual network card works properly.
I am trying to create a VLAN SDN with a VNet with the "30" tag:
No matter the combination of settings I use, vms within the same SDN Zone, Vnet and subnet (if I create the latter) on different proxmox nodes are not able to se each other.
What am I doing wrong?