On Thu, Aug 19, 2010 at 12:28:20PM +0200, Thomas Hoehn wrote: > i have a problem to run the Open vSwitch with OpenFlow. I have > configured the switch like it is described in the tutorial "How to > Install Open vSwitch on Linux". Then i started the ovsdb-server with > the command: > > % vsdb-server /usr/local/etc/ovs-vswitchd.conf.db > --remote=punix:/usr/local/var/run/openvswitch/db.sock > > Then i started the main Open vSwitch daemon with the command: > > % ovs-vswitchd unix:/usr/local/var/run/openvswitch/db.sock > > So far so good. > If i configure a normal bridge the Open vSwitch works, but not with > OpenFlow. > If i configure the Switch like it is described in the tutorial > "Using Open vSwitch as an OpenFlow Switch" with an out-of-band > control i become this error message: > > %ovs-openflowd dp0 tcp:192.168.0.1 --out-of-band
Hi Thomas. You should not run both ovs-vswitchd and ovs-openflowd. Run only one or the other, probably ovs-vswitchd. I don't see where INSTALL.Linux says to run ovs-openflowd. Does it? Or are you reading a different document? _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org
