Hi, I am trying to connect openvswitch 1.7 with floodlight controller. They are installed on separate virtual machines inside Virtual box with host-only adapter configuration.
The openvswitch 1.7 installation is done perfectly, openvswitch and brcompat modules are loaded and installed correctly. In openvswitch machine, after initializing the configuration database (ovsdb-tool create) and starting ovsdb-server. I go on with commands: ovs-vsctl --no-wait init ovs-vswitchd --pidfile --detach ovs-vsctl add-br br1 ovs-vsctl add-port br1 eth0 ifconfig eth0 0 ifconfig br1 192.168.1.2 netmask 255.255.255.0 ovs-vsctl set-controller tcp:192.168.1.102:6633 In controller machine, I set up IP address 192.168.1.102, and run floodlight controller there. It doesn't listen to switch and start flooding on all ports. The switch and controller are on the same subnet, and they ping each other, but controller can't listen to switch. When I see results for ovs-controller start, it says: connect: Address family not supported by protocol and no active or passive switch connections Could somebody help me figure out the problem. Vicky
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss