Skip to content

Instantly share code, notes, and snippets.

@jameshilliard
Last active December 28, 2015 14:09
Show Gist options
  • Save jameshilliard/7512773 to your computer and use it in GitHub Desktop.
Save jameshilliard/7512773 to your computer and use it in GitHub Desktop.
#/etc/exports
/home *(rw,insecure,sync,all_squash,no_subtree_check,anonuid=1000,anongid=1000)
#/etc/default/nfs-common
NEED_STATD=
STATDOPTS="--port 32765 --outgoing-port 32766"
NEED_GSSD=
#/etc/default/nfs-kernel-server
RPCNFSDCOUNT=8
RPCNFSDPRIORITY=0
RPCMOUNTDOPTS="--manage-gids --no-nfs-version 4 -p 4045 "
NEED_SVCGSSD=
RPCSVCGSSDOPTS=
RPCNFSDOPTS=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment