NFS4
I used Fedora (F16) with SELinux. On the start I advice to disable the firewall on the box where the exports are shared. I made chcon to all my exported directories: chcon -t nfs_t /home chcon -t nfs_t /home/phos # -R means reccurence chcon -R -t nfs_t /home/phos/www And encountered the following problems: 1. Cannot […]