<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/htbinit/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/htbinit/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/htbinit/support-requests/</id><updated>2005-03-12T23:55:44Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>classification problem</title><link href="https://sourceforge.net/p/htbinit/support-requests/4/" rel="alternate"/><published>2005-03-12T23:55:44Z</published><updated>2005-03-12T23:55:44Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net566432e90f5ba2b37257ab0a498610bba56a40d2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi!&lt;br /&gt;
Here's what i want:&lt;/p&gt;
&lt;p&gt;root class 0010&lt;br /&gt;
premium parent class 1000&lt;br /&gt;
premium child classes 1xyz&lt;br /&gt;
best-effort parent class 2000&lt;br /&gt;
best-effort child classes 2xyz&lt;br /&gt;
default class 3000&lt;/p&gt;
&lt;p&gt;Here's how  I do it:&lt;/p&gt;
&lt;p&gt;eth1:&lt;br /&gt;
DEFAULT=3000&lt;/p&gt;
&lt;p&gt;eth1-0010.root:&lt;br /&gt;
RATE=100Mbit&lt;br /&gt;
LEAF=sfq&lt;/p&gt;
&lt;p&gt;eth1-0010:1000.premium&lt;br /&gt;
CEIL=352Kbit&lt;br /&gt;
RATE=352Kbit&lt;br /&gt;
PRIO=2&lt;br /&gt;
LEAF=sfq&lt;/p&gt;
&lt;p&gt;eth1-0010:1000:1xyx.child1&lt;br /&gt;
CEIL=32Kbit&lt;br /&gt;
RATE=8Kbit&lt;br /&gt;
PRIO=3&lt;br /&gt;
LEAF=sfq&lt;br /&gt;
RULE=&amp;lt;public ip&amp;gt;,&lt;/p&gt;
&lt;p&gt;eth1-0010:2000.best-effort&lt;br /&gt;
CEIL=500Kbit&lt;br /&gt;
RATE=500Kbit&lt;br /&gt;
PRIO=3&lt;br /&gt;
LEAF=sfq&lt;/p&gt;
&lt;p&gt;eth1-0010:2000:2xyz.child1&lt;br /&gt;
CEIL=16Kbit&lt;br /&gt;
RATE=8Kbit&lt;br /&gt;
PRIO=2&lt;br /&gt;
LEAF=sfq&lt;br /&gt;
RULE=&amp;lt;public ip&amp;gt;,&lt;/p&gt;
&lt;p&gt;eth1-0010:3000.default&lt;br /&gt;
RATE=2Kbit&lt;br /&gt;
PRIO=7&lt;/p&gt;
&lt;p&gt;The problem is that all traffic goes to default class and I &lt;br /&gt;
can't figure out why.&lt;/p&gt;
&lt;p&gt;10x&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Error when ivoking nocache switch</title><link href="https://sourceforge.net/p/htbinit/support-requests/3/" rel="alternate"/><published>2004-09-20T19:55:38Z</published><updated>2004-09-20T19:55:38Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net875b3e352fcee624f36587008bc072e413f1c58d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br /&gt;
First, this is a great tool for newbies to help them to &lt;br /&gt;
begin with QOS under linux, even if it seems strange to &lt;br /&gt;
find so few documentation or help files about it, like &lt;br /&gt;
several configurations or scenarios (FTP, T1, etc.).&lt;br /&gt;
My problem is :&lt;br /&gt;
I am using the sample configuration file found on a web &lt;br /&gt;
site where Linux is used like a gateway, with eth1 and &lt;br /&gt;
eth0.&lt;br /&gt;
This is the configuration files :&lt;br /&gt;
fichier eth1 (Tous fichier de type eth1* -&amp;gt; traffic &lt;br /&gt;
sortant de l'interface eth1) &lt;br /&gt;
DEFAULT=30 &lt;br /&gt;
R2Q=1 &lt;/p&gt;
&lt;p&gt;file eth1-2.root &lt;br /&gt;
#outgoing traffic claa&lt;br /&gt;
RATE=90Kbit &lt;/p&gt;
&lt;p&gt;fichier eth1-2\:10.high &lt;br /&gt;
# high priority traffic class&lt;br /&gt;
RATE=30Kbit &lt;br /&gt;
CEIL=prate &lt;br /&gt;
LEAF=sfq &lt;br /&gt;
#HTTP &lt;br /&gt;
RULE=*:80 &lt;br /&gt;
#SSH &lt;br /&gt;
RULE=*:22 &lt;br /&gt;
#TELNET &lt;br /&gt;
RULE=*:23 &lt;br /&gt;
#SMTP &lt;br /&gt;
RULE=*:25 &lt;br /&gt;
#DNS &lt;br /&gt;
RULE=*:53 &lt;br /&gt;
#POP3 &lt;br /&gt;
RULE=*:110 &lt;/p&gt;
&lt;p&gt;file eth1-2\:20.normal &lt;br /&gt;
# normal traffic class&lt;br /&gt;
RATE=30kbit &lt;br /&gt;
CEIL=prate &lt;br /&gt;
LEAF=sfq &lt;br /&gt;
#IRC &lt;br /&gt;
RULE=*:6667 &lt;/p&gt;
&lt;p&gt;file eth1-2\:30.low &lt;br /&gt;
# low priority traffic class&lt;br /&gt;
RATE=20Kbit &lt;br /&gt;
CEIL=prate &lt;br /&gt;
LEAF=sfq &lt;br /&gt;
#EMULE &lt;br /&gt;
RULE=*:3000 &lt;br /&gt;
RULE=*:3000, &lt;br /&gt;
RULE=*:3010 &lt;br /&gt;
RULE=*:3010, &lt;br /&gt;
RULE=*:4662 RULE=*:4662, &lt;/p&gt;
&lt;p&gt;file eth0 (all eth0*file type -&amp;gt; outgoing traffic on eth0) &lt;br /&gt;
DEFAULT=30 &lt;br /&gt;
R2Q=10 &lt;/p&gt;
&lt;p&gt;file eth0-2\:10.high &lt;br /&gt;
# high priority traffic class&lt;br /&gt;
RATE=150 Kbit &lt;br /&gt;
CEIL=prate &lt;br /&gt;
LEAF=sfq &lt;br /&gt;
#HTTP &lt;br /&gt;
RULE=*:80, &lt;br /&gt;
#SSH &lt;br /&gt;
RULE=*:22, &lt;br /&gt;
#TELNET &lt;br /&gt;
RULE=*:23, &lt;br /&gt;
#SMTP &lt;br /&gt;
RULE=*:25, &lt;br /&gt;
#DNS &lt;br /&gt;
RULE=*:53, &lt;br /&gt;
#POP3 &lt;br /&gt;
RULE=*:110, &lt;/p&gt;
&lt;p&gt;fichier eth0-2\:20.normal &lt;br /&gt;
# normal traffic class&lt;br /&gt;
RATE=30kbit &lt;br /&gt;
CEIL=prate &lt;br /&gt;
LEAF=sfq &lt;br /&gt;
#IRC &lt;br /&gt;
RULE=*:6667, &lt;/p&gt;
&lt;p&gt;fichier eth0-2\:30.low &lt;br /&gt;
# low priority traffic class&lt;br /&gt;
RATE=150Kbit &lt;br /&gt;
CEIL=prate &lt;br /&gt;
LEAF=sfq &lt;br /&gt;
#EMULE &lt;br /&gt;
RULE=*:3000, &lt;br /&gt;
RULE=*:3010, &lt;br /&gt;
RULE=*:4662, &lt;br /&gt;
RULE=*:3000 &lt;br /&gt;
RULE=*:3010 &lt;br /&gt;
RULE=*:4662 &lt;br /&gt;
RULE=*:4662 &lt;br /&gt;
RULE=*:4662, &lt;/p&gt;
&lt;p&gt;when invoking&lt;br /&gt;
htb.init-v0.8.5 start command, all seems to work&lt;br /&gt;
when invoking&lt;br /&gt;
htb.init-v0.8.5 start nochache I have this error :&lt;br /&gt;
RTNETLINK answers : file exists&lt;br /&gt;
** HTB : Failed to add class 2 with (space) eth0&lt;/p&gt;
&lt;p&gt;Can you explain that ?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>HTB using IMQ</title><link href="https://sourceforge.net/p/htbinit/support-requests/2/" rel="alternate"/><published>2003-08-12T18:48:45Z</published><updated>2003-08-12T18:48:45Z</updated><author><name>Luiz SPies</name><uri>https://sourceforge.net/u/luizspies/</uri></author><id>https://sourceforge.net46343f6b588ac4f50badaac5e9e647803118b1c5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Someone can add to default htb statup script a &lt;br /&gt;
configuration to use IMQ to queue and control UPLOAD &lt;br /&gt;
and DOWNLOAD?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Example</title><link href="https://sourceforge.net/p/htbinit/support-requests/1/" rel="alternate"/><published>2003-07-08T15:00:23Z</published><updated>2003-07-08T15:00:23Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netc338b19fced9405bc76e98bc64c101e02cc44f97</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Can you show a more complex example?&lt;br /&gt;
Like:&lt;/p&gt;
&lt;p&gt;a&lt;br /&gt;
/    \
b       c&lt;br /&gt;
/  |  \      |  \
d   e   f    h   i&lt;/p&gt;
&lt;p&gt;Traffic 10.27.0.0/24 goes to b&lt;br /&gt;
Traffic remaining goes to c&lt;br /&gt;
Traffic pop goes to d&lt;br /&gt;
Traffic www goes to e&lt;br /&gt;
Traffic remaining goes to f&lt;br /&gt;
Traffic pop,www goes to h&lt;br /&gt;
Traffic remaining goes to i&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;
-vcf&lt;br /&gt;
vflausino@dti.pga.pt&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>