>> yes but i want to have two IMQ devices... for outside eth and inside eth
>
> Ahmm.. don't know what you mean with that. But if you have a external
> Interface (ex eth0) on which you want to shape egress and also ingress
> shaping
> you simply do:
>
> ip link set imq0 up
> ip link set imq1 up
>
> ${IPTABLES} -t mangle -I PREROUTING -i ${EXT_DEV} -j IMQ --todev 0
> ${IPTABLES} -t mangle -I POSTROUTING -o ${EXT_DEV} -j IMQ --todev 1
>
> and put your QoS on imq0 and imq1...i want to shape traffic for my clients and do not know what behaviour to choose... in your example will it be possible to match NATed addresses of my clients ? -- _______________________________________________ LARTC mailing list [email protected] http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
