All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stef Coene <stef.coene@docum.org>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Shaping only the interface bandwith
Date: Tue, 20 May 2003 19:47:03 +0000	[thread overview]
Message-ID: <marc-lartc-105346012719628@msgid-missing> (raw)
In-Reply-To: <marc-lartc-105304709128962@msgid-missing>

On Tuesday 20 May 2003 01:01, Osgaldo Suanzes wrote:
> Hi again.
>
>     Sorry for bugging you so much!
>     But Im unable to add ESFQ to a HTB Class.
>
>     #tc qdisc add dev eth1 root handle 1: htb
>     #tc class add dev eth1 parent 1:  classid 1:1 htb rate 512kbit ceil
> 512kbit burst 2k
Remove the burst parameter so htb calculates the minimum burst for you.  2k is 
too low for burst.

>     #tc qdisc add dev eth1 parent 1:1 handle 10: esfq
>
>     The last line "is" probably completly Wrong!(dont know about the
> others) But I cant find an example on the net for this.
I think the line is ok.  Did you get any errors ?

>     I maybe need to add a filter, but how? and without matching Ip
> addresses.
If you want to put all traffic in 1:1 you can add default 1 if you add the htb 
qdisc.  This will redirect all non-classified traffic to clas 1:1.

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/

      parent reply	other threads:[~2003-05-20 19:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-16  1:05 [LARTC] Shaping only the interface bandwith Osgaldo Suanzes
2003-05-16  9:16 ` Stef Coene
2003-05-19 23:01 ` Osgaldo Suanzes
2003-05-20 19:47 ` Stef Coene [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-lartc-105346012719628@msgid-missing \
    --to=stef.coene@docum.org \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.