Versions Compared

Key

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

...

  • start SOCKS proxy
  • make ecflow_ui speak talk to SOCKS proxy.

NOTE: if you were using Local Port Forwarding method, you will now need to:

...

  • ecflow_ui ↔ ECMWF ecFlow servers
  • ecflow_ui ↔ ECMWF ecFlow logservers
  • ecflow_ui ↔ ECMWF DNS servers

In a terminal, start the SOCKS proxy SSH session with:

Code Block
% ssh -v -C -N -D9050 -J myecuser@shell.ecmwf.int myecuser@myecworkstation

(replace "myecuser" and "myecworkstation" with your real ECMWF username and workstation name).

The ssh session will keep running in the terminal, listening on port 9050 and printing various log messages as it forwards your network traffic to the Centre.

...