PF + ALTQ... help please!!
Jon Simola
jon at abccomm.com
Wed Nov 30 23:07:49 GMT 2005
On 11/30/05, Marcelo Celleri <marceloc at espoltel.net> wrote:
> $int_if="em1"
> queue marcelo bandwidth 128Kb cbq { gold, silver, default }
> queue marcelo1 bandwidth 70% priority 3 cbq(borrow red)
> queue marcelo2 bandwidth 20% priority 2 cbq(borrow red)
> queue marcelodf bandwidth 10% cbq(borrow)
You've omitted a lot of the pf.conf file. The only thing I can suggest
is that you name the sub-queues (marcelo1/2/df) the same as what the
queue expects them to be named (gold/silver/default).
Like this:
altq on em0 cbq bandwidth 100Mb queue { default_ext, throttle_ext }
queue default_ext bandwidth 40Mb qlimit 1000 priority 5 cbq(default red ecn)
queue throttle_ext bandwidth 64Kb priority 1 cbq(red ecn)
> pass in on $int_if proto { udp,tcp } from any port 53 to 200.49.242.42 keep
> state queue gold
Not actually having defined a gold queue, that does nothing.
--
Jon Simola
Systems Administrator
ABC Communications
More information about the freebsd-pf
mailing list