The following NFS exports file does not work on FreeBSD 9.0. How should I be specifying that I wish to share with the whole subnet?
mybox# cat /etc/exports
/storage/build 10.10.0.0/24(rw,no_root_squash)
Error from syslog:
mountd[1133]: bad exports list line /storage/build
10.10.0.0/24(rw,no_root_squash)
/etc/rc.conf
rpcbind_enable="YES"
nfs_server_enable="YES"
mountd_flags="-r"
