opennetworkinglab / flowvisor

FlowVisor - A network hypervisor
Other
164 stars 67 forks source link

Getting error when connecting flowvisor to mininet #285

Open sawsenchaabnia opened 8 years ago

sawsenchaabnia commented 8 years ago

Hello, I'm trying to slice a network with flowvisor. I'm using mininet as my testbed and I installed mininet and flowvisor in different VMs in my VirtualBox. The flowvisor version is 1.4. I also changed the flowvisor port from 6633 to 6666. So to connect my mininet topology to flowvisor I'm using this command : sudo mn --controller=remote,ip=192.168.56.101,port=6666 --switch=ovsk,protocols=OpenFlow10 The mininet topology connects successfully to flowvisor but i get those errors in flowvisor : capture

Any Help Please !