Hello,
I'm trying to connect Floodlight to Openvirtex for the first time following the openvirtex tutorial
Floodlight Log reads:
" 2019-01-08 18:52:58.927 INFO [n.f.c.i.OFSwitchManager] Listening for OpenFlow switches on [0.0.0.0]:6653"
thus i change this step from
python ovxctl.py -n createNetwork tcp:localhost:10000 10.0.0.0 16
to
python ovxctl.py -n createNetwork tcp:localhost:6653 10.0.0.0 16
to create a virtual network
İ continue to follow the tutorial and when i execute the last step
$ python ovxctl.py -n startNetwork 1
i get the message CANNOT CONNECT TO CONTROLLER
Please can someone guide me on how to connect the fllodlight controller
I'm not runnig any VM, i have installed both floodlight and openVirtex on Ubuntu 18
Cheers