I have my installation currently set up so that vmbr0 includes my primary NIC (eno1).
VLAN tagged traffic comes into eno1 and so I can select which VLAN goes to each virtual NIC for my VMs by setting the VLAN tag field on each virtual NIC.
I would like to transition to a setup where I have one vmbrN per VLAN coming in to eno1. This would, in theory, allow me to create a bridge between eno1.100 and eno2 where eno2 gets untagged traffic passed from eno1.100.
I have already set up eno1.100, eno1.200, eno1.300, etc. (via sourcing interfaces.d in /etc/network/interfaces)
I have tried creating bridges with these virtual NICs but the GUI does not allow me to proceed -- I get this error:
bridge 'vmbr1' - unable to find bridge port 'eno1.100' (500)
I have restarted networking.service as well as rebooted and while the VLAN NICs show in the CLI I can't make bridges to other NICs in the GUI.
Before I go and experiment any advise on how to proceed?
VLAN tagged traffic comes into eno1 and so I can select which VLAN goes to each virtual NIC for my VMs by setting the VLAN tag field on each virtual NIC.
I would like to transition to a setup where I have one vmbrN per VLAN coming in to eno1. This would, in theory, allow me to create a bridge between eno1.100 and eno2 where eno2 gets untagged traffic passed from eno1.100.
I have already set up eno1.100, eno1.200, eno1.300, etc. (via sourcing interfaces.d in /etc/network/interfaces)
I have tried creating bridges with these virtual NICs but the GUI does not allow me to proceed -- I get this error:
bridge 'vmbr1' - unable to find bridge port 'eno1.100' (500)
I have restarted networking.service as well as rebooted and while the VLAN NICs show in the CLI I can't make bridges to other NICs in the GUI.
Before I go and experiment any advise on how to proceed?