From owner-freebsd-stable@FreeBSD.ORG Fri Feb 26 19:31:05 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80111106566C for ; Fri, 26 Feb 2010 19:31:05 +0000 (UTC) (envelope-from bob@immure.com) Received: from maul.immure.com (adsl-66-136-206-1.dsl.austtx.swbell.net [66.136.206.1]) by mx1.freebsd.org (Postfix) with ESMTP id 3E2F08FC15 for ; Fri, 26 Feb 2010 19:31:04 +0000 (UTC) Received: from rancor.immure.com (rancor.immure.com [10.1.132.9]) by maul.immure.com (8.14.4/8.14.4) with ESMTP id o1QJHu8M002743 for ; Fri, 26 Feb 2010 13:17:56 -0600 (CST) (envelope-from bob@immure.com) Received: from rancor.immure.com (localhost [127.0.0.1]) by rancor.immure.com (8.14.3/8.14.3) with ESMTP id o1QJHtUT042813 for ; Fri, 26 Feb 2010 13:17:55 -0600 (CST) (envelope-from bob@rancor.immure.com) Received: (from bob@localhost) by rancor.immure.com (8.14.3/8.14.3/Submit) id o1QJHtpC042812 for freebsd-stable@freebsd.org; Fri, 26 Feb 2010 13:17:55 -0600 (CST) (envelope-from bob) Date: Fri, 26 Feb 2010 13:17:55 -0600 From: Bob Willcox To: stable list Message-ID: <20100226191755.GA42384@rancor.immure.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-immure-MailScanner-Information: Please contact the ISP for more information X-immure-MailScanner-ID: o1QJHu8M002743 X-immure-MailScanner: Found to be clean X-immure-MailScanner-From: bob@immure.com X-Spam-Status: No Subject: ipfw & natd with recent MFC of firewall_coscripts functionality X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bob Willcox List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2010 19:31:05 -0000 I just updated my gateway machine to 7.3-PRERELEASE and immediately noticed that natd no longer started (hard to miss, no outside network access). It looks like the MFC of the firewall_coscripts function may be the cause (cvs rev 1.15.2.3 to /usr/src/etc/rc.d/ipfw). These changes add the two lines (along with other stuff): ... ${_coscript} quietstart ... ${_coscript} quietstop ... I believe the problem is that neither "quietstart" or "quietstop" are recognized as valid arguments in by /etc/rc.d/natd so natd isn't started. Further, my hunch is that by removing the "quiet" prefix it will work (I'm reluctant to try this at the moment as I am remote). Bob -- Bob Willcox The shifts of Fortune test the reliability of friends. bob@immure.com -- Marcus Tullius Cicero Austin, TX