From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward Smith Date: Tue, 05 Jul 2005 13:17:39 +0000 Subject: [LARTC] Re: LARTC Digest, Vol 5, Issue 6 Message-Id: <39458b08050705061753a29d46@mail.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org I'm not an expert, but I can tell you that when traffic shaping on a router, you can just shape egress both ways and not mess with imq. My script is at http://www.stardotstar.org/?page_idc The basis are the following 2 lines where UPDEV is ppp0 and DOWNDEV is eth0 in your case. tc qdisc add dev ${UPDEV} root handle 1: htb default 100 r2q 1 tc qdisc add dev ${DOWNDEV} root handle 1: htb default 100 r2q 1 Edward > Message: 2 > Date: Mon, 04 Jul 2005 12:40:11 +0200 > From: Andre Heider > seems like imq is the only solution to me. my idea on imq0 was something > like this: _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc