[Paraview] cvs under firewall

Moreland, Kenneth kmorel at sandia.gov
Fri Nov 30 10:54:18 EST 2007


Well, I do nightly checkouts of ParaView to my computer halfway across
the country from Kitware's servers nightly.  I just checked my access to
cvs and everything is working fine for me.  So presumably the problem is
on your end.  I cannot say with any certainty that the problem is with
your firewall, but it sounds like a reasonable explanation.

 

-Ken

 

________________________________

From: paraview-bounces+kmorel=sandia.gov at paraview.org
[mailto:paraview-bounces+kmorel=sandia.gov at paraview.org] On Behalf Of
Mike Jackson
Sent: Friday, November 30, 2007 8:50 AM
To: ParaView
Subject: Re: [Paraview] cvs under firewall

 

Before I go off the deep end with that solution.. where does the problem
lie? At the firewall or at kitware? Is it that certain firewalls are NOT
letting port 2401 through? This assumes the user has ssh access to
another machine outside the firewall. What if they do not? 

 

 

-- 

Mike Jackson   Senior Research Engineer

Innovative Management & Technology Services





 

On Nov 30, 2007, at 10:44 AM, Moreland, Kenneth wrote:





Yes.  We used to have the same problem, and we solved it with ssh
tunnels.  First, from the computer on which you wish to check out
ParaView (which I will now call the client), run

 

  ssh -L 2401:public.kitware.com:2401 external.host.com

 

where external.host.com is some computer outside of your firewall to
which you have ssh login privilege.  Once the ssh login is complete, any
socket connection to your client on port 2401 will be automatically
rerouted through the ssh connection to public.kitware.com.  It just so
happens that the pserver protocol of cvs uses port 2401.

 

Now to check out ParaView on the client, do so as normally except
replace public.kitware.com (or www.paraview.org) with localhost and your
good to go.

 

     cvs -d :pserver:anoncvs at localhost:/cvsroot/ParaView3 login

     (respond with empty password)

     cvs -d :pserver:anoncvs at localhost:/cvsroot/ParaView3 co ParaView3

 

-Ken

 

________________________________

From: paraview-bounces+kmorel=sandia.gov at paraview.org
[mailto:paraview-bounces+kmorel=sandia.gov at paraview.org] On Behalf Of
Michele Vascellari
Sent: Friday, November 30, 2007 3:33 AM
To: paraview at paraview.org
Subject: [Paraview] cvs under firewall

 

Dear all,

I need to checkout the development version of  paraview from cvs, but my
PC is under firewall.
How can I  avoid this obstacle?
Maybe using ssh tunnel?

Thank you Michele

_______________________________________________

ParaView mailing list

ParaView at paraview.org

http://www.paraview.org/mailman/listinfo/paraview

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/paraview/attachments/20071130/c11d1ffd/attachment.html


More information about the ParaView mailing list