From owner-freebsd-questions@FreeBSD.ORG Mon Feb 19 13:35:16 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1920216A402 for ; Mon, 19 Feb 2007 13:35:16 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [83.120.8.8]) by mx1.freebsd.org (Postfix) with ESMTP id 94F9413C4A7 for ; Mon, 19 Feb 2007 13:35:15 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (sbapqb@localhost [127.0.0.1]) by lurza.secnetix.de (8.13.4/8.13.4) with ESMTP id l1JDXGUt055359; Mon, 19 Feb 2007 14:33:21 +0100 (CET) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.13.4/8.13.1/Submit) id l1JDXBtv055358; Mon, 19 Feb 2007 14:33:11 +0100 (CET) (envelope-from olli) Date: Mon, 19 Feb 2007 14:33:11 +0100 (CET) Message-Id: <200702191333.l1JDXBtv055358@lurza.secnetix.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG, bkoenig@alpha-tierchen.de In-Reply-To: <54713.192.168.1.5.1171706899.squirrel@www.alpha-tierchen.de> X-Newsgroups: list.freebsd-questions User-Agent: tin/1.8.2-20060425 ("Shillay") (UNIX) (FreeBSD/4.11-STABLE (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Mon, 19 Feb 2007 14:33:21 +0100 (CET) Cc: Subject: Re: nfs, mountd, /etc/exports: grant access to several networks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@FreeBSD.ORG, bkoenig@alpha-tierchen.de List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Feb 2007 13:35:16 -0000 bkoenig@alpha-tierchen.de wrote: > is it possible to allow hosts of different networks to mount an NFS export? Sure. > I tried already the following statements in /etc/exports without success: > > -network > -network -network Just list them on separate lines, e.g. /foo/bar -network -mask /foo/bar -network -mask Also see the examples in the exports(5) manual page. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart Any opinions expressed in this message are personal to the author and may not necessarily reflect the opinions of secnetix GmbH & Co KG in any way. FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "... there are two ways of constructing a software design: One way is to make it so simple that there are _obviously_ no deficiencies and the other way is to make it so complicated that there are no _obvious_ deficiencies." -- C.A.R. Hoare, ACM Turing Award Lecture, 1980