Hi All,

Am new to setting up vnc server. Am trying to set-up VNC server as xinetd daemon on redhat9. Following the documentation have got all the things I think to be okay.

However when I login from remote machine over dial-up or even test from local host I get

VNC viewer for X version 4.0b4 - built Sep  4 2003 13:31:22
Copyright (C) 2002-2003 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.

Mon May  3 18:27:01 2004
main:        unable to connect to host: Connection refused (111)

My set-up is as follows :-

1) /etc/services

vnc-server      5951/tcp                        # VNC Server connections

2) /etc/xinetd.d/vnc-server

# Description Xvnc server

service vnc-server
{
socket_type stream
protocol tcp
wait no
user nobody
server /usr/local/bin/Xvnc
server_args :51 -inetd -once -query localhost -geometry 1024x768 -depth 16 -fp unix/:7100 -SecurityTypes=none
port 5951
}


3) /etc/X11/gdm/gdm.conf

[xdmcp]
Enable=true
HonorIndirect=true


netstat -l shows xdmcp, and one VNC server listening on port 5900

tcp        0      0 *:9098                  *:*                     LISTEN
tcp        0      0 *:5900                  *:*                     LISTEN
tcp        0      0 *:x11                   *:*                     LISTEN
tcp        0      0 *:ssh                   *:*                     LISTEN
udp        0      0 *:xdmcp                 *:*
udp        0      0 *:951                   *:*
udp        0      0 *:631                   *:*



Could anybody please show me the way.

Thanks in advance.

Regards
Shyamal
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to