
Stephen Pearce wrote:
Help ...
I'm trying to run vncviewer on a laptop running Fedora 2 speaking to a redhat 9 server via a 802.11b wireless router .. the server connects to the router via a utp ethernet link .. the laptop via its own internal 802.11b card ..(Truemobile 1400 using ndiswrapper) .. I can ftp and telnet no problems .. I have enables vncserver on the server ... however I keep getting a connect error 111 when I try to use vncviewer to access the server ... any suggestions?/alternatives for remote access to the server X11 desktop?
error 111 is almost certainly "Connection refused", which suggests either firewalling, that the vncserver isn't running, or it's listening on some other interface. have a look at the output "netstat -atp" that will show you a list of all the tcp connections, and tcp ports that are listening and what process is using them which might help you see if it's listening and/or which interface it is listening on.