Hi all, In my script, i assigned specific ip''s to set classes, and assume by default any other ip not matching my list of ips falls into the default class. Consequently ave had occasions whenever systems that have ip''s which am sure fall into the default class, are in use, traffic tends to get congested on "normal" classes... NB. my default class has the lowest priority 1. Is this meant to be so, if not how can i correct it? 2. Is it possible to know the sort of traffic passing thru the default class? If possible improve the rate of other classes by matching important traffic back to a higher priority class. 3. Can I also match by mac-addresses? TIA K _________________________________________________________________ Great deals on high-speed Internet access as low as $26.95. https://broadband.msn.com (Prices may vary by service area.) _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Tuesday 18 November 2003 00:23, Chijioke Kalu wrote:> Hi all, > > In my script, i assigned specific ip''s to set classes, and assume by > default any other ip not matching my list of ips falls into the default > class. Consequently ave had occasions whenever systems that have ip''s which > am sure fall into the default class, are in use, traffic tends to get > congested on "normal" classes...I suppose you use htb ....> NB. my default class has the lowest priority > > 1. Is this meant to be so, if not how can i correct it?It''s not meant to be like that.> 2. Is it possible to know the sort of traffic passing thru the default > class? If possible improve the rate of other classes by matching important > traffic back to a higher priority class.No. Default class is used after all other filters are checked.> 3. Can I also match by mac-addresses?Yes : iptables + fw filter. Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.openprojects.net _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>>Hi all, >> >>In my script, i assigned specific ip''s to set classes, and assume by >>default any other ip not matching my list of ips falls into the default >>class. Consequently ave had occasions whenever systems that have ip''s >>which >>am sure fall into the default class, are in use, traffic tends to get >>congested on "normal" classes... >I suppose you use htb ....Yes i do :)>>NB. my default class has the lowest priority >> >>1. Is this meant to be so, if not how can i correct it? >It''s not meant to be like that.Made some corrections, added another class, and any ip not matched is directed there... so even when the ëxtra non classified ips are in use, ave seen some improvements in the browsing speed ;) now to get squid and tc working in tandem...>>2. Is it possible to know the sort of traffic passing thru the default >>class? If possible improve the rate of other classes by matching >>important >>traffic back to a higher priority class. >No. Default class is used after all other filters are checked.>>3. Can I also match by mac-addresses? >Yes : iptables + fw filter.was afraid of this, didnt want to do any iptable markings, guess its all or bust...>StefThanks K _________________________________________________________________ Is your computer infected with a virus? Find out with a FREE computer virus scan from McAfee. Take the FreeScan now! http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/