Dru Devore wrote:
> How can I share a zfs pool with nfs without putting the clients in the hosts 
> file? 
> 
> I am sharing a pool for backup at home and am using dns if my router is reset 
> my ip addresses can change so I would have to modify the hosts file. I want 
> to simply allow anyone on the network be able to mount the nfs drive. 
> 
> How can I do this?

Hi Dru,

This should be all that is necessary:

   # zfs set sharenfs=on <filesystem>
   # svcadm enable nfs/server

Just do that once.  You might have to enable the other NFS services 
(svcs -a | grep nfs), but the above should allow clients to mount.

HTH,
- Neil


Reply via email to