At first look all seems good. What kind of traffic are tyou sending ? Can you do quick tcpdump -ni eth1 and sent me a sample ? It seems like is your packets has some other destinations or what .. Also include tc filter show dev eth1 please. devik On Mon, 22 Apr 2002 arisantois@unsoed.ac.id wrote: > > HI All > > I just tried HTB for about a week in my Intranet, first I implemented HTB > in My Network Cables and it run fine (It `s suprise how good it is compare > to cbq). Then I use HTB for our Wireless Network. But it just keep sent > packet to default class not to classid. I use kernel-2.4.7 default from > RedHat 7.2 distribution that I patch it with diff for 2.4.14. I use Orinoco > Silver as Wireless Card with wvlan_cs as driver and Precompiled TC from HTB > Wesbite. I assign virtual IP on my wireless eth1 192.168.30.1 and eth1:1 > 192.168.31.1. > > I try to sharing my 512 Kbps bandwith to three faculties. Faculty A 128 > Kbps ceil 512 Kbps (classid 1:10), faculty B 128 Kbps ceil 512 Kbps > (classid 1:20) and default goes to classid 1:30. But the HTB keep sending > packet to 1:30 class as default. I use HTB init from > http://freshmeat.net/redir/htb.init/21951/url_homepage/ . So any solutions > for me ? >