Hello! I made a script as the attached one but it doesn''t make any limit and I can''t figure out what the problem is. It is working on a Mandrake 10.2 operating system. My problem is I don''t know why it doesn''t work the limits. If you can be of assistance your help would be much appreciated. Looking forward to hear from you, Respectfully, Daniel Phlander Cu respect, Daniel Sandulescu Telefon: 0722-217018 0788-656.946 Tel/Fax: 0245-614556 E-mail : office@optinet.ro __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
On Sunday 25 September 2005 07:37, Daniel Phlander wrote:> I made a script as the attached one but it doesn''t make any limit and I > can''t figure out what the problem is.This is only a quick guess by glancing at your script, but it seems that your HTB class tree is messed up. You have ''only child'' classes - a parent with only one child does not make sense, a child class needs at least one sibling. Your default/filter rules point to parent classes, which won''t work. You must put packets into leaf classes. Attach filter rules to the qdisc (attaching them to classes may not work) and have them point to leaf classes (make sure the default class is a leaf class as well). HTH Andreas