...
- Follow the above instructions to obtain an ORBIT account and upload a set of keys
- Open PuTTY and set your Host Name to [ORBIT username]@console.sb10.orbit-lab.org (Port should be 22 by default)
- As detailed in the above instructions, make sure you are using your private key file under Connection → SSH → Auth
- Under Connection → SSH → Tunnels, add the following three forwarded ports:
- Source Port 8181 and Destination localhost:8181
- Source Port 40080 and Destination localhost:40080
- Source Port 8080 and Destination node1-4.sb10.orbit-lab.org:80
- Save your session configuration with a memorable name (optional but highly recommended)
- Open your session, enter the passphrase for your key (if you have one), and access ORBIT
- Tunnel 2 more times with the following commands:
ssh native@node1-4 -L 8181:localhost:8181 -L 40080:10.3.100.30:80 (password: native)
ssh ubuntu@10.31.4.16 -L 8181:localhost:8181
- Go to http://localhost:8181/odlux/index.html and log in using admin:admin
- The CommScope UI can be accessed at http://localhost:40080 (please reach out if you need credentials set up)
The interface(s) should appear as shown:
Please see the following for more information:
...