Guest User

Untitled

a guest
Feb 28th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. nano /etc/default/nfs-common
  2.  
  3.  
  4.  
  5.  
  6. # If you do not set values for the NEED_ options, they will be attempted
  7. # autodetected; this should be sufficient for most people. Valid alternatives
  8. # for the NEED_ options are "yes" and "no".
  9.  
  10. # Do you want to start the statd daemon? It is not needed for NFSv4.
  11. NEED_STATD=
  12.  
  13. # Options for rpc.statd.
  14. # Should rpc.statd listen on a specific port? This is especially useful
  15. # when you have a port-based firewall. To use a fixed port, set this
  16. # this variable to a statd argument like: "--port 4000 --outgoing-port 4001".
  17. # For more information, see rpc.statd(8) or http://wiki.debian.org/SecuringNFS
  18. STATDOPTS="--port 4000 --outgoing-port 4001"
  19.  
  20. # Do you want to start the idmapd daemon? It is only needed for NFSv4.
  21. NEED_IDMAPD=
  22.  
  23. # Do you want to start the gssd daemon? It is required for Kerberos mounts.
  24. NEED_GSSD=
Add Comment
Please, Sign In to add comment