Skip to content

Tanzania Server

To access the network where the server is located, connect with AnyDesk.

AnyDeskID: 1144366114 Password: https://bongobongoworkspace.slack.com/archives/GN3QX7WBW/p1737531568991809

To access Lenovo Management, connect with AnyDesk. XClarity Controller: https://192.168.100.68/#/home Username: USERID Password: https://bongobongoworkspace.slack.com/archives/GN3QX7WBW/p1737531568991809

There you can use the jnlp client to connect to the server via ssh. Username: tech Password: https://bongobongoworkspace.slack.com/archives/GN3QX7WBW/p1758039682195829

RDP Open up a tunnel with port forwarding. ssh -L 3389:172.16.1.3:3389 ec2-user@63.32.81.61 -i ~/Documents/Bonmoja/BuildServerKeys.pem

SSH tunnel for SSH to Lenovo Management ssh -L 2222:172.16.1.3:8022 ec2-user@63.32.81.61 -i ~/Documents/Bonmoja/BuildServerKeys.pem

Connect to the desktop. xfreerdp /v:localhost:3389 /u:rdp_admin /p:P@ssw0rd123! /sec:rdp /cert:ignore /size:1280x720 /bpp:32

netsh interface portproxy add v4tov4 listenport=5000 listenaddress=172.16.1.3 connectport=5000 connectaddress=192.168.100.69 netsh interface portproxy add v4tov4 listenport=8443 listenaddress=172.16.1.3 connectport=443 connectaddress=192.168.100.68 netsh interface portproxy add v4tov4 listenport=3900 listenaddress=172.16.1.3 connectport=3900 connectaddress=192.168.100.68 netsh interface portproxy add v4tov4 listenport=8022 listenaddress=172.16.1.3 connectport=22 connectaddress=192.168.100.68 netsh interface portproxy add v4tov4 listenport=5985 listenaddress=172.16.1.3 connectport=5985 connectaddress=192.168.100.68 netsh interface portproxy add v4tov4 listenport=5986 listenaddress=172.16.1.3 connectport=5986 connectaddress=192.168.100.68

Terminal window
>netsh interface portproxy show all
Listen on ipv4: Connect to ipv4:
Address Port Address Port
--------------- ---------- --------------- ----------
172.16.1.3 8080 192.168.100.68 80
172.16.1.3 8443 192.168.100.68 443
172.16.1.3 8022 192.168.100.68 22
172.16.1.3 3900 192.168.100.68 3900
Host tzgrems
HostName 127.0.0.1
User tech
Port 8022
Host tz-proxy
HostName 63.32.81.61
User ec2-user
LocalForward 8443 172.16.1.3:8443
LocalForward 3900 172.16.1.3:3900
LocalForward 8022 172.16.1.3:8022
IdentityFile ~/.ssh/BuildServerKeys.pem