Any suggestions on what I need to open up? My iptables already opens up : -A RH-Firewall-1-INPUT -i lo -j ACCEPT -A RH-Firewall-1-INPUT -s 192.168.1.0/24 -j ACCEPT
which lets all localhost and local net traffic in uninterrupted. My hosts.allow has
ALL: 192.168.1.* : allow
What else would I need?
Thanks,
__o
_-\<,_ Brian
(_)/ (_)
Steve Dickson wrote:
Bikehead wrote:
Any ideas what could be causing this? Mar 8 16:32:26 kelly kernel: statd: server localhost not responding, timed out
Mar 8 16:32:26 kelly kernel: lockd: cannot monitor 192.168.1.102
This is most likely a firewall issue since these messages mean the userlevel daemon rpc.statd can not communicate with the local kernel and the local kernel can not communicate with the local statd daemon.
steved.