Re: Re[2]: how to enable altq to use with ipfw

2005-08-23 Thread Pat Maddox
If you're using IPFW, there's no reason to enable PF. But here's the code to enable in your kernel config: # pf support device pf device pflog device pfsync Here's the handbook page on PF and ALTQ: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls-pf.

Re[2]: how to enable altq to use with ipfw

2005-08-23 Thread vladone
Thanks! And pf how it's enabled? I think need some device in /dev This is created when compiling kernel with these options or need to compile and options for pf? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fre

Re: how to enable altq to use with ipfw

2005-08-23 Thread Pat Maddox
Hey Vladone, I was looking for the same thing a while back, wanting to use ALTQ for PF. Enable support in the kernel by adding the following lines: # ALTQ support options ALTQ options ALTQ_CBQ# Class Bases Queuing (CBQ) options ALTQ_RED# Random Early Detec

how to enable altq to use with ipfw

2005-08-23 Thread vladone
Hi! I want to enable altq to use in conjunction with ipfw. How can do that? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"