I just installed Proxmox 4.0. The host has two NICs. I would like to change completely over to openvswitch instead of using the default Linux bridging. I have successfully install openvswitch and have created vmbr1 as an OVS bridge using eth1 with an IP address in the same subnet as vmbr0. I successfully moved my single guest to it.
However, I now want to remove vmbr0 so that I can add eth0 to the vmbr1 OVS bridge. When I try to remove or disable vmbr0 I can no longer access the Proxmox host via either IP address. I even tried leaving vmbr0 and vmbr1 entirely up and enabled, just disconnecting the network cable to eth0. With eth0 down I cannot access the vmbr0 IP or the vmbr1 IP address. I figured I may not be able to access the vmbr0 IP, but thought vmbr1 should have remained up. With eth0 down I can still access the guest.
Is there a way to get rid of the original vmbr0 or do I have to keep it around just so I can access the Proxmox web interface?
My /etc/network/interfaces file contains:
auto lo
iface lo inet loopback
iface eth0 inet manual
allow-vmbr1 eth1
iface eth1 inet manual
ovs_type OVSPort
ovs_bridge vmbr1
auto vmbr0
iface vmbr0 inet static
address 10.0.0.100
netmask 255.255.255.0
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 10.0.0.99
netmask 255.255.255.0
gateway 10.0.0.1
ovs_type OVSBridge
ovs_ports eth1
However, I now want to remove vmbr0 so that I can add eth0 to the vmbr1 OVS bridge. When I try to remove or disable vmbr0 I can no longer access the Proxmox host via either IP address. I even tried leaving vmbr0 and vmbr1 entirely up and enabled, just disconnecting the network cable to eth0. With eth0 down I cannot access the vmbr0 IP or the vmbr1 IP address. I figured I may not be able to access the vmbr0 IP, but thought vmbr1 should have remained up. With eth0 down I can still access the guest.
Is there a way to get rid of the original vmbr0 or do I have to keep it around just so I can access the Proxmox web interface?
My /etc/network/interfaces file contains:
auto lo
iface lo inet loopback
iface eth0 inet manual
allow-vmbr1 eth1
iface eth1 inet manual
ovs_type OVSPort
ovs_bridge vmbr1
auto vmbr0
iface vmbr0 inet static
address 10.0.0.100
netmask 255.255.255.0
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 10.0.0.99
netmask 255.255.255.0
gateway 10.0.0.1
ovs_type OVSBridge
ovs_ports eth1