Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 2019 15:15:48 +0300
From:      Slawa Olhovchenkov <slw@zxy.spb.ru>
To:        Alexander Lunev <lan@zato.ru>
Cc:        freebsd-net@freebsd.org
Subject:   Re: NFSv4 without Kerberos
Message-ID:  <20190816121547.GP47119@zxy.spb.ru>
In-Reply-To: <19b8ad6d-ad07-e50e-75d1-ae554c87c384@zato.ru>
References:  <522283ee-dc4b-6439-fb05-7254511a214b@zato.ru> <20190816104222.GN47119@zxy.spb.ru> <c952fd4a-551a-01a0-2346-a4059a4bf73b@zato.ru> <20190816120157.GO47119@zxy.spb.ru> <19b8ad6d-ad07-e50e-75d1-ae554c87c384@zato.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Aug 16, 2019 at 03:09:22PM +0300, Alexander Lunev via freebsd-net wrote:

> > And add to exports:
> > 
> > /mnt/v4share -sec=sys -network 10.101.0 -mask 255.255.255.0
> 
> It gives mountd error:
> 
> bad exports list line '/mnt/v4share -sec'
> 
> If I remove -sec=sys, then mountd errors in /var/log/messages:
> 
> can't change attributes for /mnt/v4share: netcred already exists for 
> given addr/mask
> bad exports list line '/mnt/v4share -network 10.101.0 -mask 255.255.255.0'

hm. I am have next exports:

/NFS -maproot=root -sec=krb5i
V4: /NFS -sec=krb5i

and this work ok for nfsv4 mount (mount -t nfsv4 host:/)

May be order is  important?



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