S snowman66 Active Member Dec 1, 2010 254 1 38 May 9, 2014 #1 What is the best way to this: adding VLAN tag to openvz container? Something like we have for KVM machines.
What is the best way to this: adding VLAN tag to openvz container? Something like we have for KVM machines.
M Mr.Holmes Active Member Apr 5, 2014 281 6 38 May 10, 2014 #2 Have a look here: http://forum.proxmox.com/threads/18331-Migrating-to-Open-vSwitch?p=93726#post93726 it is about configuring VLANs using openvswitch (recommended, using simple LINUX bridges and VLAN combined I got some problems) in general and contains how to use it for CTs (must be done by command line) too.
Have a look here: http://forum.proxmox.com/threads/18331-Migrating-to-Open-vSwitch?p=93726#post93726 it is about configuring VLANs using openvswitch (recommended, using simple LINUX bridges and VLAN combined I got some problems) in general and contains how to use it for CTs (must be done by command line) too.
S snowman66 Active Member Dec 1, 2010 254 1 38 May 10, 2014 #3 Thanks for reply. This command line is working for me: Code: vzctl set 100 --netif_add veth10,,,,vmbr0v10 --save
Thanks for reply. This command line is working for me: Code: vzctl set 100 --netif_add veth10,,,,vmbr0v10 --save
spirit Distinguished Member Apr 2, 2010 7,204 1,282 273 www.groupe-cyllene.com May 10, 2014 #4 Hi, it should be available soon in pvetest repository. (managing vlan tag like for qemu , including openvswitch support). Just wait some days/weeks
Hi, it should be available soon in pvetest repository. (managing vlan tag like for qemu , including openvswitch support). Just wait some days/weeks