I have problems connection from a windows-client to the VNC server (AIX).
On AIX I have done the following:
- Install VNC, rpm vnc-3.3.3r2-3
- edit the vncserver script, uncommented the line:
$cmd .= " -fp /usr/lib/X11/fonts/,/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
- When I start the vncserver I get the following messages:
root@zlmota(/home/root)# vncserver
New 'X' desktop is zlmota:1
Starting applications specified in /home/root/.vnc/xstartup
Log file is /home/root/.vnc/zlmota:1.log
- The logging looks like:
root@zlmota(/home/root)# cat /home/root/.vnc/zlmota:1.log
03/08/06 09:34:27 Xvnc version 3.3.3r2
03/08/06 09:34:27 Copyright (C) AT&T Laboratories Cambridge.
03/08/06 09:34:27 All Rights Reserved.
03/08/06 09:34:27 See for information on VNC
03/08/06 09:34:27 Desktop name 'X' (zlmota:1)
03/08/06 09:34:27 Protocol version supported 3.3
03/08/06 09:34:27 Listening for VNC connections on TCP port 5901
03/08/06 09:34:27 Listening for HTTP connections on TCP port 5801
03/08/06 09:34:27 URL xrdb: A file or directory in the path name does not exist.
1356-613 xrdb: can't open file '/home/root/.Xresources'
When I try to connect from the windows client I get the errormessage:
unable to connect to host: Connection refused (10061)
What did I do wrong.
Thanks in advance
On AIX I have done the following:
- Install VNC, rpm vnc-3.3.3r2-3
- edit the vncserver script, uncommented the line:
$cmd .= " -fp /usr/lib/X11/fonts/,/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
- When I start the vncserver I get the following messages:
root@zlmota(/home/root)# vncserver
New 'X' desktop is zlmota:1
Starting applications specified in /home/root/.vnc/xstartup
Log file is /home/root/.vnc/zlmota:1.log
- The logging looks like:
root@zlmota(/home/root)# cat /home/root/.vnc/zlmota:1.log
03/08/06 09:34:27 Xvnc version 3.3.3r2
03/08/06 09:34:27 Copyright (C) AT&T Laboratories Cambridge.
03/08/06 09:34:27 All Rights Reserved.
03/08/06 09:34:27 See for information on VNC
03/08/06 09:34:27 Desktop name 'X' (zlmota:1)
03/08/06 09:34:27 Protocol version supported 3.3
03/08/06 09:34:27 Listening for VNC connections on TCP port 5901
03/08/06 09:34:27 Listening for HTTP connections on TCP port 5801
03/08/06 09:34:27 URL xrdb: A file or directory in the path name does not exist.
1356-613 xrdb: can't open file '/home/root/.Xresources'
When I try to connect from the windows client I get the errormessage:
unable to connect to host: Connection refused (10061)
What did I do wrong.
Thanks in advance