* [LARTC] HTB on kernel 2.4.20
@ 2002-12-05 11:18 Rimas
2002-12-05 17:04 ` Stef Coene
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Rimas @ 2002-12-05 11:18 UTC (permalink / raw)
To: lartc
Hi,
I have a Linux box with kernel-2.4.20 HTB, IMQ patch + iptables-1.2.7a with
IMQ and patched tc.
I tried to use htb.init script, wondershaper and myshaper
(http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/ADSL-
Bandwidth-Management-HOWTO.html).
And seems to be the htb doesn't work (doesn't shape a trafic at all)
I get no error messages.
How I may check it what is wrong?
Thank you in advance
Rimas
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [LARTC] HTB on kernel 2.4.20
2002-12-05 11:18 [LARTC] HTB on kernel 2.4.20 Rimas
@ 2002-12-05 17:04 ` Stef Coene
2002-12-05 18:40 ` Rimas
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Stef Coene @ 2002-12-05 17:04 UTC (permalink / raw)
To: lartc
On Thursday 05 December 2002 12:18, Rimas wrote:
> Hi,
>
>
> I have a Linux box with kernel-2.4.20 HTB, IMQ patch + iptables-1.2.7a with
> IMQ and patched tc.
> I tried to use htb.init script, wondershaper and myshaper
> (http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/ADSL
>- Bandwidth-Management-HOWTO.html).
> And seems to be the htb doesn't work (doesn't shape a trafic at all)
> I get no error messages.
>
> How I may check it what is wrong?
You can do tc -s -d class show dev eth0 and examine the sent counters. Are
they increasing ???
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/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [LARTC] HTB on kernel 2.4.20
2002-12-05 11:18 [LARTC] HTB on kernel 2.4.20 Rimas
2002-12-05 17:04 ` Stef Coene
@ 2002-12-05 18:40 ` Rimas
2002-12-05 20:03 ` Stef Coene
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Rimas @ 2002-12-05 18:40 UTC (permalink / raw)
To: lartc
Stef,
Then I use tc -s -d class show dev eth0 - yes the sent counters are
increasing.
myshaper script have missed ( iptables -t mangle -A MYSHAPER-IN -j
IMQ "this part --todev 1") and so I can shape incooming and outgoing trafic
without any problems.
Thank you for the command tc -s -d class show dev eth0.
But I still cannot use htb.init script (like you know it is much easer to
use it, write rules)
How I may check that problem?
Best Regards
Rimas
----- Original Message -----
From: "Stef Coene" <stef.coene@docum.org>
To: "Rimas" <rmocius@auste.elnet.lt>; <LARTC@mailman.ds9a.nl>
Sent: Thursday, December 05, 2002 5:04 PM
Subject: Re: [LARTC] HTB on kernel 2.4.20
> On Thursday 05 December 2002 12:18, Rimas wrote:
> > Hi,
> >
> >
> > I have a Linux box with kernel-2.4.20 HTB, IMQ patch + iptables-1.2.7a
with
> > IMQ and patched tc.
> > I tried to use htb.init script, wondershaper and myshaper
> >
(http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/ADSL
> >- Bandwidth-Management-HOWTO.html).
> > And seems to be the htb doesn't work (doesn't shape a trafic at all)
> > I get no error messages.
> >
> > How I may check it what is wrong?
> You can do tc -s -d class show dev eth0 and examine the sent counters.
Are
> they increasing ???
>
> 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/
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [LARTC] HTB on kernel 2.4.20
2002-12-05 11:18 [LARTC] HTB on kernel 2.4.20 Rimas
2002-12-05 17:04 ` Stef Coene
2002-12-05 18:40 ` Rimas
@ 2002-12-05 20:03 ` Stef Coene
2002-12-05 20:17 ` Rimas
2002-12-05 20:32 ` Stef Coene
4 siblings, 0 replies; 6+ messages in thread
From: Stef Coene @ 2002-12-05 20:03 UTC (permalink / raw)
To: lartc
On Thursday 05 December 2002 19:40, Rimas wrote:
> Stef,
>
> Then I use tc -s -d class show dev eth0 - yes the sent counters are
> increasing.
> myshaper script have missed ( iptables -t mangle -A MYSHAPER-IN -j
> IMQ "this part --todev 1") and so I can shape incooming and outgoing
> trafic without any problems.
> Thank you for the command tc -s -d class show dev eth0.
>
> But I still cannot use htb.init script (like you know it is much easer to
> use it, write rules)
> How I may check that problem?
If you use the htb.init script and execute that show command, are the counters
increasing ??
I think it's more a bad configuration then a htb problem :)
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/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [LARTC] HTB on kernel 2.4.20
2002-12-05 11:18 [LARTC] HTB on kernel 2.4.20 Rimas
` (2 preceding siblings ...)
2002-12-05 20:03 ` Stef Coene
@ 2002-12-05 20:17 ` Rimas
2002-12-05 20:32 ` Stef Coene
4 siblings, 0 replies; 6+ messages in thread
From: Rimas @ 2002-12-05 20:17 UTC (permalink / raw)
To: lartc
Stef,
When I tried to use htb.init script I just took example files:
eth0, eth0-2.root, eth0-2:10.www, eth0-2:20.smtp, eth0-2:30.dfl
But htb.init makes nothing.
If I use the htb.init script and execute that show command, the counters not
increasing.
Because there are no created classes.
Best regards
Rimas
----- Original Message -----
From: "Stef Coene" <stef.coene@docum.org>
To: "Rimas" <rmocius@auste.elnet.lt>; <LARTC@mailman.ds9a.nl>
Sent: Thursday, December 05, 2002 8:03 PM
Subject: Re: [LARTC] HTB on kernel 2.4.20
> On Thursday 05 December 2002 19:40, Rimas wrote:
> > Stef,
> >
> > Then I use tc -s -d class show dev eth0 - yes the sent counters are
> > increasing.
> > myshaper script have missed ( iptables -t mangle -A MYSHAPER-IN -j
> > IMQ "this part --todev 1") and so I can shape incooming and outgoing
> > trafic without any problems.
> > Thank you for the command tc -s -d class show dev eth0.
> >
> > But I still cannot use htb.init script (like you know it is much easer
to
> > use it, write rules)
> > How I may check that problem?
> If you use the htb.init script and execute that show command, are the
counters
> increasing ??
> I think it's more a bad configuration then a htb problem :)
>
> 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/
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [LARTC] HTB on kernel 2.4.20
2002-12-05 11:18 [LARTC] HTB on kernel 2.4.20 Rimas
` (3 preceding siblings ...)
2002-12-05 20:17 ` Rimas
@ 2002-12-05 20:32 ` Stef Coene
4 siblings, 0 replies; 6+ messages in thread
From: Stef Coene @ 2002-12-05 20:32 UTC (permalink / raw)
To: lartc
On Thursday 05 December 2002 21:17, Rimas wrote:
> Stef,
>
> When I tried to use htb.init script I just took example files:
> eth0, eth0-2.root, eth0-2:10.www, eth0-2:20.smtp, eth0-2:30.dfl
> But htb.init makes nothing.
> If I use the htb.init script and execute that show command, the counters
> not increasing.
> Because there are no created classes.
I think you have a htb.init configuration problem and I can't help you with
that. Try to contact the author and/or read the docs again. Maybe there is
a special htb.init mailing list.
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/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-12-05 20:32 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-05 11:18 [LARTC] HTB on kernel 2.4.20 Rimas
2002-12-05 17:04 ` Stef Coene
2002-12-05 18:40 ` Rimas
2002-12-05 20:03 ` Stef Coene
2002-12-05 20:17 ` Rimas
2002-12-05 20:32 ` Stef Coene
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox