Hi, do you have a guide to configure a VNC Server in Centos, I've read a guide that says "Enable VNC as an xinetd service" and i'm not sure if this is good , talkin about security, Thank you
hi try with this... http://www.redhat.com/magazine/006apr05/features/vnc/ http://www.linuxforums.org/forum/linux-tutorials-howtos-reference-material/971-installing-running-vnc-redhat-rpm-linux.html On 12/11/06, Departamento de Informatica <deptoinf at gmail.com> wrote:> > Hi, do you have a guide to configure a VNC Server in Centos, I've read > a guide that says > > "Enable VNC as an xinetd service" > > and i'm not sure if this is good , talkin about security, > > Thank you > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >-- Gonzalo M. Rios Registered User LINUX #237889 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20061211/ef4d1d34/attachment.html>
hi try with this... http://www.redhat.com/magazine/006apr05/features/vnc/ http://www.linuxforums.org/forum/linux-tutorials-howtos-reference-material/971-installing-running-vnc-redhat-rpm-linux.html On 12/11/06, Departamento de Informatica <deptoinf at gmail.com> wrote:> > Hi, do you have a guide to configure a VNC Server in Centos, I've read > a guide that says > > "Enable VNC as an xinetd service" > > and i'm not sure if this is good , talkin about security, > > Thank you > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >-- Gonzalo M. Rios Registered User LINUX #237889 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20061211/5dc473f1/attachment.html>
Thanks!! 2006/12/11, Gonzalo <gonzalomr at gmail.com>:> hi try with this... > http://www.redhat.com/magazine/006apr05/features/vnc/ > http://www.linuxforums.org/forum/linux-tutorials-howtos-reference-material/971-installing-running-vnc-redhat-rpm-linux.html > > On 12/11/06, Departamento de Informatica <deptoinf at gmail.com> wrote: > > > > Hi, do you have a guide to configure a VNC Server in Centos, I've read > > a guide that says > > > > "Enable VNC as an xinetd service" > > > > and i'm not sure if this is good , talkin about security, > > > > Thank you > > _______________________________________________ > > CentOS mailing list > > CentOS at centos.org > > http://lists.centos.org/mailman/listinfo/centos > > > > > > -- > Gonzalo M. Rios > Registered User LINUX #237889 > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > > >
Departamento de Informatica wrote:> Hi, do you have a guide to configure a VNC Server in Centos, I've read > a guide that says > > "Enable VNC as an xinetd service"Take a look at the vnc-ltsp-config rpm in Fedora Extras. It (basically) does most of the work, short of enabling XDMCP for your DISPLAYMANAGER. -- Rex
On Tuesday 12 December 2006 06:26, Departamento de Informatica wrote:> Thanks, I've configured the vnc server, on port 5901, lamentably i > only have acces from localhost, with nmap the port 5901 appears like > "filtered", just need to changue some thing on Iptables configuration, > because i did > > iptables -A INPUT -p TCP -i eth1 -s 10.20.30.0/24 --dport 5901 -j ACCEPTFor the default installation with iptables enabled, all the rules are in /etc/sysconfig/iptables; you need to edit this file with the rule you need above the reject line and with the right chain name. Once you edit this file, do a 'service iptables restart' to make it active. If it still doesn't work, check /var/log/messages to see if SELinux is denying the socket open for listening. -- Lamar Owen Director of Information Technology Pisgah Astronomical Research Institute 1 PARI Drive Rosman, NC 28772 (828)862-5554 www.pari.edu