From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Vladimir Smelhaus" Date: Fri, 06 Dec 2002 08:50:29 +0000 Subject: Re: [LARTC] HTB on IMQ Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org On 6 Dec 2002, 9:34, Thomas Jalsovsky wrote: > Is the shaper configuration (one IMQ for ingress and eggress traffic > from the same physical interface) WRONG or simple it is a kernel bug? It is wrong. You must have separate imq devices for ingress and egress. i.e. modprobe imq numdevs=2 iptables -t mangle -A PREROUTING -i eth1 -j IMQ --todev 0 iptables -t mangle -A POSTROUTING -o eth1 -j IMQ --todev 1 Zdravim/Regards Vladimir Smelhaus _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/