From owner-freebsd-questions@FreeBSD.ORG Sat Jan 31 14:39:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00AFB16A4CE for ; Sat, 31 Jan 2004 14:39:49 -0800 (PST) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CE8E43D2F for ; Sat, 31 Jan 2004 14:39:48 -0800 (PST) (envelope-from mbw@u.washington.edu) Received: from u.washington.edu (c-24-18-253-152.client.comcast.net[24.18.253.152]) by comcast.net (sccrmhc13) with ESMTP id <20040131223947016004gpbae>; Sat, 31 Jan 2004 22:39:47 +0000 Message-ID: <401C2EB1.5070609@u.washington.edu> Date: Sat, 31 Jan 2004 14:39:45 -0800 From: Matt Weatherford Organization: CSDE User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: NFS exports and netgroups X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jan 2004 22:39:49 -0000 Hi, I cant seem to find a good example of an NFS exports file for freebsd that uses a netgroup to restrict mount access to a group of machines. Can anyone shoot me a netgroup example file I could look at? Ideally, the example would allow rw access to both a netgroup and an IP range like: /export/project1 cluster1 192.168.220.0/24 so machines in cluster1 netgroup and any machine on the 192.168.220.* network would be allowed to NFS mount. Thanks in advance, Matt