Hi everyone,
I have a new install and I'm trying to get openvswitch working for VM network access. I have created the bridge but the bridge remains in the Down state. The underlying interface is UP but there is no traffic going across the bridge which stays in the down state and the OVS-intport stays in the unknown state.
This is the OVS config from interfaces:
auto vmbr1
iface vmbr1 inet manual
ovs_type OVSBridge
ovs_ports mgmt eth2
allow-vmbr1 mgmt
iface mgmt inet static
address 10.101.250.35
netmask 255.255.255.0
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_options tag=900
allow-vmbr1 eth2
iface eth2 inet manual
ovs_type OVSPort
ovs_bridge vmbr1
This installed package version is 2.6.0-2
I have a new install and I'm trying to get openvswitch working for VM network access. I have created the bridge but the bridge remains in the Down state. The underlying interface is UP but there is no traffic going across the bridge which stays in the down state and the OVS-intport stays in the unknown state.
This is the OVS config from interfaces:
auto vmbr1
iface vmbr1 inet manual
ovs_type OVSBridge
ovs_ports mgmt eth2
allow-vmbr1 mgmt
iface mgmt inet static
address 10.101.250.35
netmask 255.255.255.0
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_options tag=900
allow-vmbr1 eth2
iface eth2 inet manual
ovs_type OVSPort
ovs_bridge vmbr1
This installed package version is 2.6.0-2