I have a server (Debian 9.6) which mounts an NFSv3 share for backup purposes.
Does it need any specific firewall settings ?
I have found that rcpbind
is listening on port 111 and 903 and is installed as a dependecy of nfs-common
. However, if I block all ports with ufw
and/or kill rpcbind
, I can still mount the NFS share.
I don't understand why nfs-common
depends on rpcbind
if it works without it. Am I missing anything ? Maybe rpcbind
is needed for file locking or nfs stats.