I'm sorry, but your configuration still confuses me. Have you configured Oracle VM to work without OVS, and if so, what does it look like?
I would have expected your configuration to be more like the following: Create two new bridges, let's say br-eth1 and br-eth2. Add eth1 to br-eth1 and eth2 to br-eth2. If, for example, you want your VM's traffic to go out eth1, you'd attach its VIF (or tap) to br-eth1. --Justin On Jul 31, 2012, at 11:42 PM, Rana Adil <[email protected]> wrote: > What I did is i created following configuration > $ ovs-vsctl show > 57ba158c-7afc-45d3-a726-24914a2b2b36 > Bridge "br0" > Port "br0" > Interface "br0" > type: internal > Port "eth2" > Interface "eth2" > type: internal > Port "eth1" > Interface "eth1" > type: internal > > I can select any of br0,eth1,eth2 interface to connect with when I install > virtual machine in virtual box. My host contain only eth0 where as eth1 and > eth2 are added in bridge as internal ports. > > By connected I means I selected eth1 as bridge interface when connecting > virtual machine with OVS . > What I want to do is enable two virtual machine to communicate using open > Vswitch. Just like they are connected as physical switch. > > Regards > > > Subject: Re: [ovs-discuss] OVS connectivity with virtual machines > > From: [email protected] > > Date: Tue, 31 Jul 2012 23:27:32 -0700 > > CC: [email protected] > > To: [email protected] > > > > I think you're going to need to provide more information in terms of what > > you did. What do you mean by connected it to eth1? Wouldn't you connect it > > to the bridge? I'm also surprised that you've attached eth0 and eth1 to the > > same bridge (unless you've configured them as a bond). > > > > It may be most useful to look at out Oracle VM is doing networking out of > > the box and then try to duplicate it using OVS. > > > > --Justin > > > > > > On Jul 31, 2012, at 11:19 PM, Rana Adil <[email protected]> wrote: > > > > > Hello > > > > > > I am new to open virtual Switch; I want to setup a scenario as described > > > below > > > Linux Ubuntu 12.04 = Host Operating System > > > Open Virtual Switch 1.7 is installed and configured a bridge br0 and two > > > port eth1 and eth2. > > > I want to run two Linux virtual machines in oracle virtual box and want > > > to connect to virtual switch for their communication. > > > Whenever I chose bridge connection eth1 in oracle virtual machine my host > > > operating system hang. > > > Guide me the proper method connect virtual machines with open Virtual > > > switch. > > > > > > Regards > > > > > > Adil > > > _______________________________________________ > > > discuss mailing list > > > [email protected] > > > http://openvswitch.org/mailman/listinfo/discuss > > _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
