This method does not work for MS Windows.

Prerequisites

Make sure to setup the SSH connection as documented in Setup FLARECAST development infrastructure.

install "sshuttle" (https://github.com/apenwarr/sshuttle)

pip install sshuttle

Connect to cluster network

Open a new terminal/console and enter the following command

sshuttle -N -H -r username@ias-ssh.ias.u-psud.fr

Leave the terminal open as long as you want to stay connected to the cluster in u-psud. Occasionally you get disconnected due to timeouts. Just rerun the command above.

Access services

The name of the flarecast node is "cluster-r730-1"

You can now use the following links to access the services:

ServiceURL
Entry Pagehttp://cluster-r730-1
HMI servicehttp://cluster-r730-1:8001/ui
property service

http://cluster-r730-1:8002/ui

In future you should always use sshuttle to connect to the cluster and download data. The old way with port-mapping is obsolete and should no more be used.

When you want to ssh into a cluster commandline nothing changes. Just make sure you do not map any ports.