quickreference:nfs
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
quickreference:nfs [2025/03/08 23:58] – rodolico | quickreference:nfs [2025/03/09 00:01] (current) – rodolico | ||
---|---|---|---|
Line 58: | Line 58: | ||
===== Sample rc.conf ===== | ===== Sample rc.conf ===== | ||
- | <code autoconf> | + | <code autoconf |
### NFS | ### NFS | ||
Line 67: | Line 67: | ||
nfs_server_enable=" | nfs_server_enable=" | ||
- | # comment out the enable nfsv4 server | + | # uncomment to enable nfsv4 server |
# nfsv4_server_enable=" | # nfsv4_server_enable=" | ||
Line 78: | Line 78: | ||
# request. | # request. | ||
# -r allow a file to be mounted | # -r allow a file to be mounted | ||
- | # -p bind mountd to a particular port | + | # -p bind mountd to a particular port (helps with firewalls) |
- | mountd_flags=" | + | mountd_flags=" |
# enable lockd | # enable lockd | ||
Line 89: | Line 89: | ||
# parameters for statd (man 8 rpc.statd) | # parameters for statd (man 8 rpc.statd) | ||
# -d send debugging to syslog | # -d send debugging to syslog | ||
- | # -p use static port | + | # -p use static port (helps with firewalls) |
# -h IP - bind to IP address | # -h IP - bind to IP address | ||
- | rpc_statd_flags=" | + | rpc_statd_flags=" |
# parameters for lockd (man 8 rpc.lockd) | # parameters for lockd (man 8 rpc.lockd) | ||
# -d send debugging to syslog | # -d send debugging to syslog | ||
- | # -p use static port | + | # -p use static port (helps with firewalls) |
# -h IP - bind to IP address | # -h IP - bind to IP address | ||
- | rpc_lockd_flags=" | + | rpc_lockd_flags=" |
</ | </ |
quickreference/nfs.1741499922.txt.gz · Last modified: 2025/03/08 23:58 by rodolico