From owner-freebsd-questions@FreeBSD.ORG Tue May 25 09:07:45 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 227D116A4CE for ; Tue, 25 May 2004 09:07:45 -0700 (PDT) Received: from makeworld.com (makeworld.com [198.92.228.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id A59A443D1F for ; Tue, 25 May 2004 09:07:44 -0700 (PDT) (envelope-from racerx@makeworld.com) Received: from racerx.makeworld.com (racerx@racerx.makeworld.com [198.92.228.34]) by makeworld.com (8.12.10/8.12.10) with ESMTP id i4PG7LBg087439 for ; Tue, 25 May 2004 11:07:21 -0500 (CDT) (envelope-from racerx@makeworld.com) From: Chris To: freebsd-questions@freebsd.org Date: Tue, 25 May 2004 11:07:21 -0500 User-Agent: KMail/1.6.2 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405251107.21324.racerx@makeworld.com> Subject: Re: cvsup kills /etc/ipf.rules !? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: racerx@makeworld.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2004 16:07:45 -0000 On Tuesday 25 May 2004 10:57 am, Yaraghchi, Stephan wrote: > Hi fellows, > > I was running cvsup on a FBSD 4.9-RELEASE #5 box > with the following supfile: > > *default host=cvsup6.FreeBSD.org > *default base=/usr > *default prefix=/usr > *default release=cvs tag=RELENG_4_9 > *default delete use-rel-suffix > *default compress > src-all > > when suddenly all ip connections broke down. > > Further investigation turned up that /etc/ipf.rules > somehow disappeared. > Since the default stance in the kernel file is set to > deny all the box reacted as expected, though. > > Any ideas? > > > Stephan. My guess - perhaps you missed running mergmaster? If I remember right, your rc.conf should define the file to use for ipf/w Perhaps rc.conf was overwritten? Is ipf.conf the default file name when running ipf? If so, perhaps changing it to something like myipf.conf will prevent any overwriting? - Best regards, Chris