Versions Compared

Key

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

...

ssh -p 8101 karaf@192.168.123.1

How can I connect to the ONOS GUI?

One way is to use ssh tunneling with port forwarding, e.g.

ssh -L 8101:192.168.123.1:8101 mininet-vm

Another way is to run a browser such as Firefox or Chromium in your VM or server.

firefox &

We hope to make it easier and more automatic in the future.