Hi,
i manage a little proxmox cluster with 2 hosts now (more to come) to serve all of my companies virtual machines. We are developing on linux embedded systems in lots of vlans that are created and destroyed with ansible. I setup two proxmox hosts (holodeck11 and holodeck12) with a vlan-aware-bridge. (rebooting after creation of a bridge for 1 vlan was not an option, so this one was the option without required reboots)
i attached the generated the full network config. I gave it a '.txt' suffix cause could not upload it otherwise.
(i masked IP addresses)
I created a virtual machine with an interface in vlan1 and configured some ipv6 autoconfiguration and routing and were quite surprised, that i got an ipv6 from the proxmox-cluster-network and from the network-router on vlan 1. This was very unexpected and dangerous.
You see there is this line "bridge-vids 2-4094" ?
The Holodecks are connected to a procurve/aruba switch with the following configuration:
interface D1
name "#D1 Holodeck11"
tagged vlan 1,2100-2300
untagged vlan 2000
When i change the line to bridge-vids 1-4094 everything quite works as expected but i cannot do this within the web interface.
What could i do to get this fixed?
Vlan aware bridges are quite new to me, do i miss something?
Have a nice day
Björn
i manage a little proxmox cluster with 2 hosts now (more to come) to serve all of my companies virtual machines. We are developing on linux embedded systems in lots of vlans that are created and destroyed with ansible. I setup two proxmox hosts (holodeck11 and holodeck12) with a vlan-aware-bridge. (rebooting after creation of a bridge for 1 vlan was not an option, so this one was the option without required reboots)
i attached the generated the full network config. I gave it a '.txt' suffix cause could not upload it otherwise.
(i masked IP addresses)
Code:
auto vmbr0
iface vmbr0 inet static
address 10.18.1.11/24
gateway 10.18.1.1
bridge-ports enp97s0f0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
I created a virtual machine with an interface in vlan1 and configured some ipv6 autoconfiguration and routing and were quite surprised, that i got an ipv6 from the proxmox-cluster-network and from the network-router on vlan 1. This was very unexpected and dangerous.
You see there is this line "bridge-vids 2-4094" ?
The Holodecks are connected to a procurve/aruba switch with the following configuration:
interface D1
name "#D1 Holodeck11"
tagged vlan 1,2100-2300
untagged vlan 2000
When i change the line to bridge-vids 1-4094 everything quite works as expected but i cannot do this within the web interface.
What could i do to get this fixed?
Vlan aware bridges are quite new to me, do i miss something?
Have a nice day
Björn