Re: [ovs-discuss] Problem with configuring OVS remotely with set-manager command

2014-04-02 Thread Ben Pfaff
On Wed, Apr 02, 2014 at 09:56:21AM +0200, Slavica Tomovic wrote: > It's still not working ... :/ > > After typing ovs-vstl --db=tcp:10.0.0.2:6633 at controller, I get: > > [root@localhost Desktop]# ovs-vsctl --db=tcp:10.0.0.2:6633 show > 2014-04-02T07:41:40Z|1|reconnect|WARN|tcp:10.0.0.2:6633

Re: [ovs-discuss] Problem with configuring OVS remotely with set-manager command

2014-04-02 Thread Slavica Tomovic
It's still not working ... :/ After typing ovs-vstl --db=tcp:10.0.0.2:6633 at controller, I get: [root@localhost Desktop]# ovs-vsctl --db=tcp:10.0.0.2:6633 show 2014-04-02T07:41:40Z|1|reconnect|WARN|tcp:10.0.0.2:6633: connection attempt failed (No route to host) ovs-vsctl: tcp:10.0.0.2:6633:

Re: [ovs-discuss] Problem with configuring OVS remotely with set-manager command

2014-04-01 Thread Ben Pfaff
On Tue, Apr 01, 2014 at 06:31:01PM +0200, Slavica Tomovic wrote: > I fixed that syntax mistake, it doesn't work again. I on the OVS > switch that I want to configure I used: > > ovs-vsctl set-manager ptcp::10.0.0.2 > > and on the controller: > > ovs-vsctl --db=tcp::10.0.0.2 You got the

Re: [ovs-discuss] Problem with configuring OVS remotely with set-manager command

2014-04-01 Thread Slavica Tomovic
I fixed that syntax mistake, it doesn't work again. I on the OVS switch that I want to configure I used: ovs-vsctl set-manager ptcp::10.0.0.2 and on the controller: ovs-vsctl --db=tcp::10.0.0.2 I got this message: [root@localhost Desktop]# ovs-vsctl --db=tcp::10.0.0.2 show 2014-04-

Re: [ovs-discuss] Problem with configuring OVS remotely with set-manager command

2014-04-01 Thread Ben Pfaff
On Tue, Apr 01, 2014 at 01:18:54PM +0200, Slavica Tomovic wrote: > ovs-vsctl set-manager ptcp:10.0.0.1:6633 Wrong syntax. You want: "ovs-vsctl set-manager ptcp:6633:10.0.0.1". Also the IP address looks wrong, since the IP address here, if it is given, needs to be the IP address on which to accept

[ovs-discuss] Problem with configuring OVS remotely with set-manager command

2014-04-01 Thread Slavica Tomovic
Hi, I am using OVS (v1.10) switches in my OpenFlow testbed, and I want to configure theirs buffers remotely by controller. I installed OVS on the controller too. It has only one port: eth0 10.0.0.1/24 On the switch that I want to configure remotely I used this commands: ovs-vsctl add-br br0 ovs-