Versions Compared

Key

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

...

One way is to use ssh port forwarding, e.g.
ssh -L 81018081:192.168.123.1:81018081 mininet-vm

Then open up http://localhost:8101/onos/ui/ in your browser.

...