Hi list, I try to configurate a transparent bridge with QoS I have a pentium computer with two network cards, kernel 2.6.8 with IMQ,WRR,IPP2P and other more patched. The problem is when i try to include the following rule: iptables -A PREROUTING -t mangle -m connlimit --connlimit-above 100 -j DROP If i tried in two steps, i confirm that the module connlimit is installed: BridgeWall:/home/omar# iptables -A PREROUTING -t mangle -m connlimit iptables v1.2.11: You must specify `--connlimit-above' Try `iptables -h' or 'iptables --help' for more information. BridgeWall:/home/omar# iptables -A PREROUTING -t mangle -m connlimit --connlimit-above 12 -j DROP iptables: No chain/target/match by that name Any idea???? Thanks in advange. Regards