Re: pf.conf + altq problem

2006-11-16 Thread Gilberto Villani Brito
In my firewall cbq doesn't work, but I'm using hfsc. Below is one rule: altq on em1 hfsc bandwidth 100% queue net_em1 queue net_em1 bandwidth 100Mb hfsc { link_em1 net1_em1 } queue link_em1 bandwidth 5Mb priority 2 hfsc(red realtime 4Mb upperlimit 10Mb) queue net1_em1 bandwidth 90Mb priorit

Re: pf.conf + altq problem

2006-11-10 Thread Michal Mertl
Muhammad Reza wrote: > still not work with pass in rule. > > add info with this rule set: > > altq on xl1 bandwidth 100% cbq queue {int_out,dflt_out} > queue int_out bandwidth 3Mb > queue dflt_out bandwidth 16Kb cbq (default) > > altq on xl2 bandwidth 100% cbq queue {int_in,dflt_in}

Re: pf.conf + altq problem

2006-11-09 Thread Volker
On 2006-11-09 13:40, Volker wrote: > As $lan is 172.16/24 rule number 3 (which goes to queue dflt_out) > catches all the packets you're wanting for queue int_out. > Sorry, I've been wrong as there's no 'quick' keyword being used so I was wrong. Please forget my posting. __

Re: Re: pf.conf + altq problem

2006-11-09 Thread Volker
On 37378-12-23 20:59, Muhammad Reza wrote: > still not work with pass in rule. > > add info with this rule set: > > altq on xl1 bandwidth 100% cbq queue {int_out,dflt_out} > queue int_out bandwidth 3Mb > queue dflt_out bandwidth 16Kb cbq (default) > > altq on xl2 bandwidth 100% cbq q

Re: pf.conf + altq problem

2006-11-08 Thread Muhammad Reza
still not work with pass in rule. add info with this rule set: altq on xl1 bandwidth 100% cbq queue {int_out,dflt_out} queue int_out bandwidth 3Mb queue dflt_out bandwidth 16Kb cbq (default) altq on xl2 bandwidth 100% cbq queue {int_in,dflt_in} queue int_in bandwidth 3Mb queue

Re: pf.conf + altq problem

2006-11-07 Thread Gilberto Villani Brito
Try this rules: pass in log on xl2 from 172.16.0.228 to 202.57.14.1 keep state flags S/SA queue (int_out) pass in log on xl2 from 172.16.0.228 to 202.57.14.1 keep state flags S/SA queue (int_in) Gilberto 2006/11/6, Muhammad Reza <[EMAIL PROTECTED]>: Dear All. I start with the simple rule se