VNC server and /etc/hosts.allow
I'm having trouble connecting to my Linux box from my Windows box using VNC. I have a line in my /etc/hosts.allow file that reads 'ALL : <windowsbox>' and this doesn't allow the connection. On the other hand, 'ALL : ALL' works fine. This shouldn't be necessary. I thought maybe the connection was being forwarded through some other server on the network but netstat tells me I'm connected straight to my Windows box. VNCserver is not running through inetd or xinetd and the firewall is turned off. Has anyone any ideas?