ipfw dynamic rule timeout

Antoine Jacoutot ajacoutot at lphp.org
Sat Apr 26 09:15:39 PDT 2003


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


More information about the freebsd-questions mailing list