Is there a way to map a different NFS UID based on IP like you can in Linux?
For example, I have a CentOS server with the following /etc/exports entries:
/storage/sharedstore 192.168.0.0/24(rw,sync,no_root_squash)
/storage/sharedstore 10.128.0.0/24(ro,sync)
One subnet is able to operate...