Hey all,
I've been trying to get NFS server configured exactly the same as I had on my previous Debian setup and have read through the FreeBSD guide (http://www.freebsd.org/doc/en_US.ISO885 ... k-nfs.html) with no avail. Here was my previous setup on NFS:
Here is my FreeBSD setup
Am I missing something to replicate it 100%?
Thanks
goat
I've been trying to get NFS server configured exactly the same as I had on my previous Debian setup and have read through the FreeBSD guide (http://www.freebsd.org/doc/en_US.ISO885 ... k-nfs.html) with no avail. Here was my previous setup on NFS:
Code:
/nfs 192.168.128.0/24(rw,sync,no_root_squash,no_all_squash,no_subtree_check)
Code:
/nfs -alldirs -maproot=root -network 192.168.128.0/24
Thanks
goat