This is a discussion on iproute2 - traffic shaping within the Linux Networking forums, part of the Linux Forums category; Phl4me <discr00t@hotmail.com> écrivait news:3f29521c$0$17042$91cee783 @newsreader02.highway.telekom.at: > Does someone know ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Phl4me <discr00t@hotmail.com> écrivait news:3f29521c$0$17042$91cee783
@newsreader02.highway.telekom.at: > Does someone know any good tutorials or documentations about this topic? > Or does someone know how to cope with this prob.? > Start here : http://www.cs.pitt.edu/~hdxia/linux_qos.html http://www.tldp.org/HOWTO/ADSL-Bandw...WTO/index.html http://www.tldp.org/HOWTO/Adv-Routing-HOWTO/index.html Regards |
|
|||
|
Hi, all...
I'm working on a router which has to add a certain rate to certain ip-adresses and adress-classes. I mark the incoming packets based on their source-adress with values up to 255. And finally i set certain rules with the tc commands to assign this adresses the rate... The problem is, that the adresses get a lower or higher rate than assigned. Does someone know any good tutorials or documentations about this topic? Or does someone know how to cope with this prob.? thx in advance for your help |
|
|||
|
Phl4me wrote:
> Hi, all... > I'm working on a router which has to add a certain rate to certain > ip-adresses and adress-classes. > I mark the incoming packets based on their source-adress with values > up to 255. And finally i set certain rules with the tc commands to > assign this adresses the rate... > The problem is, that the adresses get a lower or higher rate than > assigned. Does someone know any good tutorials or documentations about > this topic? Or does someone know how to cope with this prob.? > > thx in advance for your help Linux Advanced Routing & Traffic Control HOWTO is a standard document. < http://lartc.org/ > But, beware, it contains a large amount of information. If you need to learn about specific capabilities, then this is your document. Checking the Cookbook section will help you set something up quickly. Antoine EMERIT wrote: > > Start here : > > http://www.cs.pitt.edu/~hdxia/linux_qos.html > http://www.tldp.org/HOWTO/ADSL-Bandw...WTO/index.html > http://www.tldp.org/HOWTO/Adv-Routing-HOWTO/index.html > > > Regards Thanks for that link (ADSL HOWTO)--it is a much better overview than the LARTC Guide. |