From owner-freebsd-questions@FreeBSD.ORG Tue Aug 23 19:07:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 36A6316A41F for ; Tue, 23 Aug 2005 19:07:39 +0000 (GMT) (envelope-from thursday@sdf.lonestar.org) Received: from sdf.lonestar.org (mx.freeshell.ORG [192.94.73.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC5CD43D72 for ; Tue, 23 Aug 2005 19:07:34 +0000 (GMT) (envelope-from thursday@sdf.lonestar.org) Received: from sdf.lonestar.org (IDENT:thursday@norge.freeshell.org [192.94.73.3]) by sdf.lonestar.org (8.13.1/8.12.10) with ESMTP id j7NJ7RBr015641; Tue, 23 Aug 2005 19:07:27 GMT Received: (from thursday@localhost) by sdf.lonestar.org (8.13.1/8.12.8/Submit) id j7NJ7RIQ011391; Tue, 23 Aug 2005 19:07:27 GMT Date: Tue, 23 Aug 2005 19:07:27 +0000 From: thursday To: "Andrew P." Message-ID: <20050823190727.GA2077@SDF.LONESTAR.ORG> References: <20050823151605.GA29756@SDF.LONESTAR.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: ifpw weirdness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 19:07:39 -0000 Nope, IP's haven't changed, ethernet devices haven't changed, nothing. fsck reports no problems with / but it reports this when run against /usr: ** /dev/ad0s1f (NO WRITE) ** Last Mounted on /usr ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl groups SUMMARY INFORMATION BAD SALVAGE? no BLK(S) MISSING IN BIT MAPS SALVAGE? no 409548 files, 2838061 used, 23274264 free (76840 frags, 2899678 blocks, 0.3% fragmentation) On Tue, Aug 23, 2005 at 10:09:32PM +0400, Andrew P. wrote: > On 8/23/05, thursday wrote: > > Greetings, > > > > I have a machine running FreeBSD5.3-RELEASE. I built it in December or so. > > > > Girlfriend accidentally hit the power button on it a couple of months ago, and it rebooted, and everything came back fine. Last night, stupid me stepped on the power strip, and when it rebooted, it would no longer do nat, or even pass traffic on the internal interface at all. > > > > When I flush the firewall rules (/sbin/ipfw -f flush && && /sbin/ipfw add divert natd all from any to any via fxp0 && /sbin/ipfw add pass all from any to any) and allow everything, natd works perfectly happily. > > > > The firewall configuration has not changed since maybe January; I've made no changes to it since the last unplanned reboot, when it all came up fine. > > > > I'm kind of stumped, and slightly terrified, at what may be the cause. > > > > Below are bits from my rc.firewall, rc.conf, and natd.conf. I use the "simple" firewall included by default. I've removed my ip address to assuage my paranoia. Anyway, the contents of these files has not changed in months. > > > > Any thoughts would be deeply appreciated. > > > > Just a dumb guess, but could it be that your IP address changed? > > What do you think could have changed? What did fsck tell you? > Maybe there were some update routines in action? > > > Andrew P. > > P.S. Sorry for the gmail text formatting >