Hi all , does Kernel 2.4 supports CBQ and HTB by default or we have to recompile it. Regards Fahad Khan _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Thu, 2003-05-22 at 16:52, Fahad wrote:> Hi all , does Kernel 2.4 supports CBQ and HTB by default or we have to > recompile it.you''ve got to have 2.4.20 to have htb in stock kernel. CBQ is available since a long time. -- Eric Leblond <eric@regit.org> Regit.org
You HAVE to recompile it, this is recommended man. -----Original Message----- From: Fahad [mailto:fahad@netlogicbroadband.com] Sent: Thursday, May 22, 2003 5:53 PM To: lartc@mailman.ds9a.nl Subject: [LARTC] CBQ and HTB Support Hi all , does Kernel 2.4 supports CBQ and HTB by default or we have to recompile it. Regards Fahad Khan _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Any straight forward procedure or any website where i can find necessary procedure to recompile , which modules to select etc ... ----- Original Message ----- From: "Blagoy Genadiev" <blagoy.genadiev@wizcom.bg> To: "Fahad" <fahad@netlogicbroadband.com>; <lartc@mailman.ds9a.nl> Sent: Thursday, May 22, 2003 8:01 PM Subject: RE: [LARTC] CBQ and HTB Support You HAVE to recompile it, this is recommended man. -----Original Message----- From: Fahad [mailto:fahad@netlogicbroadband.com] Sent: Thursday, May 22, 2003 5:53 PM To: lartc@mailman.ds9a.nl Subject: [LARTC] CBQ and HTB Support Hi all , does Kernel 2.4 supports CBQ and HTB by default or we have to recompile it. Regards Fahad Khan _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Thursday 22 May 2003 17:11, Fahad wrote:> Any straight forward procedure or any website where i can find necessary > procedure to recompile , which modules to select etc ...There is an excellent kernel howto. Just do a google search for it. For the needed options, enable everything in the QOS menu. You can use modules or compile everything in the kernel. But it''s possible that your distribution has a precompiled kernel for you with all needed options. Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.oftc.net _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Hi Fahad. Its very easy, Download (if you dont have it allready) Linux Kernel 2.4.20 get it here: http://www.kernel.org/pub/linux/kernel/v2.4/linux-2.4.20.tar.gz and Uncompress at /usr/src with : #tar zxvf Linux-kernel-2.4.20 Install Woody Package Iproute2 (on Debian/linux) #apt-get install iproute Replace your command /sbin/tc with the one from Stefs page http://www.docum.org/stef.coene/qos/download/tc ->Which has htb3 support compiled within Patch the kernel with the following : BUT ONLY!! if you want to make use of the ESFQ: Youe can get it here http://www.ssi.bg/~alex/esfq/esfq-0.2-2.4.18.tar.gz Choos the following options in the kernel Menue : Networking options ---> Kernel/User netlink socket Network packet filtering (replaces ipchains) IP: Netfilter Configuration ---> IP tables support (required for filtering/masq/NAT) LENGTH match support MARK target support QoS and/or fair queueing ---> SELECT EVERYTHING HERE Then do a #make modules;make modules_install;make dep;make clean;make bzlilo reboot and your done! Good luck Osgaldo ----- Original Message ----- From: "Fahad" <fahad@netlogicbroadband.com> To: "Blagoy Genadiev" <blagoy.genadiev@wizcom.bg>; <lartc@mailman.ds9a.nl> Sent: Thursday, May 22, 2003 5:11 PM Subject: Re: [LARTC] CBQ and HTB Support> Any straight forward procedure or any website where i can find necessary > procedure to recompile , which modules to select etc ... > > > ----- Original Message ----- > From: "Blagoy Genadiev" <blagoy.genadiev@wizcom.bg> > To: "Fahad" <fahad@netlogicbroadband.com>; <lartc@mailman.ds9a.nl> > Sent: Thursday, May 22, 2003 8:01 PM > Subject: RE: [LARTC] CBQ and HTB Support > > > > You HAVE to recompile it, this is recommended man. > > > > -----Original Message----- > From: Fahad [mailto:fahad@netlogicbroadband.com] > Sent: Thursday, May 22, 2003 5:53 PM > To: lartc@mailman.ds9a.nl > Subject: [LARTC] CBQ and HTB Support > > Hi all , does Kernel 2.4 supports CBQ and HTB by default or we have to > recompile it. > > Regards > Fahad Khan > > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ > > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/_______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Thu, May 22, 2003 at 08:22:34PM +0200, Osgaldo Suanzes wrote:> Hi Fahad. > > Its very easy, Download (if you dont have it allready) Linux Kernel > 2.4.20 > get it here: > http://www.kernel.org/pub/linux/kernel/v2.4/linux-2.4.20.tar.gz > > and Uncompress at /usr/src with : > #tar zxvf Linux-kernel-2.4.20 > > Install Woody Package Iproute2 (on Debian/linux) > #apt-get install iproute > > Replace your command /sbin/tc > with the one from Stefs page > http://www.docum.org/stef.coene/qos/download/tc > ->Which has htb3 support compiled withinIf using testing/sid ... iproute2 is already ok for HTB 3.x Luc _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/