In article <281020041413139622%>,
blah blah <> wrote:
> I am trying to use a vnc client (Chicken of the VNC) to connect to my
> work machine, which is behind a firewall. I have set up a reverse
> tunnel, so I can log into my work machine from home (the command I used
> is ssh -R 10022:localhost:22 home_machine_ip_addy). I have also
> forwarded a port for vnc. (ssh -R 15900:localhost:5900
> home_machine_ip_addy) When I try to connect from home with cotvnc,
> using either <localhost:15900> or <127.0.0.1:15900> I am unable to
> connect. I can connect from within my local lan, so I know that the vnc
> server is working. Any help/advice appreciated...
>
> thanks
Try
ssh -R 10022:127.0.0.1:22 home_machine_ip_addy
...
ssh -p 10022 username@127.0.0.1 # from home
I do not trust localhost (at least not on Mac OS X, as it is often times
associated with IPv6 on Mac OS X).
I tried the use of the -p 10022 and it worked. I did not try Chicken of
the VNC, so I can not offer any advice there, unless your problem is
with the use of localhost on the work system.
Bob Harris
|