Whenever I want to run the sshd.py example in mininet or some custome code, I wrote it myself, I get
*** Creating network *** Adding controller *** Adding hosts: h1 h2 h3 h4 h5 *** Adding switches: s1 *** Adding links: (h1, s1) (h2, s1) (h3, s1) (h4, s1) (h5, s1) *** Configuring hosts h1 h2 h3 h4 h5 *** Starting controller Cannot find required executable controller. Please make sure that it is installed and available in your $PATH: (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
Although $ sudo mn --test pingall works great!
I assume that I should find the executable file of the open stream controller and add it to the path, but I do not know where it is. but the test creates a controller and works great!
I tried reinstalling mininet using
$ ~/mininet/util/install.sh -a or [-fnv]
source share