### NFS # enable rpcbind server rpcbind_enable="YES" # enable nfs server (v3) nfs_server_enable="YES" # uncomment to enable nfsv4 server # nfsv4_server_enable="YES" # enable mountd (required) mountd_enable="YES" # set flags for mountd (man 8 mountd) # -h binds nfsd to a specific IP, so a machine with # multiple IP's will only respond if this one is used for the # request. # -r allow a file to be mounted # -p bind mountd to a particular port (helps with firewalls) mountd_flags="-r -h 10.10.10.10 -p 59000" # enable lockd # uncomment the following lines if server side file locks are # needed. Note you must replicate this on the clients rpc_lockd_enable="YES" rpc_statd_enable="YES" # parameters for statd (man 8 rpc.statd) # -d send debugging to syslog # -p use static port (helps with firewalls) # -h IP - bind to IP address rpc_statd_flags="-d -p 59001" # parameters for lockd (man 8 rpc.lockd) # -d send debugging to syslog # -p use static port (helps with firewalls) # -h IP - bind to IP address rpc_lockd_flags="-d 10 -p 59002"