RE: work ip address at home

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 22 Oct 2003, Brent Gregersen wrote:
> The license server is a machine I do not have access to. It is running
> Elan License Manager software for Tecplot (application I want to use at
> home to prepare graphs/plots for journal articles). I believe tecplot
> compares the ip address of application machine to a 'valid' ip domain
> contained in license obtained from the license server.  This was the reasoning
> behind the 'trick application into thinking I am at work' approch. I
> could be wrong on this however. If thats the case, I'll look into
> implementing a VPN solution between my home machine and work machine.
> (wrong forum, but any pointers/urls on useful VPN software?)

If it's anything like flexlm, there's a license file on the local machine
which tells it the host name and port number of the server.  Flexlm
actually doesn't care which of our various subnets the client is on, only
how many licenses it's passed out, though our firewall rules DO care :-)
In any case, it would be worth the effort to try to fake it out using ssh.
Here's a sample command line for forwarding SMTP (port 25) that I (used to)
use for sending mail as if local, to bypass our anti-relaying rules (look
at the headers of this message, for the current solution :-)

/usr/bin/ssh -q -x -f -N -L 20025:julia.math.ucla.edu:25 julia.math.ucla.edu

(-q - quiet, -x = omit X-windows, -f = drop into background, -N = omit
shell command, -L = port forwarding.)  I test by doing...

telnet localhost 20025

To my HELO, it responds:

250 julia.math.ucla.edu Hello julia.math.ucla.edu [128.97.4.254], pleased
to meet you

The packets appear to come from Julia, the host listed in the -L parameter.
It might be a good idea to turn on keepalives, so a forgotten connection
automatically exits when the net connection goes down.

James F. Carter          Voice 310 825 2897    FAX 310 206 6673
UCLA-Mathnet;  6115 MSA; 405 Hilgard Ave.; Los Angeles, CA, USA 90095-1555
Email: jimc@xxxxxxxxxxxxx  http://www.math.ucla.edu/~jimc (q.v. for PGP key)


[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux