Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

git clone http://github.com/mininet/mininet
mininet/util/install.sh -nfvnv

You can also download a pre-built Mininet VM.

...

It should show a single loopback interface and no other interfaces. If this command doesn't work as expected, then Mininet will not work. If you have installed Mininet using apt-get, or from source on Ubuntu, Mininet should work correctly. However, you should make sure you don't have multiple or older versions of Mininet installed which might not work correctly with onos.py.

Once you've verified that mnexec works, you can try a sanity check for mn:

sudo mn --test pingall

This should complete without errors.