|
|
Question : Problem: VNC 10061 error
|
|
Hello,
I have installed a Real VNC 4.1 server on SLES9 which in turn is installed on MS Virtual Server 2005 R2 on MS Windows Server 2003. When I try to connect to it it gives an 10061 error. on both OS firewall is turned off. What could be the problem?
TIA.
|
Answer : Problem: VNC 10061 error
|
|
By default, VNC listens to port 590x (where x is the VNC-session you've started). You can change the default 'base'-port for VNC by editing the file /usr/bin/vncserver. Look for the line $vncPort = 5900 + $displayNumber; As you might have guessed, just change 5900 into whatever port that's available.
|
|
|