From owner-freebsd-ipfw@FreeBSD.ORG Sun Mar 28 16:21:36 2004 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D896D16A4CE for ; Sun, 28 Mar 2004 16:21:36 -0800 (PST) Received: from pc5.i.0x5.de (n.0x5.de [213.146.113.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 915A443D41 for ; Sun, 28 Mar 2004 16:21:35 -0800 (PST) (envelope-from nicolas@dauerreden.de) Received: from pc5.i.0x5.de (nicolas@localhost [127.0.0.1]) by pc5.i.0x5.de (8.12.9p2/8.12.9) with ESMTP id i2T0LWPl070149; Mon, 29 Mar 2004 02:21:32 +0200 (CEST) (envelope-from nicolas@pc5.i.0x5.de) Received: (from nicolas@localhost) by pc5.i.0x5.de (8.12.9p2/8.12.9/Submit) id i2T0LW5I070148; Mon, 29 Mar 2004 02:21:32 +0200 (CEST) (envelope-from nicolas) Date: Mon, 29 Mar 2004 02:21:32 +0200 From: Nicolas Rachinsky To: Dan Message-ID: <20040329002132.GA63579@pc5.i.0x5.de> References: <000301c4151c$92278e70$0200a8c0@surf1.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000301c4151c$92278e70$0200a8c0@surf1.ws> X-Powered-by: FreeBSD X-Homepage: http://www.rachinsky.de X-PGP-Keyid: C11ABC0E X-PGP-Fingerprint: 19DB 8392 8FE0 814A 7362 EEBD A53B 526A C11A BC0E X-PGP-Key: http://www.rachinsky.de/nicolas/nicolas_rachinsky.asc User-Agent: Mutt/1.5.6i cc: freebsd-ipfw@freebsd.org Subject: Re: What am I doing wrong (IPFW Rulesets) X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Mar 2004 00:21:37 -0000 * Dan [2004-03-28 15:29 -0800]: > What am I doing wrong here? Do I need to recompile my kernel with rule > set support for IPFW or something? I cannot seem to get any set-related > functionality to work on my system. [...] > I am running FreeBSD 4.9-RELEASE #0: Thu Mar 25 17:51:16 PST 2004 > root@:/usr/src/sys/compile/CUSTOM >From the ipfw manpage: USING IPFW2 IN FreeBSD-STABLE ipfw2 is standard in FreeBSD CURRENT, whereas FreeBSD STABLE still uses ipfw1 unless the kernel is compiled with options IPFW2, and /sbin/ipfw and /usr/lib/libalias are recompiled with -DIPFW2 and reinstalled (the same effect can be achieved by adding IPFW2=TRUE to /etc/make.conf before a buildworld). HTH, Nicolas