Hi everyone!
I'm trying to build a shared environment between VMs, I currently have a Debian box running a NFSv4 server and FreeBSD 10.2 as client.
It seems that the FreeBSD NFS maps the local root user as nobody, even when the server allows mapping root correctly (no_root_squash) and mounting from a remote Ubuntu box results in root user correctly mapped.
Is the Debian box at fault, or should I change some configuration I missed in the BSD client?
My current rc.conf is:
I'm trying to build a shared environment between VMs, I currently have a Debian box running a NFSv4 server and FreeBSD 10.2 as client.
It seems that the FreeBSD NFS maps the local root user as nobody, even when the server allows mapping root correctly (no_root_squash) and mounting from a remote Ubuntu box results in root user correctly mapped.
Is the Debian box at fault, or should I change some configuration I missed in the BSD client?
My current rc.conf is:
Code:
hostname="www"
[...]
# NFS
nfs_client_enable="YES"
nfsuserd_enable="YES"
nfsuserd_flags="-domain local.lan"