Re: Question about pf

2006-11-29 Thread Charles Lacroix
Great, i installed it and went to your "pseudo html type/shameless" and it's exacly what i wanted to do. I'm testing it out this week and next week if everything is working like expected i will push this into production. Thanks alot for quick answer. Charles On Wednesday 29 November 2006 07:4

Re: Question about pf

2006-11-29 Thread Peter N. M. Hansteen
"Jon Simola" <[EMAIL PROTECTED]> writes: > You need an external utility, http://expiretable.fnord.se/ is one I've > looked at, there are a couple other similar ones. expiretable is in ports too, as /usr/ports/security/expiretable http://home.nuug.no/~peter/pf/ or http://home.nuug.no/~peter/pf/e

Re: Question about pf

2006-11-28 Thread Jon Simola
On 11/28/06, Charles Lacroix <[EMAIL PROTECTED]> wrote: table {} persist block quick on $ext_if proto tcp from to $external_addr port 23 pass in on $ext_if proto tcp to $external_addr port 23 flags S/SA modulate \ state (max-src-conn-rate 5/60, overload flush global) 1. I wanted to do is

Question about pf

2006-11-28 Thread Charles Lacroix
hi, i read some of the pf.conf man page and i found something really neat for my servers. It's not 100% what i need but very close and i was hoping you pf gurus could help me out with this one. I have created the following rules and i have 2 small problems. table {} persist block quick