Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2025 18:29:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 286260] NFS: sharing only for IPv6 subnet fails
Message-ID:  <bug-286260-7501-N57qfabY3R@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-286260-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-286260-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286260

Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |net@FreeBSD.org

--- Comment #2 from Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> ---
How to reproduce? 
1. Export the directory only for the IPv6 subnet, for example:
/usr/amd64obj14stablev6only -network 2a02:xxxx:xx00:100::/56 -mapall=root

2. Try to mount this directory from the client using IPv6. (It will respond:
mount_nfs: nmount: /usr/obj: Stale NFS file handle).

3. Add a new entry to the exports file and export the same directory over IPv4:
/usr/amd64obj14stablev6only -network x.y.z.0 -mask 255.255.255.0   -mapall=root

4. Repeat the 2nd step. Now you will succeed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-286260-7501-N57qfabY3R>