DOH! Thanks for that, It was a cut-and-paste error.... I swear I read that thing 100 times and didn't see it... Thanks again. Regards Kevin -- Kevin Withnall - B Comp Sci, Master CNE, MCSE ILB Computing Pty. Ltd. Phone: +61 2 42270000 Fax:+61 2 42270080 Email:kevin@xxxxxxxxxxxx http://kevin.withnall.com > -----Original Message----- > From: lartc-admin@xxxxxxxxxxxxxxx > [mailto:lartc-admin@xxxxxxxxxxxxxxx] On Behalf Of Corey Hickey > Sent: Sunday, 14 March 2004 7:35 PM > To: lartc@xxxxxxxxxxxxxxx > Subject: Re: Setting up htb on 2.6.3 > > Kevin Withnall wrote: > > I think the kernel is fine. I received some patches and re-compiled > > iproute2 on 2.4.20, moved the binaries to 2.6.3 and it works more.. > > > > Heres what happens now. > > > > #./qd > > + tc qdisc del dev eth0 root > > + tc qdisc del dev eth0 ingress > > + tc qdisc add dev eth0 root handle 1: htb > > + tc class add dev eth1 parent 1: classid 1:1 htb rate > 6mbit burst 15k > > RTNETLINK answers: No such file or directory > > > > The qdisc command works but the class one doesn't. Any ideas ? > > > > Thanks > > > > That's because you switched from eth0 to eth1, in your last > command. If > you want to assign an htb class to eth1, you have to first > assign it an > htb qdisc: > > tc qdisc add dev eth1 root handle 1: htb > tc class add dev eth1 parent 1: classid 1:1 htb rate 6mbit burst 15k > > -Corey > > _______________________________________________ > LARTC mailing list / LARTC@xxxxxxxxxxxxxxx > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ > _______________________________________________ LARTC mailing list / LARTC@xxxxxxxxxxxxxxx http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/