Usually I get that situation when either I am using the wrong port or VNC server is not running on the host. I occasionally get it on a busy/slow connection too.
Recommend you use iSSH to login with the shell console to check if VNC Server is running. If so, next check the port settings for VNC in your iSSH configuration for that host.
If that still doesn't work, try using a PC to do the same job as a test.
Linux and Mac would be something like
ssh user@machineIP -L 590X:localhost:5902
Where you substitute the user and the machineIP for the ones on your VNC server host and X would be whichever port you want to listen with on your local machine.
You would then open localhost:X with VNC Viewer on Linux or Chicken of the VNC on Mac. (you may prefer other viewers)
For Windows, open Putty, go in to the options and look for SSH tunnels. Set it up in the same format as earlier (590X:localhost:5902) then launch the Putty session.
Finally launch your VNC viewer software and point it at localhost:X or port 590X depending on its settings.
If it works with PC but not with iSSH then there is something not quite right with your iSSH settings. I can vouch that iSSH works well with TigerVNC and also VNC Server as I use both regularly.
Best regards,
Nick
> --
> You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> To post to this group, send email to
is...@googlegroups.com.
> To unsubscribe from this group, send email to
issh+uns...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/issh?hl=en.
>