NFS share per-host permissions

alecz

Dabbler
Joined
Apr 2, 2021
Messages
18
Hello,

I want to share a dataset via NFS and set a few IP addresses with read-write permission and a subnet with read-only permissions.

On linux the /etc/exports would look like this:

Code:
/storage/data    192.168.0.100(rw,root_squash,sync,no_subtree_check) 192.168.0.0/24(ro,root_squash,sync,no_subtree_check
)

How can I achieve this with TrueNas Core 2021?
 
Top