You are not logged in.
Hi,
A host with eth0 is receiving traffic untagged and tagged with vlans 10 and 11. A VM running on that host has to get that traffic as well (untagged and tagged).
What I have done so far is to create vlan interfaces on the host (eth0.10 and eth0.11), and then 3 bridges (br0, br10 and br11) correspondingly which are used to create the VM. Then, on the VM I just need to give IP addresses for each interface I have (eth0,eth1,eth2). No problem so far, that works fine, but it might happen that I need to add more vlans in the future and I don't want to change the VM definition every time adding the new bridges and so on.
Is there is a way to create a single bridge (let's call it br0) on the host accepting the untagged and tagged traffic (vlan 10 and 11) and then in the VM I have only eth0 and I create the vlan interfaces eth0.10 and eth0.11?
Last edited by hosselausso (2015-02-12 18:34:37)
Offline