Hello to Proxmox Community,
I have few servers with Proxmox ve 6 last version, working well with both internet and Internal Network
I try now to add vlan aware support, taking 2 servers, enabled the vlan aware checkbox on vmbr1 (Internal network) and reboot the nodes
after that, I go to 2 virtual machines and added vlan flag, but the communication btween this servers stop working, removed the vlan tag and it's back to work
the network settings:
now, some questions:
1. anything else I should do to make it work?
2. Should I stop and start the KVM / LXC after adding / edit vlan tag?
Thanks!
I have few servers with Proxmox ve 6 last version, working well with both internet and Internal Network
I try now to add vlan aware support, taking 2 servers, enabled the vlan aware checkbox on vmbr1 (Internal network) and reboot the nodes
after that, I go to 2 virtual machines and added vlan flag, but the communication btween this servers stop working, removed the vlan tag and it's back to work
the network settings:
Bash:
Node1:
iface vmbr1 inet static
address 192.168.1.11
netmask 21
bridge-ports enp3s0f1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
Node2:
iface vmbr1 inet static
address 192.168.1.12
netmask 21
bridge-ports enp3s0f1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
now, some questions:
1. anything else I should do to make it work?
2. Should I stop and start the KVM / LXC after adding / edit vlan tag?
Thanks!