On Sat, 2007-02-10 at 10:36 +1100, tkb2766 wrote: > > -----Original Message----- > > From: Andrew Beverley [mailto:andy@xxxxxxxxxxx] > > Sent: Saturday, 10 February 2007 0:01 > > To: tkb2766 > > Cc: 'LARTC' > > Subject: RE: Problems with HTB. Help! > > > > I see the problem. You're using a default of 13 so all unclassified > > traffic goes to classid 13. All traffic from and to 192.168.200.163 > > falls into this category, and is therefore limited to 30 kbit. > > > > I suggest changing your default to 10, removing the U32 rules to match > > all the other hosts, and using -j CLASSIFY --set-class 2:13 on your > > iptables rule (the current one based on MARK isn't used at the minute > > anyway because there is no tc filter for it). > > > > Hope this helps, > > > > Andy Beverley > > > > I've already tried what you suggest and it did not work. Can you send your modified rules then that you say still 'did not work'? Your scripts as previously sent would definitely show the behaviour you describe, ie all unmatched traffic (including your p2p machine both ways) rate limited to 30kbit > I also do not have > the capability to use CLASSIFY in IPTABLES - what module provides this > functionalty? Not sure what the module's called, but it's "CLASSIFY target support" in the kernel menuconfig (CONFIG_NETFILTER_XT_TARGET_CLASSIFY in the kernel config file) If you haven't got it just use MARK, but you'll need the extra filter lines for tc. _______________________________________________ LARTC mailing list LARTC@xxxxxxxxxxxxxxx http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc