All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Newbie: Installing Traffic Shaping
@ 2002-11-24 19:19 Christian Meier
  2002-11-24 20:15 ` Togan Muftuoglu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Christian Meier @ 2002-11-24 19:19 UTC (permalink / raw)
  To: lartc

Hello List!

My distribution is SuSE 7.3 Prof. I've successfully installed the
iproute2 packet. If I enter some tc-rules the machine returns no
errors, but the rules do not affect the bandwidth!

Does this mean that the kernel is not compiled with the necessary
options? Where can I see, which options the kernel was compiled with
(sorry, but I'm newbie)? I didn't change anything, it's a normal SuSE
7.3 distribution.

If I knew that the modules are working, I could go on trying to
install some rules, or could anyone be so kind and post a simple rule
that is slowing down my eth0 interface? I'd just like to see if the
tc-command and the kernel is working...

Thanks in advance!!

-- 
Yours sincerely,
Christian Meier
mailto:email2chris@gmx.net

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LARTC] Newbie: Installing Traffic Shaping
  2002-11-24 19:19 [LARTC] Newbie: Installing Traffic Shaping Christian Meier
@ 2002-11-24 20:15 ` Togan Muftuoglu
  2002-11-24 20:16 ` Stef Coene
  2002-11-25 10:02 ` Christian Meier
  2 siblings, 0 replies; 4+ messages in thread
From: Togan Muftuoglu @ 2002-11-24 20:15 UTC (permalink / raw)
  To: lartc

* Christian Meier; <email2chris@gmx.net> on 24 Nov, 2002 wrote:
>Does this mean that the kernel is not compiled with the necessary
>options? Where can I see, which options the kernel was compiled with
>(sorry, but I'm newbie)? I didn't change anything, it's a normal SuSE
>7.3 distribution.

If it is a default SuSE kernel everything you should be  already there.
Nevertheless if you want to see the config of the kernel. Note that HTB
is not there


zcat /proc/config.gz will show you the config options set. If you want
to add things and then recompile the folowing command will make it as a
kernel config file

make cloneconfig  

You may want to have a look at http://susefaq.sf.net/sectionkernel.html

-- 

Togan Muftuoglu
Unofficial SuSE FAQ Maintainer
http://dinamizm.ath.cx


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LARTC] Newbie: Installing Traffic Shaping
  2002-11-24 19:19 [LARTC] Newbie: Installing Traffic Shaping Christian Meier
  2002-11-24 20:15 ` Togan Muftuoglu
@ 2002-11-24 20:16 ` Stef Coene
  2002-11-25 10:02 ` Christian Meier
  2 siblings, 0 replies; 4+ messages in thread
From: Stef Coene @ 2002-11-24 20:16 UTC (permalink / raw)
  To: lartc

On Sunday 24 November 2002 20:19, Christian Meier wrote:
> Hello List!
>
> My distribution is SuSE 7.3 Prof. I've successfully installed the
> iproute2 packet. If I enter some tc-rules the machine returns no
> errors, but the rules do not affect the bandwidth!
If you have no errors, you have all the support in the kernel you need.

> Does this mean that the kernel is not compiled with the necessary
> options? Where can I see, which options the kernel was compiled with
> (sorry, but I'm newbie)? I didn't change anything, it's a normal SuSE
> 7.3 distribution.
Maybe you can find a config file in the /boot directory.

> If I knew that the modules are working, I could go on trying to
> install some rules, or could anyone be so kind and post a simple rule
> that is slowing down my eth0 interface? I'd just like to see if the
> tc-command and the kernel is working...
I have some scripts on www.docm.org.  You can also try to add a tvb qdisc as 
root qdisc.  This will limit all outgoing traffic.

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] 4+ messages in thread

* Re: [LARTC] Newbie: Installing Traffic Shaping
  2002-11-24 19:19 [LARTC] Newbie: Installing Traffic Shaping Christian Meier
  2002-11-24 20:15 ` Togan Muftuoglu
  2002-11-24 20:16 ` Stef Coene
@ 2002-11-25 10:02 ` Christian Meier
  2 siblings, 0 replies; 4+ messages in thread
From: Christian Meier @ 2002-11-25 10:02 UTC (permalink / raw)
  To: lartc

Thanks for your fast answers, Togan and Stef! My sample configuration
works now.

> Note that HTB is not there

Well, then I'll have to learn howto patch a kernel, because it's too
difficult without HTB.


> zcat /proc/config.gz will show you the config options set.

Thanks it works

> If you want to add things and then recompile the folowing command
> will make it as a kernel config file
> make cloneconfig

I'll try it.

> You may want to have a look at http://susefaq.sf.net/sectionkernel.html

Ok

If I'll have any further questions to htb, I'll ask you again ;-)...

-- 
Yours, sincerely
Christian Meier
mailto:email2chris@gmx.net

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-11-25 10:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-24 19:19 [LARTC] Newbie: Installing Traffic Shaping Christian Meier
2002-11-24 20:15 ` Togan Muftuoglu
2002-11-24 20:16 ` Stef Coene
2002-11-25 10:02 ` Christian Meier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.