How to set the bridge's controller?
I tried
#ovs-vsctl set bridge xenbr0 controller=10.1.132.112
ovs-vsctl: "10.1.132.112" is not a valid UUID

P.S.
VM1 running NOX has ip 10.1.132.112
Host running OVS, has xenbr0 with ip 10.1.132.54
vif1 for VM1 is added to xenbr0.

*Ben Pfaff* blp at nicira.com
<discuss%40openvswitch.org?Subject=Re%3A%20%5Bovs-discuss%5D%20questions%20about%20open%20flow%20setup&In-Reply-To=%3C20100712175808.GG16943%40nicira.com%3E>
*Mon Jul 12 13:58:08 EDT 2010*

   - Previous message: [ovs-discuss] questions about open flow setup
   
<http://openvswitch.org/pipermail/discuss_openvswitch.org/2010-July/000846.html>
   - Next message: [ovs-discuss] questions about open flow setup
   
<http://openvswitch.org/pipermail/discuss_openvswitch.org/2010-July/000850.html>
   - *Messages sorted by:* [ date
]<http://openvswitch.org/pipermail/discuss_openvswitch.org/2010-July/date.html#847>
[
   thread 
]<http://openvswitch.org/pipermail/discuss_openvswitch.org/2010-July/thread.html#847>
[
   subject 
]<http://openvswitch.org/pipermail/discuss_openvswitch.org/2010-July/subject.html#847>
[
   author 
]<http://openvswitch.org/pipermail/discuss_openvswitch.org/2010-July/author.html#847>

------------------------------

It looks like you only have a single physical machine.  In that case,
the OVS setup is simple.  Create a bridge, e.g. br0.  Add a VIF for each
VM, including the NOX controller VM, to that bridge.  If you want the

VMs to have access to a physical network, then add e.g. eth0 to the
bridge also.  (If Dom0 has an IP address on eth0 then you'll need to
move it to br0 instead.)  *Set the bridge's controller to point to the

NOX VM's IP address.*
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org

Reply via email to