From owner-freebsd-questions@FreeBSD.ORG Thu Aug 18 23:12:21 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 C591A16A41F for ; Thu, 18 Aug 2005 23:12:21 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from forrie.com (forrie.hsd1.ma.comcast.net [24.147.45.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4983543D46 for ; Thu, 18 Aug 2005 23:12:20 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from [192.168.1.99] (i-99.forrie.net. [192.168.1.99]) (authenticated bits=0) by forrie.com with ESMTP id j7INCJHh020824 for ; Thu, 18 Aug 2005 19:12:19 -0400 (EDT) (envelope-from forrie@forrie.com) Message-ID: <430515D3.1050302@forrie.com> Date: Thu, 18 Aug 2005 19:12:19 -0400 From: Forrest Aldrich User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050814) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-RAVMilter-Version: 8.3.0(snapshot 20010925) (forrie.hsd1.ma.comcast.net) Subject: Getting ipfw2 on FreeBSD-4.11-STABLE... 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: Thu, 18 Aug 2005 23:12:21 -0000 I have FreeBSD-4.11-STABLE on one of my systems. I did a buildworld/installworld today - but I still have ipfw and not ipfw2 - even though the manpage says otherwise. It's been a while since I updated this system - I looked through the docs and no mention of this in UPDATING etc. I see in the /usr/src/sbin/ipfw directory a define of -DIPFW2. So before I hack further, I wonder if I messed something up or if there's a switch I must implement to get ipfw2 running on here. Thanks.