From owner-freebsd-stable@FreeBSD.ORG Mon Feb 2 17:10:00 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D69A16A4CE for ; Mon, 2 Feb 2004 17:10:00 -0800 (PST) Received: from out008.verizon.net (out008pub.verizon.net [206.46.170.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6894443D31 for ; Mon, 2 Feb 2004 17:09:59 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com ([68.160.236.34]) by out008.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040203010958.YBB10003.out008.verizon.net@mac.com>; Mon, 2 Feb 2004 19:09:58 -0600 Message-ID: <401EF4D5.7090806@mac.com> Date: Mon, 02 Feb 2004 20:09:41 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dennis Antunes References: <002f01c3e9ea$7fc1c410$9500a8c0@Progress2> In-Reply-To: <002f01c3e9ea$7fc1c410$9500a8c0@Progress2> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out008.verizon.net from [68.160.236.34] at Mon, 2 Feb 2004 19:09:58 -0600 cc: freebsd-stable@freebsd.org Subject: Re: ipfw questions X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2004 01:10:00 -0000 Dennis Antunes wrote: > When specifying: firewall_type="/etc/firewall.local" in rc.conf, loading > of my config file fails with: ipfw: bad arguments, for usage summary > ``ipfw'' > Receive same error at command line when entering: ipfw > /etc/firewall.local Try: ipfw -p /bin/cat /etc/firewall.local > Also, how do definitively know if you are running ipfw2? dmesg will probably tell you, or see whether: sysctl net.inet.ip.fw.autoinc_step ...is present (if so, this implies IPFW2). -- -Chuck