Greetings.  I'm using iXvnc on RH7.1 with xinetd.

On Mon, Sep 30, 2002 at 05:52:55PM -0700, Preetham wrote:
> 
> Could somebody help me out with this.
> Thanks,
> Preetham.

Usually, 'xinetd.conf' will include scripts in "/etc/xinetd.d".
Put following script (modify host/service names) in above
directory.

----- contents of /etc/xinetd.d/vnc -----
service vnc-800x600x8
{
        socket_type = stream
        protocol = tcp
        flags = REUSE NODELAY
        wait = no
        user = nobody
        server = /usr/local/bin/Xvnc
        server_args = -inetd -query srapc445 -once -geometry 800x600 -depth 8 -cc 3 
-fp unix/:7100
}

service vnc-800x600x32
{
        socket_type = stream
        protocol = tcp
        flags = REUSE NODELAY
        wait = no
        user = nobody
        server = /usr/local/bin/Xvnc
        server_args = -inetd -query srapc445 -once -geometry 800x600 -depth 32   -fp 
unix/:7100
}

service vnc-1024x768x8
{
        socket_type = stream
        protocol = tcp
        flags = REUSE NODELAY
        wait = no
        user = nobody
        server = /usr/local/bin/Xvnc
        server_args = -inetd -query srapc445 -once -geometry 1024x768 -depth 8 -cc 3  
-fp unix/:7100
}

service vnc-1024x768x32
{
        socket_type = stream
        protocol = tcp
        flags = REUSE NODELAY
        wait = no
        user = nobody
        server = /usr/local/bin/Xvnc
        server_args = -inetd -query srapc445 -once -geometry 1024x768 -depth 32  -fp 
unix/:7100
}

-----
-- 
Akira Hatakeyama        E-Mail: [EMAIL PROTECTED]
   http://www.sra.co.jp/people/akira/index.html
chigasaki-minami, tsuzuki ward, yokohama, japan
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to