Re: "ipfw count" equivalent for pf

2004-12-20 Thread Louis LeBlanc
Ah. Good to know. I think you need ALTQ support built into the kernel to get it though. Lou On 12/19/04 04:38 PM, patrick sat at the `puter and typed: > I didn't receive any advice relevant to solving my problem, but I did > manage to figure it out in the end. I thought I'd share my solution in

Re: "ipfw count" equivalent for pf

2004-12-19 Thread patrick
I didn't receive any advice relevant to solving my problem, but I did manage to figure it out in the end. I thought I'd share my solution in case anyone else wants to do the same thing: My /etc/pf.conf has the following lines: ext_if="rl0" external_addr="x.x.x.x" pass in on $ext_if from any to $

Re: "ipfw count" equivalent for pf

2004-12-18 Thread patrick
So, are there any pf users who can help me write two simple rules to pass through traffic in and out on an interface such that I'll be able to gather statistics? I've read through all the man pages and help on OpenBSD's pf pages, but I am not clear on how to achieve what I want. Patrick On Thu,

Re: "ipfw count" equivalent for pf

2004-12-17 Thread Louis LeBlanc
On 12/17/04 01:26 PM, Paul Schmehl sat at the `puter and typed: > --On Friday, December 17, 2004 01:29:09 PM -0500 Louis LeBlanc > <[EMAIL PROTECTED]> wrote: > > > > Control > > After boot, PF operation can be managed using the pfctl(8) program. Some > > example commands are: > > > > # pfctl

Re: "ipfw count" equivalent for pf

2004-12-17 Thread Paul Schmehl
--On Friday, December 17, 2004 01:29:09 PM -0500 Louis LeBlanc <[EMAIL PROTECTED]> wrote: Control After boot, PF operation can be managed using the pfctl(8) program. Some example commands are: # pfctl -f /etc/pf.conf loads the pf.conf file # pfctl -nf /etc/pf.confparse the file,

Re: "ipfw count" equivalent for pf

2004-12-17 Thread Louis LeBlanc
On 12/16/04 11:57 AM, patrick sat at the `puter and typed: > Hi there, > > Now that FreeBSD 5.x has pf from OpenBSD, I'm wondering if some of the > pf experts can help me with porting a simple ipfw configuration from > FreeBSD 4.x to pf in FreeBSD 5.x. > > On our 4.x servers, we have several rule

"ipfw count" equivalent for pf

2004-12-16 Thread patrick
Hi there, Now that FreeBSD 5.x has pf from OpenBSD, I'm wondering if some of the pf experts can help me with porting a simple ipfw configuration from FreeBSD 4.x to pf in FreeBSD 5.x. On our 4.x servers, we have several rules like: ipfw add count ip from any to x.x.x.x ipfw add count ip from x.x