From owner-freebsd-questions@FreeBSD.ORG Fri Dec 24 18:53: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 8604716A4CE for ; Fri, 24 Dec 2004 18:53:49 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04DF143D1D for ; Fri, 24 Dec 2004 18:53:48 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a130.otenet.gr [212.205.215.130]) iBOIrgBM004972; Fri, 24 Dec 2004 20:53:44 +0200 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id iBOIrX9E045180; Fri, 24 Dec 2004 20:53:33 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id iBOIrUIe045179; Fri, 24 Dec 2004 20:53:30 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 24 Dec 2004 20:53:30 +0200 From: Giorgos Keramidas To: Grant Peel Message-ID: <20041224185330.GA26975@gothmog.gr> References: <001f01c4e9e5$fed8cc20$6401a8c0@GRANT> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001f01c4e9e5$fed8cc20$6401a8c0@GRANT> cc: freebsd-questions@freebsd.org Subject: Re: NFS fstab and ipfw 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: Fri, 24 Dec 2004 18:53:49 -0000 On 2004-12-24 13:25, Grant Peel wrote: > Hi all, > > I can't boot my machine with out using the noauto switch on my nfs mount, > presumeably, because ipfw has'nt set up a tule to allow lo0 access. > > I have read some things about nfs_mount and wonder if the -i -s switch can > be used in fstab on the nfs mount, or if there exists a switch that can be > used to allow it to try to mount the nfs in the background and allow the > sytem to continue booting. That doesn't sound right. The order of the rc.d scripts is set up to allow NFS mounts: : gothmog:/root# rcorder /etc/rc.d/* | egrep -e 'ipfw|mount' : /etc/rc.d/mountcritlocal : /etc/rc.d/ipfw : /etc/rc.d/mountcritremote : /etc/rc.d/mountd : gothmog:/root# Are you sure you are not blocking NFS mounts in your firewall ruleset? - Giorgos