Re: ipfilter on 5.0

2003-02-20 Thread Todd Zimmermann
ipfilter is running here along with ipnat and the related stuff.

Did you do a fresh install or upgrade from 4.x?

I did the latter and it took a bit of doing...  assuming you've updated 
/boot, run mergemaster at the appropiate places,  moved /usr/include if 
left over from 4.x, and have a running GENERIC kernel.

If installworld fails anywhere, do a make all install in the offending 
directory, go back up to /usr/src and run installworld.

Once that is done clean everything out, do the whole buildworld, 
buildkernel, installkernel, installworld dance  again.

If you get it all in one run with no errors, then work on tweaking your 
kernel.

Kind of convoluted but it worked for me, hope it helps.



smime.p7s
Description: S/MIME Cryptographic Signature


Re: ipfilter on 5.0

2003-02-20 Thread Shane Hickey
Wayne,
I am currently using ipfilter on 5.0-release.  I rebuilt my kernel to
support it.  I confused myself because I couldn't find a LINT file in
/sys/i386/conf.  But it looks like you now build the LINT file by using
the Makefile in this directory.  The options that you want in your
kernel are 

options IPFILTER
options IPFILTER_LOG
options IPFILTER_DEFAULT_BLOCK

At least, you for sure want the first one.  I don't know much about
FreeBSD kernel modules, so if this wasn't what you were trying to do, I
apologize.

Shane

On Thu, 2003-02-20 at 07:38, Wayne Pascoe wrote:
> Hi all,
> 
> Does anyone have ipfilter working on 5.0 ? ipf binary appears to be
> here, but I can't find hide nor hair of the module.
> 
> I've tried recompiling the code in /usr/src/contrib/ipfilter, but doing
> both make bsd and make freebsd4 fails.
> 
> Is this working yet or do I need to look into ipfw? 
> 
> Thanks,



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message