Re: ALTQ support?

2005-01-22 Thread Shantanoo Mahajan
+++ Brian John [freebsd] [20-01-05 17:30 -0600]:
| Hello,
| I am trying to get pf to work on my 5.3 machine.  I thought that I had 
| it setup but it says that I don't have ALTQ support?  What is that?  Can 
| someone help me set it up?
| 
| Thanks
| 
| /Brian

1) man altq
2) http://www.openbsd.org/faq/pf

Regards,
Shantanoo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ALTQ support?

2005-01-20 Thread Jason Henson
On 01/20/05 18:30:23, Brian John wrote:
Hello,
I am trying to get pf to work on my 5.3 machine.  I thought that I  
had it setup but it says that I don't have ALTQ support?  What is  
that?  Can someone help me set it up?

Thanks
/Brian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions- 
[EMAIL PROTECTED]"


Did you do man altq?  Just a thought.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ALTQ support?

2005-01-20 Thread Andrew L. Gould
On Thursday 20 January 2005 05:30 pm, Brian John wrote:
> Hello,
> I am trying to get pf to work on my 5.3 machine.  I thought that I
> had it setup but it says that I don't have ALTQ support?  What is
> that?  Can someone help me set it up?
>
> Thanks
>
> /Brian

ALTQ is a kernel option.  Add the line below to your kernel 
configuration file and rebuild/install your kernel.

options ALTQ

If you need assistance in customizing the kernel, see Chapter 8 of the 
FreeBSD Handbook at:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html


Good luck,

Andrew Gould
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ALTQ support?

2005-01-20 Thread Daniel S. Haischt
try to add these lines to your kernel config,
and recompile after having made that particular
addition ...
# ALTQ
options ALTQ
options ALTQ_CBQ# Class Bases Queueing
options ALTQ_RED# Random Early Drop
options ALTQ_RIO# RED In/Out
options ALTQ_HFSC   # Hierarchical Packet Scheduler
options ALTQ_CDNR   # Traffic conditioner
options ALTQ_PRIQ   # Prioirity Queueing
options ALTQ_NOPCC
Brian John schrieb:
Hello,
I am trying to get pf to work on my 5.3 machine.  I thought that I had 
it setup but it says that I don't have ALTQ support?  What is that?  Can 
someone help me set it up?

Thanks
/Brian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"

!DSPAM:41f03f23486501343982021!

--
Mit freundlichen Gruessen / With kind regards
DAn.I.El S. Haischt
Want a complete signature??? Type at a shell prompt:
$ > finger -l [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"