Hi all and tc Gururs i have patched the IMQ and htb to kernel, but when i do egress filtering, iam not able to see any traffic and excusted the following the commands modprobe imq numdevs=1 tc qdisc add dev imq0 handle 1: root htb default 1 tc class add dev imq0 parent 1: classid 1:1 htb rate 100kbit tc qdisc add dev imq0 parent 1:1 handle 10: htb default 1 tc class add dev imq0 parent 10: classid 10:10 htb rate 100kbit tc qdisc add dev imq0 parent 10:10 handle 20: sfq iptables -t mangle -A POSTROUTING -p tcp --dport 80 -j IMQ ip link set imq0 up when i see the Iptables Out Put [root@xxxxxx root]# iptables -xnvL -t mangle Chain PREROUTING (policy ACCEPT 122928 packets, 16888665 bytes) pkts bytes target prot opt in out source destination Chain INPUT (policy ACCEPT 15068 packets, 1185569 bytes) pkts bytes target prot opt in out source destination Chain FORWARD (policy ACCEPT 116790 packets, 16553990 bytes) pkts bytes target prot opt in out source destination Chain OUTPUT (policy ACCEPT 4943 packets, 670996 bytes) pkts bytes target prot opt in out source destination Chain POSTROUTING (policy ACCEPT 121733 packets, 17224986 bytes) pkts bytes target prot opt in out source destination and also out put of tc [root@xxxxxx root]# tc -s -d qdisc show qdisc sfq 20: dev imq0 limit 128p quantum 1500b flows 128/1024 Sent 0 bytes 0 pkts (dropped 0, overlimits 0) qdisc htb 10: dev imq0 r2q 10 default 1 direct_packets_stat 0 ver 3.6 Sent 0 bytes 0 pkts (dropped 0, overlimits 0) qdisc htb 1: dev imq0 r2q 10 default 1 direct_packets_stat 0 ver 3.6 Sent 0 bytes 0 pkts (dropped 0, overlimits 0) and ifconfig of imq device imq0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 UP RUNNING NOARP MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:30 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) i dont see any trffic at all what is could be the wrong some expert coments will be helpful hare