79371294

Date: 2025-01-20 12:25:05
Score: 2.5
Natty:
Report link

NFS does not authenticate using credentials such as user and password. It restricts access based on client IP address*. Meaning you authenticate by your machine IP, not which user are you.

You have defined the IP restriction as * meaning "no restriction" (any IP).

See similar question Mount network share with nfs with username / password.

*You can also authenticate to nfsv4 using Kerberos - a very complicated setup is required.

Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): See similar question
  • Low reputation (0.5):
Posted by: Oren Kishon