From: "GoMi" <gomiuk@hotmail.com>
To: lartc@vger.kernel.org
Subject: RV: [LARTC] Re: My 1st BW Manager
Date: Sat, 19 Apr 2003 10:10:12 +0000 [thread overview]
Message-ID: <marc-lartc-105074710025619@msgid-missing> (raw)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Thats exactly the problem i have been trying to solve for the last 2 months. Bandwith sharing works great, but when it comes to shape DAP programs, by any reason it fails, not granting the bw to other services. No idea why.
Stef, if you are interested in working around this problem, maybe we could meet in a chat room, and you can login to my box and see what happens, interested?
Original Message:
- - -----------------
From: Stef Coene stef.coene@docum.org
On Friday 18 April 2003 19:21, rio@martin.mu wrote:
>I'm not sure, but I think you use htb.init. And this is not the
>htb.init
>mailing list. This is the LARTC lists to discuss topics like shaping,
>advanced routing and other network stuff.
>But answering on your question :
>You have to create 1 class attached to the root qdisc and add the 4 other
>classes to that class (don't ask me how you have to do that with
>htb.init).
>Can you also check that the filters are working and the traffic is placed
>in the class where it belongs?
Oh sorry about that, below is what command i inserted:
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1 htb default 30
tc class add dev eth0 parent 1: classid 1:2 htb rate 120Kbit burst 15k tc class add dev eth0 parent 1:2 classid 1:11 htb rate 6Kbit ceil 120Kbit burst 15k tc qdisc add dev eth0 parent 1:11 handle 11 sfq perturb 10 tc filter add dev eth0 parent 1:0 protocol ip prio 100 u32 match ip dst 192.168.1.1 classid 1:11 tc class add dev eth0 parent 1:2 classid 1:12 htb rate 6Kbit ceil 120Kbit burst 15k tc qdisc add dev eth0 parent 1:12 handle 12 sfq perturb 10 tc filter add dev eth0 parent 1:0 protocol ip prio 100 u32 match ip dst 192.168.1.2 classid 1:12 tc class add dev eth0 parent 1:2 classid 1:13 htb rate 6Kbit ceil 120Kbit burst 15k tc qdisc add dev eth0 parent 1:13 handle 13 sfq perturb 10 tc filter add dev eth0 parent 1:0 protocol ip prio 100 u32 match ip dst 192.168.1.3 classid 1:13 tc class add dev eth0 parent 1:2 classid 1:14 htb rate 6Kbit ceil 120Kbit burst 15k tc qdisc add dev eth0 parent 1:14 handle 14 sfq perturb 10 tc filter add dev eth0 parent 1:0 protocol ip prio 100 u32 match ip dst 192.168.1.4 classid 1:14
I ve tried those, and it worked, all hosts able to borrow bandwidth from parent class (120Kbit), but when any host start to download with DAP (download manager) that can consume high bandwidth, it can borrow 120Kbit from parent class and the speed wont decrease as the other hosts up and ask for more bandwidth.
Any idea why ?
Regards,
Rio Martin.
- - --------------------------------------------------------------------
mail2web - Check your email from the web at http://mail2web.com/ .
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0
iQA/AwUBPqEghH7diNnrrZKsEQItAwCggQXWt06vrZ9SOYpXJH+lmTh791kAoOAc
QUsSeZZHm9v48of2SgmHz6hs
f8m
-----END PGP SIGNATURE-----
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next reply other threads:[~2003-04-19 10:10 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-19 10:10 GoMi [this message]
2003-04-19 12:01 ` RV: [LARTC] Re: My 1st BW Manager Stef Coene
2003-04-19 13:53 ` GoMi
2003-04-19 14:36 ` Stef Coene
2003-04-19 15:19 ` rio
2003-04-20 21:51 ` Stef Coene
2003-04-21 1:59 ` rio
2003-04-21 2:30 ` Martin A. Brown
2003-04-21 3:12 ` rio
2003-04-21 9:12 ` Stef Coene
2003-04-21 9:15 ` Stef Coene
2003-04-21 9:24 ` rio
2003-04-21 9:28 ` Stef Coene
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-105074710025619@msgid-missing \
--to=gomiuk@hotmail.com \
--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.