mim

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by mim

  1. With your setup how do you restrict who can access? the uid? if so how do you enter that?(in the client)
  2. I just solved it, there was an extra space at the end of my rule...["192.168.1.121(sec=sys,rw) 192.168.1.150(sec=sys,rw) 192.168.1.100(sec=sys,rw) 192.168.1.99(sec=sys,rw) "] would cause the next set up shares to disappear
  3. The idea behind the private share is that it is set to private and only accessible by accredited IP's which you list in your config. As far as I know NFS doesn't support users. root@MIMNAS:~# exportfs -v /mnt/user/MIMPVE-4TB 192.168.1.150(rw,async,wdelay,hide,no_subtree_check,fsid=102,sec=sys,secure,root_squash,no_all_squash) /mnt/user/MIMPVE-4TB 192.168.1.99(rw,async,wdelay,hide,no_subtree_check,fsid=102,sec=sys,secure,root_squash,no_all_squash) /mnt/user/MIMPVE-4TB 192.168.1.24(rw,async,wdelay,hide,no_subtree_check,fsid=102,sec=sys,secure,root_squash,no_all_squash) /mnt/user/MIMPVE-4TB 192.168.1.100(rw,async,wdelay,hide,no_subtree_check,fsid=102,sec=sys,secure,root_squash,no_all_squash) Thats what the output looks like when you set it to private, my rule was: 192.168.1.121(sec=sys,rw) 192.168.1.150(sec=sys,rw) 192.168.1.100(sec=sys,rw) 192.168.1.99(sec=sys,rw)
  4. Not sure if you just copy pasted the wrong thing for the second paste, but all of those shares are set to public in both examples. I think you may have forgotten to apply your changes.
  5. Im using SMB as a substitute for now but it feels very wrong...
  6. If I set a single NFS share to Private and run exportfs -v, my share shows up correctly with my perms as desired If I set up a second NFS share as Public or Secure and run exports -v both show up as expected If I change my second NFS Share to Private, with or without my desired perms entered exportfs -v is blank?? Im trying to figure out whats causing this issue, I'm thinking it may be due to the fact I'm testing a server with a trial key but I really don't think that's the case.
  7. Has anyone figured out how to allow more than on client to connect to a NFS Private share? I was googling around a while a go and couldn't find any solutions.