Hi folks,<div>I&#39;m using Fedora 13 as a nfs-server and a mini version of Fedora in a virtual machine as nfs-client, but I&#39;ve got some permission problems. I&#39;ve edited the files /etc/exports, /etc/hosts.allow and /etc/hosts.deny and I keep getting errors related to permission (like &quot;mount.nfs: access denied by server while mounting 192.168.122.1:/home/max/Documents/Src/libs&quot;). It is unclear to me why those errors are happening, &#39;cause I disable the firewall (iptables, etc.) every time before running the nfs service and the target directory permission is 0777, the selinux is disabled as well.</div>
<div><br></div><div>The configuration files are below. The server&#39;s ip is 192.168.122.1 and the client&#39;s one is 192.168.122.140.</div><div>The command that is used to mount on client is &quot;mount -t nfs -o nfsvers=4 192.168.122.1:/home/max/Documents/Src/libs /root/libs/&quot;.</div>
<meta http-equiv="content-type" content="text/html; charset=utf-8"><div><br></div><div>exports file:</div><div>/home/krosh/Documents/Src/libs <a href="http://192.168.122.0/24(ro,sync,no_subtree_check,no_root_squash)">192.168.122.0/24(ro,sync,no_subtree_check,no_root_squash)</a></div>
<div><br></div><div>hosts.allow</div><div><div>lockd: 192.168.122.140</div><div>portmap: 192.168.122.140</div><div>rquotad: 192.168.122.140</div><div>mountd: 192.168.122.140</div><div>statd: 192.168.122.140</div></div><div>
<br></div><div>hosts.deny:</div><div>portmap: ALL</div><div><br></div><div><br></div><div>Is there another file that I should alter?</div><div><br></div><div>Thanks,</div><div>Ivan</div>