I've tried setting an nfs server up on my Linode. For some reason I keep getting the following error from my pc.
Code:
mount_nfs: can't access /data: Permission denied
I've looked at the message log on my server and I see the following
Code:
mountd[5209]: refused mount request from ***** for /data (/data): illegal port 50282
My exports file looks like this
Code:
/home *(rw,sync)
/data *(rw,sync)
I've tried connecting from a Redhat VM and from my mac. When I was on my Redhat VM I was logged in as root, and on the mac I'm logged in as myself.
Where am I going wrong?