Re: [LARTC] HTB on kernel 2.4.20

2002-12-05 Thread Stef Coene
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

-- 

[EMAIL PROTECTED]
 "Using Linux as bandwidth manager"
 http://www.docum.org/
 #lartc @ irc.oftc.net

___
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/



Re: [LARTC] HTB on kernel 2.4.20

2002-12-05 Thread Rimas
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" <[EMAIL PROTECTED]>
To: "Rimas" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
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
>
> -- 
>
> [EMAIL PROTECTED]
>  "Using Linux as bandwidth manager"
>  http://www.docum.org/
>  #lartc @ irc.oftc.net
>
> ___
> LARTC mailing list / [EMAIL PROTECTED]
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>

___
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/



Re: [LARTC] HTB on kernel 2.4.20

2002-12-05 Thread Stef Coene
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

-- 

[EMAIL PROTECTED]
 "Using Linux as bandwidth manager"
 http://www.docum.org/
 #lartc @ irc.oftc.net

___
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/



Re: [LARTC] HTB on kernel 2.4.20

2002-12-05 Thread Rimas
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" <[EMAIL PROTECTED]>
To: "Rimas" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
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
>
>
> -- 
>
> [EMAIL PROTECTED]
>  "Using Linux as bandwidth manager"
>  http://www.docum.org/
>  #lartc @ irc.oftc.net
>
>
> ___
> LARTC mailing list / [EMAIL PROTECTED]
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>

___
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/



Re: [LARTC] HTB on kernel 2.4.20

2002-12-05 Thread Stef Coene
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


-- 

[EMAIL PROTECTED]
 "Using Linux as bandwidth manager"
 http://www.docum.org/
 #lartc @ irc.oftc.net


___
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/