Re: [ovs-discuss] can i use the ovs-vsctl command to add a bridge for a remote ovs

2012-08-16 Thread Justin Pettit
You need to configure ovsdb-server on the remote host to listen for your connection; take a look at "--remote" option. --Justin On Aug 16, 2012, at 11:34 PM, Kris zhang wrote: > Thanks for the reply, but when i run: > > ovs-vsctl --db=tcp:172.16.107.21 add-br br2 > > but it says: connection

Re: [ovs-discuss] can i use the ovs-vsctl command to add a bridge for a remote ovs

2012-08-16 Thread Kris zhang
Thanks for the reply, but when i run: ovs-vsctl --db=tcp:172.16.107.21 add-br br2 but it says: connection attempt failed (Connection refused). how to fix this problem? (I checked the iptables, there is no rule to reject the connection) Thanks, Kris On Fri, Aug 17, 2012 at 2:36 PM, huntxu wr

Re: [ovs-discuss] can i use the ovs-vsctl command to add a bridge for a remote ovs

2012-08-16 Thread huntxu
On Fri, 17 Aug 2012 14:08:01 +0800, Kris zhang wrote: Hi guys, I have two hosts, both installed ovs, and i want to use "ovs-vsctl add-br" command on HostA to add a br2 for HostB, i tried the command: #ovs-vsctl add-br tcp:172.16.107.21 br2 But an error message occurs: 'add-br' command t

[ovs-discuss] can i use the ovs-vsctl command to add a bridge for a remote ovs

2012-08-16 Thread Kris zhang
Hi guys, I have two hosts, both installed ovs, and i want to use "ovs-vsctl add-br" command on HostA to add a br2 for HostB, i tried the command: #ovs-vsctl add-br tcp:172.16.107.21 br2 But an error message occurs: 'add-br' command takes exactly 1 or 3 arguments. so Is it possible to add a bridg

Re: [ovs-discuss] Problems by building Open vSwitch on Centos 6.3 x86_64

2012-08-16 Thread JPDSYS2 Machine
We must remember that CentOS is really RHEL with a change of artwork. That being said, consider these facts: RHEL 6.3 Kernel version is kernel 2.6.32-279 So this puts the kernel smack dab between: Fedora 12 kernel 2.6.31 Fedora 13 kernel 2.6.33 Find the instructions (or binaries) f

Re: [ovs-discuss] Open vSwitch Xenserver 6

2012-08-16 Thread Mauricio Perez
Ben, Thank you for the awnser, now I started to understand how Open vSwitch works with XenServer. I found where to use VLAN with Xenserver. Your information were very useful. Thank's 2012/8/16 Ben Pfaff > On Thu, Aug 16, 2012 at 11:27:26AM -0300, Mauricio Perez wrote: > > Hi everybody,

Re: [ovs-discuss] Open vSwitch Xenserver 6

2012-08-16 Thread Ben Pfaff
On Thu, Aug 16, 2012 at 11:27:26AM -0300, Mauricio Perez wrote: > Hi everybody, > > I'm trying to use Open vSwitch in Xenserver 6, but my license is > free. I've seen that Xenserver 6 uses a network backend as openvswitch by > default. I can see that on the file /etc/xensource/network.con

[ovs-discuss] Open vSwitch Xenserver 6

2012-08-16 Thread Mauricio Perez
Hi everybody, I'm trying to use Open vSwitch in Xenserver 6, but my license is free. I've seen that Xenserver 6 uses a network backend as openvswitch by default. I can see that on the file /etc/xensource/network.conf. I can run the "ovs-vsctl" commands, apparenttly it works, because it do