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:3333:10.0.0.2

and on the controller:

ovs-vsctl --db=tcp:3333:10.0.0.2

I got this message:

[root@localhost Desktop]# ovs-vsctl --db=tcp:3333:10.0.0.2 show
2014-04-01T16:11:45Z|00001|stream_tcp|ERR|tcp:3333:10.0.0.2: connect:
Network is unreachable
2014-04-01T16:11:45Z|00002|reconnect|WARN|tcp:3333:10.0.0.2:
connection attempt failed (Network is unreachable)
ovs-vsctl: tcp:3333:10.0.0.2: database connection failed (Network is
unreachable)

Also I tried this:
[root@localhost Desktop]# ovs-vsctl --db=tcp:10.0.0.2 show
2014-04-01T16:12:23Z|00001|reconnect|WARN|tcp:10.0.0.2: connection
attempt failed (No route to host)
ovs-vsctl: tcp:10.0.0.2: database connection failed ()

There is no any more weird messages in log files, but I can't
establish connection.

Ben, can you please read my previous mail again, I probably have done
something wrong.

I only installed OVS on controller side, I didn't create any bridges
there. Don't know is this right. Also on OF switch I created bridge
and added one interface to it, but for ptcp I used IP address of other
interface.... Although I tired many combination neither of them
worked.


2014-04-01 17:03 GMT+02:00 Ben Pfaff <b...@nicira.com>:
> 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 connections.
>
>> On the controller side I used:
>>
>> ovs-vsctl --db=tcp:10.0.0.2 show
>
> Since you specified an IP address on ptcp:, you have to specify the same
> IP address here.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to