Hello, I have the following network setup and I'm struggling to get the network configuration working with SDN.
The nodes have a bond0 interface (lacp), with the management network running untagged on this interface. Additionally, several other VLAN subnets are tagged on it.
Currently, I have created a vmbr0 bridge, and the node's IP address is assigned to it. I've also created an external zone with vmbr0 as the interface, and then created vnets with VLAN tags within that zone.
Now there are two problems:
The nodes have a bond0 interface (lacp), with the management network running untagged on this interface. Additionally, several other VLAN subnets are tagged on it.
Currently, I have created a vmbr0 bridge, and the node's IP address is assigned to it. I've also created an external zone with vmbr0 as the interface, and then created vnets with VLAN tags within that zone.
Now there are two problems:
- Either the VMs in the vnets are reachable if I set vmbr0 to be VLAN aware, or the node is reachable via the IP address on vmbr0. I can't have both working simultaneously.
- How can I utilize the VLAN that is untagged on the port within the VMs?"