All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vladimir Smelhaus" <smelhaus@bpt.cz>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] HTB on IMQ
Date: Fri, 06 Dec 2002 08:50:29 +0000	[thread overview]
Message-ID: <marc-lartc-103916471623716@msgid-missing> (raw)
In-Reply-To: <marc-lartc-103907915631420@msgid-missing>

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/

  parent reply	other threads:[~2002-12-06  8:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-05  9:04 [LARTC] HTB on IMQ Thomas Jalsovsky
2002-12-05 18:54 ` Jose Luis Domingo Lopez
2002-12-06  8:34 ` Thomas Jalsovsky
2002-12-06  8:50 ` Vladimir Smelhaus [this message]
2002-12-06  9:37 ` Jose Luis Domingo Lopez

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-103916471623716@msgid-missing \
    --to=smelhaus@bpt.cz \
    --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.