Carl,
That's EXACTLY why you're connecting back to WINME through VNC.
SSH quietly does NOT map localhost:5902 to WINXP:5901 because there is
already something running on port 5902. That's the point of using
something like 9999. You have to use a port that is NOT IN USE with
SSH.
Try my command line again:
ssh -L 9999:WINXP:5901 WINXP
Then VNC to localhost:9999
It works, trust me.
-ME
-----Original Message-----
From: ssh-l-admin@erdelynet.com [mailto:ssh-l-admin@erdelynet.com] On
Behalf Of Carl - WC4H Bellsouth
Sent: Friday, December 27, 2002 12:54 PM
To: ssh-l@erdelynet.com
Subject: Re: VNC - SSH / question, problem
Yes your assumptions are correct. WINXP is on port 5901 and WINME is on
port 5902. Yes I'm running VNCserver on both.
The 9999 port does not work since localhost is set to 5902.
Carl
----- Original Message -----
From: "Michael Erdely" <mike@erdelynet.com>
To: <ssh-l@erdelynet.com>
Sent: Friday, December 27, 2002 12:22 PM
Subject: RE: VNC - SSH / question, problem
> Carl,
>
> Since you are tunneling port 5902 on WINME to port 5901 on WINXP, I
> assume you modified the listening port on the VNC Server on WINXP to
be
> 5901. Are you running VNC Server on WINME? If so, what port are you
> running it on? 5902?
>
> Try something really weird:
> ssh -L 9999:WINXP:5901 WINXP
>
> Then vnc to localhost:9999
>
> Does that work?
>
> You are correct, you are to use VNC and connect to "localhost:xxx" If
> you connect to WINXP:1, you will not connect through SSH.
>
> -ME
>
-- List Information: http://tech.erdelynet.com/mailman/listinfo/ssh-l/ List Archives: http://erdelynet.com/archive/ssh-l/ To Unsubscribe: Go to http://tech.erdelynet.com/mailman/listinfo/ssh-l/ and enter your email address at the bottom to "Edit Options". If you don't know your password, have it emailed to you. Then unsubscribe. -- List Information: http://tech.erdelynet.com/mailman/listinfo/ssh-l/ List Archives: http://erdelynet.com/archive/ssh-l/ To Unsubscribe: Go to http://tech.erdelynet.com/mailman/listinfo/ssh-l/ and enter your email address at the bottom to "Edit Options". If you don't know your password, have it emailed to you. Then unsubscribe.Received on Fri Dec 27 13:36:54 2002
This archive was generated by hypermail 2.1.8 : Fri Jul 29 2005 - 17:33:43 EDT