Displaying 1 result from an estimated 1 matches for "1299228".
Did you mean:
1299208
2015 Feb 17
0
[Bridge] Vlan tagging through a bridge to a VM
Hi,
I want to create a guest VM with a single bridge (br0) and I want it to
talk untagged traffic and tagged traffic using vlans 11 and 22.
>From the Host where I create the VM, I use the following commands to create
the bridge.
--------------------------------------------------
ip link add name eth1.11 link eth1 type vlan id 11
ip link set eth1.11 up
ip link add name eth1.22 link eth1 type