-
Bug
-
Resolution: Done
-
Major
-
None
-
8.x, 9.x
-
None
-
None
-
False
-
-
None
-
CCS 2024-16, CCS 2024-17
-
None
-
Unspecified
-
Unspecified
-
Unspecified
Section number and name:
2.7. Configuring an NFSv4-only server
Describe the issue:
By default, rpc.mountd listens on 20048/tcp and 20048/udp (determinted by looking up mountd in /etc/services.
But NFSv4 does not use the MOUNT protcol, so these listeners are superfluous.
The docs should describe how to disable the listeners.
Suggestions for improvement:
After step 3, insert:
Configure rpc.mountd to not listen for NFSv3 MOUNT requests. Create /etc/systemd/system/nfs-mountd.service.d/v4only.conf:
[Service] ExecStart= ExecStart=/usr/sbin/rpc.mountd --no-tcp --no-udp... then run systemctl daemon-reload && systemctl restart nfs-mountd.
- relates to
-
RHELDOCS-18677 Please mention NFS SELinux booleans in "deploying an NFS server"
- New
- mentioned on