Pergunta original:
I need to run a KVM based VM with a few VLANs going through a single vNIC. How to create a bridge on a Ubuntu/CentOS host machine that can handle VLAN tagged traffic (i.e. how to create a virtual trunk port on a bridge and connect a VM to it in Ubuntu/CentOS)?
P.s.: I created a virtual network (a bridge in the host) via virt-manager, but don't know how to make it VLAN enabled. Any helps would be greatly appreciated.
Versão atualizada:
Aqui está a configuração de rede para minhas duas VMs:
**VM1**
eth0: 192.168.0.100/24
eth0.100: 10.0.0.100/24
eth0.200: 172.16.0.100/24
**VM2**
eth0: 192.168.0.200/24
eth0.100: 10.0.0.200/24
eth0.200: 172.16.0.200/24
O 192.168.0.0/24 é NAT ativado e pode alcançar a Internet.
Como configurar a ponte de host para que as duas VMs possam se comunicar por meio de suas vlans correspondentes?