I've spent the last few hours trying to install FC3 via nfs. (I was trying to save time by not burning the discs, but that may have been faster...) When I try it, it gives me an error: "That directory could not be mounted from the server." I've double checked network settings on the installation. I know that it's at least seeing the server because if I give it a bogus IP, it takes a few seconds to give the error. I also know that the server is working because I use it on another box.
The installation is using 10.2.0.5/255.0.0.0
The nfs server has the following /etc/exports:
/mnt/NFS 10.2.0.0/16(rw,fsid=0,no_subtree_check,sync,no_root_squash)
/mnt/NFS/www 10.2.0.0/16(rw,nohide,no_subtree_check,sync,no_root_squash)
/mnt/NFS/store 10.2.0.0/16(rw,nohide,no_subtree_check,sync,no_root_squash)
A known working client has the following in /etc/fstab:
10.1.0.1:/ /mnt/nfs nfs4 rw,soft,intr,proto=tcp,port=2049,auto 0 0