Greetings all.
I have two VM guests that communicate with each other using various VLANs, which requires a bit of trunking configuration with the intervening network equipment.
Using QinQ, what I would like to do is configure the system so that ALL outgoing guest packets get tagged with an outer VLAN ID which will be used in network. Using a router that can generate such QinQ packets, I have seen that simply adding the VLAN tag in the guest's network configuration is sufficient for receiving packets...that is, the outer VLAN tag is removed and the inner one remains. However, for outgoing packets it appears to either tag the untagged before sending, or simply trunks the existing tagged packets.
Is there a flag or option that I can set that will have the VM host always add the extra tag to packets originating from the guest VM? The end result should be that untagged packets from the guest will have the single tag added, but already tagged packets will also get the tag added for QinQ.
And, of course, the other guests on the host should not get the tag...I need this on a per guest basis.
Thanks
I have two VM guests that communicate with each other using various VLANs, which requires a bit of trunking configuration with the intervening network equipment.
Using QinQ, what I would like to do is configure the system so that ALL outgoing guest packets get tagged with an outer VLAN ID which will be used in network. Using a router that can generate such QinQ packets, I have seen that simply adding the VLAN tag in the guest's network configuration is sufficient for receiving packets...that is, the outer VLAN tag is removed and the inner one remains. However, for outgoing packets it appears to either tag the untagged before sending, or simply trunks the existing tagged packets.
Is there a flag or option that I can set that will have the VM host always add the extra tag to packets originating from the guest VM? The end result should be that untagged packets from the guest will have the single tag added, but already tagged packets will also get the tag added for QinQ.
And, of course, the other guests on the host should not get the tag...I need this on a per guest basis.
Thanks