Quote:
Originally posted by Robert0380
in response to both of your posts:
I mount on the host with the mount command:
mount 192.168.1.101:/net /
And I also have it set to mount at boot time using
an entry in the fstab but during boot it fails with the
same error.
and i tried to set up my hosts.allow already the way you have it but i still get the same error.
|
Well first off, I wouldn't try to mount the remote directory to your / direcotry. Create a /net to mount it to. This is how I have my fstab entry on one of my machines:
192.168.1.10:/data /export/data nfs rsize=8192,wsize=8192,timeo=14
And like lopez suggested, make sure you do have all the correct daemons running and maybe using the tcpwrappers.