Re: TR : IPFilter

2003-02-09 Thread Terry Lambert
Coercitas Temet'Nosce wrote:
> I was just wondering something regarding IPFilter and new FreeBSD 5.0
> 
> First, I was looking for IPF related functions in new Kernel building,
> didn't found them anywhere.maybe I did something wrong but not likely.

Files:
/sys/netinet/ip_fil.c   /sys/netinet/fil.c
/sys/netinet/ip_nat.c   /sys/netinet/ip_frag.c
/sys/netinet/ip_state.c /sys/netinet/ip_auth.c
/sys/netinet/ip_proxy.c /sys/netinet/ip_log.c
/sys/netinet/mlfk_ipl.c

/sys/i386/conf/LINT:

options IPFILTER
options IPFILTER_LOG
options IPFILTER_DEFAULT_BLOCK

Maybe you did something wrong.  8-) 8-).

-- Terry

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



Re: TR : IPFilter

2003-02-09 Thread David Thiel
On Sun, Feb 09, 2003 at 07:42:42PM +0100, Coercitas Temet'Nosce wrote:
> Hello all,
> 
> I was just wondering something regarding IPFilter and new FreeBSD 5.0
> 
> First, I was looking for IPF related functions in new Kernel building,
> didn't found them anywhere.maybe I did something wrong but not likely.
> Is it
> now a non kernel related application ?

The kernel options have moved.  Options that aren't platform specific
are in /usr/src/sys/conf/NOTES, and the IPFILTER options are there.

> Btw, I was looking for some docs on the FreeBSD website and didn't
> found anything interesting, only firewall that FreeBSD seems to
> support nowadays is the old IPFW, which is quite obsolete now
> imo. Why are documentation pages not dealing with IPF at all ?
> is there any reason ?

There's no real need for them.  Just compile the kernel with the
appropriate options and there's plenty of docs on IPF that can
tell you the rest.


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



Re: TR : IPFilter

2003-02-09 Thread Don
> Btw, I was looking for some docs on the FreeBSD website and didn't found
> anything interesting, only firewall that FreeBSD seems to support
> nowadays
> is the old IPFW, which is quite obsolete now imo. Why are documentation
> pages not dealing with IPF at all ? is there any reason ?
Try ipfw2

-Don

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



TR : IPFilter

2003-02-09 Thread Coercitas Temet'Nosce
Hello all,

 

 

I was just wondering something regarding IPFilter and new FreeBSD 5.0

 

 

First, I was looking for IPF related functions in new Kernel building,
didn't found them anywhere.maybe I did something wrong but not likely.
Is it
now a non kernel related application ?

 

Btw, I was looking for some docs on the FreeBSD website and didn't found
anything interesting, only firewall that FreeBSD seems to support
nowadays
is the old IPFW, which is quite obsolete now imo. Why are documentation
pages not dealing with IPF at all ? is there any reason ?

 

 

Thanx.

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