[ovs-discuss] [OVS][Ubuntu's Linux bridge replaced by OVS problem using XEN]

Chris Wright chrisw at sous-sol.org
Wed Jun 27 19:06:04 UTC 2012


* waqar ahmed (w.ahmed23 at googlemail.com) wrote:
> Problem:
> LINUX bridge is used in both systems and both can access the internet but
> as soon as I replace the Linux bridge with OVS, Desktop can no more access
> the Internet. Connection is lost between the two nodes. Also both systems
> can not ping each other under OVS.

You'll need to provide more details.  Sounds like you may have the Desktop's
ethernet device configured w/ an IP address as well as the Desktop's OVS
instance.  Some basic info that might help you diagnose:

bridge case:
ip link show
ip addr show
brctl show

(the bridge device should be up and have an ip, the bridge's ethernet
device should be up and have no ip)

ovs case:
ip link show
ip addr show
ovs-vsctl show

(the ovs device should be up and have an ip, the ovs's ethernet device
should be up and have no ip)



More information about the discuss mailing list