On Fri, Jun 18, 2010 at 02:02:05PM +0000, DarkBls wrote: > So far I've two servers: Phosphorus and Sulphur > > Phosphorus host the configuration database and an OvS instance which has : > > [r...@phosphorus ~]# ovs-vsctl add-br br0 > [r...@phosphorus ~]# ovs-vsctl add-port br0 eth1 > [r...@phosphorus ~]# ovs-vsctl add-port br0 tap1 > > On Sulfur when I want to launch the OvS Daemon pointing by TCP on > Phosphorus:
That will not work. Each OVS must have its own configuration database, which must be hosted by an ovsdb-server running on the same machine. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org
