I'm running Proxmox 4.4 w/ OpenvSwitch installed. I recently grabbed a 10g sfp+ card for the server and have it trunked to my firewall.
vlan 1 is native and untagged
vlan 10 is tagged
vlan 20 is tagged
vlan 100 is tagged
What I'm trying to do seems to be running me in circles. I've rebooted my Proxmox host over a 100 times in the last couple days trying different configs and cannot seem to get it working.
What I would like to do is setup an openvswitch bridge that "tags" all traffic on a defined vlan number, like 100. What I think is happening is, whenever I set a vlan on the bridge, that becomes the native vlan and then I get no test container connectivity. And in some cases, the bridge just doesn't come up due to a configuration error and then my test container won't even start.
So, what are the simple GUI steps in creating a bridge that will tag all traffic to a specific vlan? So that when I create a VM or container, all I have to do is assign the bridge interface and the vm will automatically be talking on that predefined vlan.
Can this be done with OpenvSwitch? Should I be using regular Linux bridges? Is it only configurable through the CLI?
example
vmbr100(on eth1) is vlan 100 only traffic that is "tagged"
create guest VM and assign vmbr100, do not configure vlan
Success!
Thanks!
vlan 1 is native and untagged
vlan 10 is tagged
vlan 20 is tagged
vlan 100 is tagged
What I'm trying to do seems to be running me in circles. I've rebooted my Proxmox host over a 100 times in the last couple days trying different configs and cannot seem to get it working.
What I would like to do is setup an openvswitch bridge that "tags" all traffic on a defined vlan number, like 100. What I think is happening is, whenever I set a vlan on the bridge, that becomes the native vlan and then I get no test container connectivity. And in some cases, the bridge just doesn't come up due to a configuration error and then my test container won't even start.
So, what are the simple GUI steps in creating a bridge that will tag all traffic to a specific vlan? So that when I create a VM or container, all I have to do is assign the bridge interface and the vm will automatically be talking on that predefined vlan.
Can this be done with OpenvSwitch? Should I be using regular Linux bridges? Is it only configurable through the CLI?
example
vmbr100(on eth1) is vlan 100 only traffic that is "tagged"
create guest VM and assign vmbr100, do not configure vlan
Success!
Thanks!