Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 2019 15:01:58 +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:  <20190816120157.GO47119@zxy.spb.ru>
In-Reply-To: <c952fd4a-551a-01a0-2346-a4059a4bf73b@zato.ru>
References:  <522283ee-dc4b-6439-fb05-7254511a214b@zato.ru> <20190816104222.GN47119@zxy.spb.ru> <c952fd4a-551a-01a0-2346-a4059a4bf73b@zato.ru>

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

> >> root@netboot_v4: ~# mount_nfs -o nfsvers=4 10.101.0.1:/mnt/v4share /var/mnt
> >> [tcp] 10.101.0.1:/mnt/v4share: Permission denied
> > 
> > try `mount_nfs -o nfsvers=4 10.101.0.1:/ /var/mnt`
> 
> Tried, same result:
> 
> [tcp] 10.101.0.1:/: Permission denied
> 
> In server logs:
> Aug 15 01:02:21 virt mountd[625]: mount request denied from 10.101.0.20 
> for /

And add to exports:

/mnt/v4share -sec=sys -network 10.101.0 -mask 255.255.255.0



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