From owner-freebsd-questions@FreeBSD.ORG Sat Apr 26 09:15:39 2003 Return-Path: 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 A35A837B401 for ; Sat, 26 Apr 2003 09:15:39 -0700 (PDT) Received: from mx1.lphp.org (APastourelles-107-1-7-10.abo.wanadoo.fr [217.128.208.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75CBB43FBF for ; Sat, 26 Apr 2003 09:15:38 -0700 (PDT) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.8p1/8.12.8) with ESMTP id h3QGFVKd032134; Sat, 26 Apr 2003 18:15:31 +0200 (CEST) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: "Markie" , Date: Sat, 26 Apr 2003 18:15:31 +0200 User-Agent: KMail/1.5.1 References: <200304261621.44416.ajacoutot@lphp.org> <200304261748.35556.ajacoutot@lphp.org> <002c01c30c0c$c16d4310$f300a8c0@mrblossom> In-Reply-To: <002c01c30c0c$c16d4310$f300a8c0@mrblossom> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304261815.31903.ajacoutot@lphp.org> Subject: Re: ipfw dynamic rule timeout X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 16:15:39 -0000 On Saturday 26 April 2003 17:58, Markie wrote: > You probably need IPFW2 for this =OP > Step 1) > Either add IPFW2=true to /etc/make.conf and then do a make buildworld > procedure or just recompile /usr/src/sbin/ipfw and /usr/src/lib/libalias > with IPFW2 defined like this... > # cd /usr/src/sbin/ipfw > # make clean > # make -DIPFW2 > # make install > # cd /usr/src/libexec/libalias > # make clean > # make -DIPFW2 > # make install > Step 2) > Recompile your kernel with 'options IPFW2' and reboot. Thanks thanks thanks... I though I had IPFW2 since I was using 4.8. I just saw the note in man ipfw about it. Thanks a lot, really. Antoine