I have two machines on a local network (Ubuntu 11.04). I created an NFS server on machine A. The other machine B receives its IP through DHCP.

I want to know if IP is the only way to allow or deny hosts from accessing the NFS share. Is there some way I can restrict access to the NFS share based on a password?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Without involving an authentication method like Kerberos, NFS on its own has very little in the way of access control - pretty much just restriction by IP address as you noted.

More info here if you want to look at the Kerberos option:

https://help.ubuntu.com/community/NFSv4Howto

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.