
joseph.spenner@vaisala.com Mon Mar 13 16:57:54 2006
martin.murphy@vaisals.com

Ok, the key is in place for both accounts.

Since you're not going directly from the client, the commands I provided in 
the last email probably aren't what you want.  Instead, you'll do something 
like this from the internal linux box:

$ ssh -l vpn -L 10022:192.101.77.209:22 wormhole 

Then, in another terminal on the internal linux box:

$ ssh -p 10022 -l wes01 -L 12345:127.0.0.1:10095 127.0.0.1

That will give you a local port of 12345 for data.  To test:

$ telnet 127.0.0.1 12345

You should see a bunch of data/garbage characters.


WES1 is whole USA network
$ ssh -l vpn -L 10022:192.101.77.209:22 wormhole 

Then, in another terminal on the internal linux box:
$ ssh -p 10022 -l wes01 -L 12345:127.0.0.1:10095 127.0.0.1

That will give you a local port of 12345 for data.  To test:
$ telnet 127.0.0.1 12345


WES2 is whole Texas network
$ ssh -l userOnFirewall -L 10022:192.101.77.209:22 ip.of.firewall

Then, in another terminal on the internal linux box:
$ ssh -p 10022 -l wes02 -L 12345:127.0.0.1:10096 127.0.0.1

That will give you a local port of 12345 for data.  To test:
$ telnet 127.0.0.1 12345



To get data from wormhole
ssh -l wes01 -L 12345:127.0.0.1:10095 192.101.77.209
ssh -l wes02 -L 12346:127.0.0.1:10096 192.101.77.209


