alekos@alekos-X555LB:~$ sudo mn --wifi --topo linear,5 --controller=remote,ip=127.0.0.1,port=6633
*** Adding stations:
sta1 sta2 sta3 sta4 sta5
*** Adding access points:
ap1 ap2 ap3 ap4 ap5
*** Configuring wifi nodes...
*** Creating network
*** Adding controller
Unable to contact the remote controller at
127.0.0.1:6633*** Adding hosts:
*** Adding switches:
*** Adding links:
(ap2, ap1) (ap3, ap2) (ap4, ap3) (ap5, ap4) (sta1, ap1) (sta2, ap2) (sta3, ap3) (sta4, ap4) (sta5, ap5)
*** Starting controller(s)
c0
*** Starting L2 nodes
ap1 ap2 ap3 ap4 ap5 ...
*** Starting CLI:
I have tried setting the controller ip also via miniedit to my ethernet ip and it prints the same message, whereas when i start the pox controller first and the i put my ip everything runs fine.
Could you give me a hint about why is this happening?
By the way, so as not to bother you again after that. After i set the ip e.g 192.168.xx.xx where should i look in wireshark to see the transmitted messages, because i am a bit confused as to if i should check loopback or some other interface.
Thanks in advance.
Regards,
Stefanos Ntouvlis