Date: Sat, 26 Apr 2003 18:15:31 +0200 From: Antoine Jacoutot <ajacoutot@lphp.org> To: "Markie" <markie@notwentytwo.freeserve.co.uk>, <freebsd-questions@freebsd.org> Subject: Re: ipfw dynamic rule timeout Message-ID: <200304261815.31903.ajacoutot@lphp.org> In-Reply-To: <002c01c30c0c$c16d4310$f300a8c0@mrblossom> References: <200304261621.44416.ajacoutot@lphp.org> <200304261748.35556.ajacoutot@lphp.org> <002c01c30c0c$c16d4310$f300a8c0@mrblossom>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304261815.31903.ajacoutot>