On Wed, 2011-01-12 at 22:41 +0100, Alois Treindl wrote:

> I am tryiong to configure vnc on a new RHEL6 system.
> 
> Like on RHEL 5 systems I adminster I set it up as a service via xinetd.

I haven't had a chance to try this on RHEL6 yet but on Fedora 12 and
Fedora 14, I have it working with this xinetd config:

   service vnc-1280x1024
   {
        disable = no
        socket_type     = stream        
        protocol        = tcp
        wait            = no
        user            = nobody
        server          = /usr/bin/Xvnc
        server_args     = -inetd -query localhost -geometry 1280x1024 -depth 24
-once -fp /usr/share/X11/fonts/misc -SecurityTypes=None
        log_on_failure  += USERID
   }


and this in /etc/gdm/custom.conf:

   [security]
   DisallowTCP=false

   [xdmcp]
   Enable=true


--
Ian


_______________________________________________
rhelv6-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv6-list

Reply via email to