From owner-freebsd-fs@freebsd.org Wed Jan 18 17:35:37 2017 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D349CB6530 for ; Wed, 18 Jan 2017 17:35:37 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: from h2.pinyon.org (h2.pinyon.org [65.101.20.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C74517CA for ; Wed, 18 Jan 2017 17:35:37 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: by h2.pinyon.org (Postfix, from userid 58) id F09811F732; Wed, 18 Jan 2017 10:35:35 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pinyon.org; s=DKIM; t=1484760935; bh=dFvtC60lc8IhCKVyZgn7+kLdaas28RdU+RvIsJYbXQI=; h=Subject:To:References:From:Date:In-Reply-To; b=SPpn1cqCS4AxZVLRNXfi8YzLaTeTnHdX2DcAA43N6NfulNPW42TDuzkhEYdzt9xBH KlhCwLxQBZk4NZnl09dRbD46Z9pVaAPVPiOpE2+18nqAJRUfxJZoxXnBl3PMneAUBL jwxsrw3zgXL/fKP2xUKanhfNiwkIEArokLa87Z/c= X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on h2.pinyon.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED shortcircuit=no autolearn=ham autolearn_force=no version=3.4.1 Received: from [10.0.10.15] (h1.pinyon.org [65.101.20.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by h2.pinyon.org (Postfix) with ESMTPSA id 309951F71D for ; Wed, 18 Jan 2017 10:35:35 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pinyon.org; s=DKIM; t=1484760935; bh=dFvtC60lc8IhCKVyZgn7+kLdaas28RdU+RvIsJYbXQI=; h=Subject:To:References:From:Date:In-Reply-To; b=SPpn1cqCS4AxZVLRNXfi8YzLaTeTnHdX2DcAA43N6NfulNPW42TDuzkhEYdzt9xBH KlhCwLxQBZk4NZnl09dRbD46Z9pVaAPVPiOpE2+18nqAJRUfxJZoxXnBl3PMneAUBL jwxsrw3zgXL/fKP2xUKanhfNiwkIEArokLa87Z/c= Subject: Re: NFS 4.1 exports To: freebsd-fs@freebsd.org References: From: "Russell L. Carter" Message-ID: <23392774-b72a-76c2-b637-6c592b504016@pinyon.org> Date: Wed, 18 Jan 2017 10:35:34 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2017 17:35:37 -0000 On 01/18/17 09:44, Michael Ware wrote: > Just to give more info: > rc.conf I have nfsv4_server_enable="yes" > > in /etc/exports > V4: / -sec=sys -network 172.20.8.0/24 > /export/vmimages -maproot=root -network 172.20.8.0/24 > This is what I use, no matter what subset of the filesystem is being exported: / -maproot=root V4: / -network 10.0.0.0/16 A surprisingly large amount of words exists in the lists about why it can't be much more complicated than this. Russell