Re: turning on PF

2006-06-19 Thread Hannah Schroeter
Hello! On Mon, Jun 19, 2006 at 08:54:22AM -0700, Lawrence Horvath wrote: >[...] >$ 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

Re: turning on PF

2006-06-19 Thread Lawrence Horvath
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 >

Re: turning on PF

2006-06-19 Thread Alexander Hall
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: $ sud