Versions Compared

Key

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

...

~/mininet/util/mn 192.168.123.1

How can I connect to the ONOS console?

Make sure karaf's bin directory is in your path, then:

client -h 192.168.123.1   # or the address of the ONOS node you wish to connect to  

How can I connect to the karaf console using ssh?

ssh -p 8101 karaf@192.168.123.1

...