On Mon, Sep 24, 2012 at 02:17:14PM +0200, r po wrote:
> I have two OpenVswitch and i should configure the second from the first.
>
> so, on OVS-2 I set :
>
> ovs-vsctl set-manager ptcp:
>
> and on OVS-1 i can administrate the 2nd OVS with this command :
>
> ovs-vsctl --db=tcp:ip_ovs_2 show (or any ovs-vsctl command) (i can send
> this command in any ovs which is connect with ovs2 .. )
>
> it's work !
>
> Now, i should restrict host who can admin ovs remotely :
>
> on ovs1 and 2 : ovs-vsctl emer-reset
>
> on ovs2 :
>
> ovs-vsctl set-manager tcp:ip_ovs1:6633
Missing "p", wrong order?
ovs-vsctl set-manager ptcp:6633:ip_ovs1
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss