Hi, Thanks for the response. A couple of things, tho. I have two systems sitting side by side on my desk. On one (the old one) I can connect to the VNC server running on the UNIX system. Then if I close that connection and on the new PC try to connect to the UNIX server, I cannot. So there must be something listening on that port on the UNIX host and there can't be a problem on that end (such as firewall rules) since I can successfully connect with the old system.
Also, when the 'old' box connects I get an entry in $HOME/.vnc/aker:1.log (aker is the UNIX system). When I try to connect with the new XP, no entries are made to any log files in that directory. Also, altho I have opened up all ports for VNC in my new pc's firewall, I have also had it fail with the firewall disabled so it's not that either. How does vncpasswd come into play? How does the server process: rbmiller 322 1 0 12:30:25 ? 0:13 Xvnc :1 -desktop aker:1 () -httpd /usr/local/vnc/classes -auth /export/home/rbm authenticate the connection? Is this perhaps why VNC is refusing the connection? If so, how do I make my new computer able to authenticate? Thanks in advance, -Ron Miller Ronald, Error 100061 is the Winsock 2 error for "the server refused the connection" - it's not ubiquitous, it specifically means that the server machine won't accept a connection on the specified port. The most likely cause is that there is nothing on that port to connect to. In this case, that's probably because your Solaris Xvnc process is not remoting display zero, but display 1, 2 or 3, or etc Wez @ RealVNC Ltd. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ronald B Miller > Sent: 10 August 2004 19:25 > To: [EMAIL PROTECTED] > Subject: Error 10061 on one of two systems > > Hi, Folks, > > I have recently purchased a new computer to replace my 3 year old one. > They are both Windows XP and both successfully use a VPN > client to connect to work. One of them can connect the VNC > ver 4 viewer to the Solaris 8 system running VNC Server at > the other end of my VPN. The new one can't connect and gives > the ubiquitous error 10061. I have added ports 5800 and > 5900/tcp inbound/outbound to my firewall and can ping the > system I'm trying to connect to but I cannot telnet to that > system using those ports (e.g.: > telnet server.ibm.com 5800 where 'server' is the Solaris box). > > Any ideas? > > Cheers, > > > -Ron > > > rbmiller at us dot ibm dot com > _______________________________________________ > VNC-List mailing list > [EMAIL PROTECTED] > To remove yourself from the list visit: > http://www.realvnc.com/mailman/listinfo/vnc-list _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list [demime 0.99d.1 removed an attachment of type image/gif which had a name of graycol.gif] _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
