Skip to content

Instantly share code, notes, and snippets.

@coingraham
Last active April 4, 2016 20:18
Show Gist options
  • Save coingraham/5fdcb49f6cf3c2921f2f to your computer and use it in GitHub Desktop.
Save coingraham/5fdcb49f6cf3c2921f2f to your computer and use it in GitHub Desktop.
Setup NFS
#uncomment in nfs config file
LOCKD_TCPPORT=32803
LOCKD_UDPPORT=32769
MOUNTD_PORT=892
#Setup Security Group Rules as follows
TCP 111 - [source]
UDP 111 - [source]
TCP 892 - [source]
UDP 892 - [source]
TCP 2049 - [source]
UDP 2049 - [source]
TCP 32803 - [source]
UDP 32769 - [source]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment