Hi Ron,

On Thu Dec 22 2011 19:52, Ron Lemon wrote:
> Hi Norman,
> 
> Thanks for the help. Is this what you need?

[...]

> # grep -e '^queue' -e 'altq' /tmp/rules.debug
>  altq on  em0 hfsc bandwidth 19Mb queue {  qACK,  qDefault,  qOthersHigh,  
> qOthersLow  }
>  altq on  em1 hfsc queue {  qLink,  qInternet  }

the queue definitions are missing. Probably your pfSense version indents
the output and my grep line does not care for that. Could you try it
again with:

`grep -A2 -e '^ *queue' -e 'altq' /tmp/rules.debug`

Best would be to see the whole rules.debug, since it provides complete
information to your configuration. But I encourage you to replace all
sensitive info (public IP addresses, dns names, and such) with
placeholders then.

> Even the previous version on pfSense on this box never had the traffic
> shaper installed so if there are old rules I really don't know where
> they came from.  I have been here longer than the box.

Where do you get this info from? systat(1)? GUI?
Pertaining the packet filter, I don't know, either. But I would, given
you provide us with your complete rules.debug.

Please also tell us the version of pfSense your machine is running.

Yours,
Norman
_______________________________________________
List mailing list
[email protected]
http://lists.pfsense.org/mailman/listinfo/list

Reply via email to