Re: IDL licenses thru a tunnel? [message #34459 is a reply to message #34388] |
Thu, 13 March 2003 11:02   |
Craig Markwardt
Messages: 1869 Registered: November 1996
|
Senior Member |
|
|
"Anthony J. Ferro" <tferro@as.arizona.edu> writes:
> I'm trying to figure out a way to provide access to my IDL license
> server for our folks outside of our building's firewall (other
> buildings/classrooms on campus, home, other institutions, etc).
> I don't want to poke a generic hole in our firewall because of
> a) the security risk of another hole, and b) I don't really want
> to provide IDL to everyone on the internet (sorry). What I've
> been trying is to set up an ssh tunnel using something like:
>
> ssh -f -N -L 1700:localhost:1700 username@idlserver
>
> This _almost_ works. There is some communication going on
> between the client and the server, but the license request
> fails. I can tell that some communication occurs because the
> error message includes the name of the server (the client
> license file has "localhost").
That's a pretty neat idea, and it works for me! Of course, on the
client, you need to set the license server:
setenv LM_LICENSE_FILE 1700@localhost
Craig
--
------------------------------------------------------------ --------------
Craig B. Markwardt, Ph.D. EMAIL: craigmnet@cow.physics.wisc.edu
Astrophysics, IDL, Finance, Derivatives | Remove "net" for better response
------------------------------------------------------------ --------------
|
|
|