Lawrence Horvath wrote:
Im having alittle trouble with my queues in PF i have the following in
my pf.conf
altq on tl0 cbq bandwidth 100Kb queue {all}
queue all bandwidth 100% {default}
pass out on tl0 from any to any queue all
pass in on tl0 from any to any
however i get the following:
$ sudo pfctl -e
pfctl: pf already enabled
$ sudo pfctl -A
$ sudo pfctl -R
$ sudo pfctl -s queue
No queue in use
Sorry for asking, but you have, at some point, run
"pfctl -ef /etc/pf.conf", right?
^^^^^^^^^^^^^^
(And made damn sure that the file exists at that place, too?)
/alexander
This is on 3.9 Generic,
thanks