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 / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

Reply via email to