Re: IP Filter on FreeBSD 5.2.1

2004-09-08 Thread Wayne Pascoe
On Tue, Sep 07, 2004 at 05:50:59PM -0400, Paul Mather wrote: 20030925: Configuring a system to use IPFILTER now requires that PFIL_HOOKS also be explicitly configured. Previously this dependency was magically handled through some cruft in net/pfil.h; but that has been

Re: IP Filter on FreeBSD 5.2.1

2004-09-08 Thread Paul Mather
On Wed, 2004-09-08 at 02:12, Wayne Pascoe wrote: On Tue, Sep 07, 2004 at 05:50:59PM -0400, Paul Mather wrote: 20030925: Configuring a system to use IPFILTER now requires that PFIL_HOOKS also be explicitly configured. Previously this dependency was magically handled through

IP Filter on FreeBSD 5.2.1

2004-09-07 Thread Wayne Pascoe
Hi all, I'm trying to get ipfilter working with FreeBSD 5.2.1. I did a cvsup using the tag RELENG_5_2 night before last. Today I did make world (which succeeded) and then tried to build my kernel. Before doing the make kernel, I edited my kernel configuration file and added the following

Re: IP Filter on FreeBSD 5.2.1

2004-09-07 Thread Remko Lodder
Hi Wayne, Wayne Pascoe wrote: After a while, that dies with the error at the bottom of this message. Can anyone advise me what is going wrong and how I can fix this ? Thanks in advance, ERROR MESSAGE - LINES LONGER THAN 72 CHARS FOLLOW cc -c -O -pipe -march=pentiumpro -Wall

Re: IP Filter on FreeBSD 5.2.1

2004-09-07 Thread Wayne Pascoe
On Tue, Sep 07, 2004 at 08:07:34PM +0200, Remko Lodder wrote: I think you missed this option: options PFIL_HOOKS # pfil(9) framework in your kernel config file.. Try it and see it's magic ;) Thanks a bunch - that did the trick. I've checked the doc I used to do

Re: IP Filter on FreeBSD 5.2.1

2004-09-07 Thread David Syphers
On Tuesday 07 September 2004 02:12 pm, Wayne Pascoe wrote: On Tue, Sep 07, 2004 at 08:07:34PM +0200, Remko Lodder wrote: I think you missed this option: options PFIL_HOOKS # pfil(9) framework in your kernel config file.. Try it and see it's magic ;) Thanks a

Re: IP Filter on FreeBSD 5.2.1

2004-09-07 Thread Paul Mather
On Tue, 7 Sep 2004 22:12:23 +0100, Wayne Pascoe [EMAIL PROTECTED] wrote: On Tue, Sep 07, 2004 at 08:07:34PM +0200, Remko Lodder wrote: I think you missed this option: options PFIL_HOOKS # pfil(9) framework in your kernel config file.. Try it and see it's