[Paraview] paraview - client-server

pat marion pat.marion at kitware.com
Sat Feb 6 12:23:26 EST 2010


>>> The only thing about reverse connection is that the user then has to
open a port on the local firewall. It's not always possible.

Maybe I'm misunderstanding what you mean by local firewall, but usually as
long as you can ssh from your workstation to the login node you can use a
reverse ssh tunnel.  From your workstation:

ssh -R 11111:localhost:33333 remote_login_node_hostname

Now any connection to port 11111 on the login node is forwarded through the
ssh connection to your workstation's port 33333 (your workstation makes a
new connection to localhost:33333 and forwards the traffic)

Pat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100206/3fb6d99d/attachment.htm>


More information about the ParaView mailing list