Hello there. I'm having some problems setting up NFS. Both machines are running FreeBSD 9.1-RELEASE. The client's IP address is 176.16.0.40 and the server is 176.16.0.12, and I'm trying to export the directory /home/server/FILE_SHARE to all computers on my local network. Here's what I've done so far.
Added
to the server's rc.conf
Added
to the client's rc.conf
And added
to the server's /etc/exports file
Trying to mount it produces this
Added
Code:
rpcbind_enable="YES"
nfs_server_enable="YES"
mountd_flags="-r"
Added
Code:
nfs_client_enable="YES"
And added
Code:
/home/server/FILE_SHARE -network 176.16 -mask 255.255.0.0
Trying to mount it produces this
Code:
root@REVEN:/root # mount 176.16.0.12:/home/server/FILE_SHARE /mnt
[tcp] 176.16.0.12:/home/server/FILE_SHARE: Permission denied