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
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
I have this rules working:
altq on em0 hfsc bandwidth 100% queue net_em0
queue net_em0 bandwidth 30Mb hfsc(red realtime 30Mb upperlimit 30Mb)
{ voip_em0 net1_em0 inquima_em0 \
ibilink_em0 flextv_em0 }
queue voip_em0 bandwidth 64Kb priority 7 hfsc(red realtime 64Kb
upperlimit 64Kb)
queue fl
> Gilberto Villani Brito wrote:
>> Correct, you need use your second example.
>>
>> Gilberto
>>
>
> Thanks, I have another query, if the last rule does not include a queue
> directive will the the traffic pass through altq or will it just pass
> thought the system bypassing the queue (see exampl