Page 1 of 1

SSH Tunnels

PostPosted: Sun Nov 10, 2013 2:27 pm
by dbanes
Do you have any documentation on setting up SSH Tunnels? I need two, one on port 443 the other on 8000. I appear to have the 8000 working but for some reason the 443 isn't. SSH works OK, just need to know how to get same command params into the GUI as this.

Code: Select all
 ssh -N -c 3des davidb@nn.nn.nn.nn -L 443:msx:443 -L 8000:svn2:8000 -i /Users/dbanes/Desktop/ssh_keys/janusnet


Thanks,

David.

Re: SSH Tunnels

PostPosted: Tue Nov 12, 2013 6:08 am
by dbanes
Is there no support for this product, I'd hate to ask for refund.

Re: SSH Tunnels

PostPosted: Wed Nov 13, 2013 8:25 pm
by raf
Hi David!,

There is support. But I don't monitor the forums every day. For immediate support, email is the best option.

Sorry for not getting back to you earlier.

To set up the tunnels, you need to enter:

443:msx:443

and

8000:svn2:8000

If hosts are not working like that, you might have to enter the ip addresses of msx and/or svn2

Hope this helps!,

Raf.

Re: SSH Tunnels

PostPosted: Thu Nov 14, 2013 5:44 am
by dbanes
Thanks Raf.

This is what I have setup but the 443 entry doesn't appear to be working, it's first in the list.

I'll take another look and try IP addresses.

David.

Re: SSH Tunnels

PostPosted: Thu Nov 14, 2013 10:41 am
by raf
Please do and let me know.

Thanks!