On 6/19/06, Alexander Hall <[EMAIL PROTECTED]> wrote:
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




$ sudo pfctl -ef /etc/pf.conf
Password:
/etc/pf.conf:39: syntax error
/etc/pf.conf:41: syntax error
/etc/pf.conf:43: syntax error
pfctl: Syntax error in config file: pf rules not loaded
$

39: altq on tl0 cbq bandwidth 100Kb queue {all}
40:
41: queue all bandwidth 100% (default)
42:
43: pass out on tl0 from any to any queue all
44: pass in on tl0 from any to any



--
-Lawrence

Reply via email to