On Fri, May 01, 2009 at 01:53:15PM -0700, 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.
It has never been the case that you must be able to resolve client IP addresses to names on the NFS server. (Though it does try to resolve them; dangling DNS delegations used to cause rpc.mountd to hang.) Nico --