Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2014 14:45:14 +0100
From:      Julien Cigar <jcigar@ulb.ac.be>
To:        freebsd-questions@freebsd.org
Subject:   Re: stupid question about NFSV4
Message-ID:  <20140127134514.GJ2136@mordor.lan>
In-Reply-To: <20140127130059.GG2136@mordor.lan>
References:  <20140127130059.GG2136@mordor.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
OK it seems to work with:

vfs.nfsd.server_min_nfsvers=4
vfs.nfsd.server_max_nfsvers=4

and:

V4: /exports -sec=sys -network 192.168.0.0/24
/exports/home -maproot=root: -network=192.168.0.0/24

I hope it's the way to go.. :)

On Mon, Jan 27, 2014 at 02:00:59PM +0100, Julien Cigar wrote:
> Hello,
> 
> We're busy to upgrade some machines from 8.2-RELEASE to 10-RELEASE.
> I take this opportunity to migrate from NFSV3 to NFSV4.
> 
> Let's say I would like to allow NFSV4 _only_, in /etc/exports:
> - is a single V4: line enough ?
> - can I have multiple V4: lines ?
> - are lines that don't begin with V4: also taken into account for NFSV4?
> 
> For the moment I have the following: https://dpaste.de/gLeZ but it
> doesn't seems to work with that single V4: line ... (the mount works,
> but ls returns nothing)
> 
> So basically I would like to export /usr/home with a V4: /exports and
> /usr/home nullfs mounted under /exports/home
> 
> Any idea ? :) 
> 
> Thanks,
> Julien
> 
> -- 
> No trees were killed in the creation of this message.
> However, many electrons were terribly inconvenienced.
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"

-- 
No trees were killed in the creation of this message.
However, many electrons were terribly inconvenienced.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140127134514.GJ2136>