Hi, I'm doing performing an NFS mount via ZFS:
However, what if I want all machines on the 192.168.1.x network to be able to mount it as opposed to just .5?
I've tried the following:
zfs set sharenfs="-mapall=daniel 192.168.1.5" zroot/workHowever, what if I want all machines on the 192.168.1.x network to be able to mount it as opposed to just .5?
I've tried the following:
zfs set sharenfs="-mapall=daniel 192.168.1.1 -network=255.255.255.0" zroot/work
zfs set sharenfs="-mapall=daniel 192.168.1.3/255.255.255.0" zroot/work
Last edited by a moderator: