Hi http://mailman.ds9a.nl/pipermail/lartc/2002q3/004977.html I have the same problem to discuss as in the above link. I want to allocate say X MBit per individual connection regardless of the number of connection . KIndly could anyonen suggest me how to proceed. I have tried with SFq but is doesnot yeild my requirement.. Thanks, Namitha. _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
El Thursday 14 September 2006 05:55, Namitha Rao escribió:> Hi > > http://mailman.ds9a.nl/pipermail/lartc/2002q3/004977.html > > I have the same problem to discuss as in the above link. I want to allocate > say X MBit per individual connection regardless of the number of > connection . KIndly could anyonen suggest me how to proceed. > I have tried with SFq but is doesnot yeild my requirement..With CONTRACK/CONNMARK you can get an individual mark per connection, then you will need to allocate dinamic qdisc/class/filter to match that mark. Problems that i see: -do not know if there is an easy way to know wath mark was assigned, but you can allways ''use the source'' -do not have experience adding and deleting qdisc/class/filter in milisecond basis. Not shure at all, but i think that is possible. -- Luciano
Namitha Rao wrote:> Hi > > http://mailman.ds9a.nl/pipermail/lartc/2002q3/004977.html > > I have the same problem to discuss as in the above link. I want to allocate > say X MBit per individual connection regardless of the number of > connection > . KIndly could anyonen suggest me how to proceed. > I have tried with SFq but is doesnot yeild my requirement.. > > Thanks, > Namitha.If you can''t think of a way to turn a connection into a class then search the archive for perflow - someone once started a qdisc to do this. Andy.