User Tools

Site Tools


quickreference:nfs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
quickreference:nfs [2025/03/08 23:59] rodolicoquickreference:nfs [2025/03/09 00:01] (current) rodolico
Line 67: Line 67:
 nfs_server_enable="YES" nfs_server_enable="YES"
  
-comment out the enable nfsv4 server+uncomment to enable nfsv4 server
 # nfsv4_server_enable="YES" # nfsv4_server_enable="YES"
  
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="-r -h 10.244.118.19 -p 59758"+mountd_flags="-r -h 10.10.10.10 -p 59000"
  
 # 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="-d -p 59757"+rpc_statd_flags="-d -p 59001"
  
 # 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="-d 10 -p 59759"+rpc_lockd_flags="-d 10 -p 59002"
 </code> </code>
quickreference/nfs.1741499947.txt.gz · Last modified: 2025/03/08 23:59 by rodolico