Re: ipfirewall tricks

2006-05-05 Thread Atom Powers
Unlike pf, pflog does not have a loadable module. You have to build it into the kernel. On 5/5/06, Bryan Curl <[EMAIL PROTECTED]> wrote: On second look PF has some definite improvements over IPFilter. My rule set file is half as long for one thing. I like the macros and tables. I'm still readin

Re: ipfirewall tricks

2006-05-05 Thread Bryan Curl
On second look PF has some definite improvements over IPFilter. My rule set file is half as long for one thing. I like the macros and tables. I'm still reading throught he documentation, but, I have not figured out why the log doesnt seem to be working yet. I have all the required entries in rc.c

RE: ipfirewall tricks

2006-05-03 Thread Murray Taylor
> From: Shawn Guillemette [mailto:[EMAIL PROTECTED] > Sent: Thursday, 4 May 2006 1:49 AM > To: Murray Taylor > Subject: RE: ipfirewall tricks > > I am researching away to do this as well. > > I went to the ipa port location and did the make > install and cleaned up the

Re: ipfirewall tricks

2006-05-03 Thread Giorgos Keramidas
On 2006-05-02 20:41, Atom Powers <[EMAIL PROTECTED]> wrote: >On 5/2/06, Bryan Curl <[EMAIL PROTECTED]> wrote: >>I want to limit time my kids spend on the internet. >>The way I am doing it is to make varying, seperate ipf.rules files and >>install them from cron at the appropriate time. >>Problem is

Re: ipfirewall tricks

2006-05-02 Thread Atom Powers
On 5/2/06, Bryan Curl <[EMAIL PROTECTED]> wrote: I want to limit time my kids spend on the internet. The way I am doing it is to make varying, seperate ipf.rules files and install them from cron at the appropriate time. Problem is, if I make a change to one file, I generally have to update all th

Re: ipfirewall tricks

2006-05-02 Thread Bryan Curl
Sorry, I belive I meant ipfilter. On 5/2/06, Parv <[EMAIL PROTECTED]> wrote: in message <[EMAIL PROTECTED]>, wrote Bryan Curl thusly... > ... > seperate ipf.rules files and And "ipfirewall" was listed in the subject. Please mind that ipfirewall refers to ipfw(8); ipfilter, ipf(8)

Re: ipfirewall tricks

2006-05-02 Thread Parv
in message <[EMAIL PROTECTED]>, wrote Bryan Curl thusly... > ... > seperate ipf.rules files and And "ipfirewall" was listed in the subject. Please mind that ipfirewall refers to ipfw(8); ipfilter, ipf(8) ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^

RE: ipfirewall tricks

2006-05-02 Thread Murray Taylor
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Bryan Curl > Sent: Wednesday, 3 May 2006 9:35 AM > To: freebsd-questions > Subject: ipfirewall tricks > > I want to limit time my kids spend on the internet. > The way I am

Re: ipfirewall tricks

2006-05-02 Thread Giorgos Keramidas
On 2006-05-02 17:35, Bryan Curl <[EMAIL PROTECTED]> wrote: > I want to limit time my kids spend on the internet. The way I am > doing it is to make varying, seperate ipf.rules files and install them > from cron at the appropriate time. Sounds like a good plan. > Problem is, if I make a change to

ipfirewall tricks

2006-05-02 Thread Bryan Curl
I want to limit time my kids spend on the internet. The way I am doing it is to make varying, seperate ipf.rules files and install them from cron at the appropriate time. Problem is, if I make a change to one file, I generally have to update all the others accordingly. Is there a better way? I ha