wolfgang pauli napisal(a): > > I think that should be possible, but I am not sure how. Does anyone know, > were I can find a good description or give me a good description of how to > do that?
Of course it's possible only when you run Xvnc in inetd mode. You do it in exactly the same way as with all other services in inetd.conf that are controlled by tcpwrappers. Here's a line form my inetd.conf to give you an example: vnc stream tcp nowait nobody /usr/local/bin/tcpd Xvnc -inetd -query localhost -once -securitytypes=none The important part is the call to /usr/local/bin/tcpd, ie. to the tcpwrappers control program - this makes controlling access via hosts.allow/hosts.deny possible. Regards, Jaroslaw Rafa [EMAIL PROTECTED] -- Spam, wirusy, spyware... masz do6f? Jest alternatywa! http://www.firefox.pl/ --- http://www.thunderbird.pl/ Szybciej. #atwiej. Bezpieczniej. Internet tak jak lubisz. _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
