Dear Everybody....
I've setup the inetd method with SuSE 9.1, and RealVnc 4.0...
My /etc/xinetd.d/vnc is included below.
My problem is that, the setup only allows for a single connection, once
one connection is established, a second connection is not allowed,
all I get is a timeout...
Jerry
------------------------ snip ---------------------
# default: off
# description: This serves out a VNC connection which starts at a KDM
login \
# prompt. This VNC connection has a resolution of 1024x768, 16bit depth.
service vnc10
{
socket_type = stream
protocol = tcp
wait = no
user = nobody
server = /usr/bin/Xvnc
server_args = :40 -inetd -once -query localhost -desktop
Westrick_GmbH -geometry 1024x768 -depth 16 securitytypes=none
type = UNLISTED
port = 5910
}
# default: off
# description: This serves out a VNC connection which starts at a KDM
login \
# prompt. This VNC connection has a resolution of 1280x1024, 16bit
depth.
service vnc11
{
type = UNLISTED
port = 5911
socket_type = stream
protocol = tcp
wait = no
user = nobody
server = /usr/bin/Xvnc
server_args = :41 -inetd -once -query localhost -desktop Westrick_GmbH
-geometry 1280x1024 -depth 16 -dpi 96 securitytypes=none
disable = no
}
# default: off
# description: This serves out a VNC connection which starts at a KDM
login \
# prompt. This VNC connection has a resolution of 1590x1180, 16bit
depth.
service vnc12
{
type = UNLISTED
port = 5912
socket_type = stream
protocol = tcp
wait = no
user = nobody
server = /usr/bin/Xvnc
server_args = :42 -inetd -once -query localhost -desktop Westrick_GmbH
-geometry 1590x1175 -depth 16 -dpi 96 securitytypes=none
disable = no
}
# default: off
# description: This serves out a VNC connection which starts at a KDM
login \
# prompt. This VNC connection has a resolution of dual 1280x1024, 16bit
depth.
service vnc13
{
type = UNLISTED
port = 5913
socket_type = stream
protocol = tcp
wait = no
user = nobody
server = /usr/bin/Xvnc
server_args = :43 -inetd -once -query localhost -desktop Westrick_GmbH
-geometry 2560x1024 -depth 16 securitytypes=none
disable = no
}
# default: off
# description: This serves out a VNC connection which starts at a KDM
login \
# prompt. This VNC connection has a resolution of dual 1600x1200, 16bit
depth.
service vnc14
{
type = UNLISTED
port = 5914
socket_type = stream
protocol = tcp
wait = no
user = nobody
server = /usr/bin/Xvnc
server_args = :44 -inetd -once -query localhost -desktop Westrick_GmbH
-geometry 3190x1175 -depth 16 securitytypes=none
disable = no
}
# default: off
# description: This serves out the vncviewer Java applet for the VNC \
# server running on port 5910, (vnc port 10).
service vnchttpd10
{
socket_type = stream
protocol = tcp
wait = no
user = nobody
server = /usr/X11R6/bin/vnc_inetd_httpd
server_args = 1024 768 5910
type = UNLISTED
port = 5810
}
# default: off
# description: This serves out the vncviewer Java applet for the VNC \
# server running on port 5911, (vnc port 11).
service vnchttpd11
{
socket_type = stream
protocol = tcp
wait = no
user = nobody
server = /usr/X11R6/bin/vnc_inetd_httpd
server_args = 1280 1024 5911
type = UNLISTED
port = 5811
}
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list