I quickly scanned the logs and didn't find anything that resembled what I'm
doing here, so I'll try to explain it best as possible.

I've got my LEAF w/ SSH on port 22, an internal SSH server on port 24, and
vnc running on the internal server.  I want to get to the vnc server running
on the internal ssh box but am not having luck.  this is how it looks

remote.ip-internet-leaf(ssh:22)-internal(ssh:24)-vnc

and everything comes up like so

internal# vncserver :7  # runs vnc on port 5907

windows box# putty -ssh -l user -P 24 -R 5907:remoteip:5900 remoteip

which gives me the following error
localhost sshd[1998]: error: bind: Address already in use
localhost sshd[1998]: error: channel_setup_fwd_listener: cannot listen to
port: 5907

so i figure I might have the port numbers in the wrong place, so I reverse
and then I get no errors, but I cannot connect to the vnc server either.

Through trial and error I tried the following

putty -ssh -l harryk -P 24 -L 5900:remote:5907 remote

which doesn't give me any errors, but also doesn't allow me to login.  I
figure this is techincally listening for something from my LEAF box,
although there are no messages pertaining to this on the LEAF box either.

completely at a loss, and I'm not even sure I can do this.

On a different route, i was able to get past this problem using the
INTERN_SERVER option, but this becomes extremely vulnerable due to being
unencrypted.  I'd like to do it via SSH.

Almost forgot the details, this is a Dachstein LEAF box, running 2.2.19.  I
CAN ssh into the internal box without problem, VNC is the only concern now.

any help is greatly appreciated

joey



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com

_______________________________________________
leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to