Andrew Gallatin wrote: > > ENOCLUE. My Linux server's exports list looks like: > > /home > 172.31.193.0/255.255.255.0(rw,async,no_subtree_check,insecure,no_root_squash) > >
Frank's point is that by default, you will get this with sec=none. I *think* if you instead have: /home 172.31.193.0/255.255.255.0(sec=sys,rw,async,no_subtree_check,insecure,no_root_squash) then things should work.