I currently have this in my server's /etc/exports
the relevant section of /etc/rc.conf is
But my client (fastcat) gets "access denied", and
On momcat (the server)
I've tried using an ip range and mask, and a subset of / in case 11.3 doesn't like exporting root (iirc, it worked fine under 10.2) but have had no joy. I'm lost.
Code:
/ -alldirs -maproot=root fastcat
the relevant section of /etc/rc.conf is
Code:
nfs_server_enable="YES"
nfs_client_enable="YES"
rpcbind_enable="YES"
mountd_enable="YES"
mountd_flags="-r"
But my client (fastcat) gets "access denied", and
showmount -e momcat
is blankOn momcat (the server)
showmount -e
is also blank, and /var/log/messages says it doesn't like the only line in /etc/exports, though it doesn't say why not.I've tried using an ip range and mask, and a subset of / in case 11.3 doesn't like exporting root (iirc, it worked fine under 10.2) but have had no joy. I'm lost.