Networking Forums

Networking Forums > Computer Networking > Linux Networking > Dynamical Bandwidth Control?

Reply
Thread Tools Display Modes

Dynamical Bandwidth Control?

 
 
Leonardo H. Machado
Guest
Posts: n/a

 
      09-29-2003, 11:19 PM
Sirs,
I am searching a tool to dynamically control bandwidth in my network.
Suppose I have a network composed of some subnets. I don't want
that one single subnet takes control of the whole bandwidth thought
the gateway. There are some solutions like iproute with cbq etc.
But I would like to have the flow control of the network, through
my gateway, dynamically handled. That means, if subnet 1 needs all
the bandwidth for less than 1 minute, that ok. The burst of 1 minute
is tolerated. But after this 1 minute I must reduce the bandwidth
it is using until it reaches a minimum that is fair to the others.
I saw many Papers on the net with plenty of algorithms to handle
queues an so on.
Is there a software for a a Linux router that solves my problem? If
doesn't, what do we have that is closest to what I need?

--
//leoh
main(){int j=1234;char t[]=":@abcdefghijklmnopqrstuvwxyz.\n"
,*i = "iqgbgxmlvivuc\n:wwnfwsdoi"; char *strchr(char *,int);
while(*i){j+=strchr(t,*i++)-t;j%=sizeof t-1;putchar(t[j]);}}
 
Reply With Quote
 
 
 
 
Leonardo H. Machado
Guest
Posts: n/a

 
      09-29-2003, 11:56 PM

I found a software at http://www.etinc.com/

Does anybody know anything about it? Is it good and flexible? Works fine under
linux box?

--
//leoh
main(){int j=1234;char t[]=":@abcdefghijklmnopqrstuvwxyz.\n"
,*i = "iqgbgxmlvivuc\n:wwnfwsdoi"; char *strchr(char *,int);
while(*i){j+=strchr(t,*i++)-t;j%=sizeof t-1;putchar(t[j]);}}
 
Reply With Quote
 
joseph philip
Guest
Posts: n/a

 
      09-30-2003, 12:26 AM
On Mon, 29 Sep 2003 23:19:30 +0000, Leonardo H. Machado wrote:

> Sirs,
> I am searching a tool to dynamically control bandwidth in my network.
> Suppose I have a network composed of some subnets. I don't want
> that one single subnet takes control of the whole bandwidth thought
> the gateway. There are some solutions like iproute with cbq etc.
> But I would like to have the flow control of the network, through
> my gateway, dynamically handled. That means, if subnet 1 needs all
> the bandwidth for less than 1 minute, that ok. The burst of 1 minute
> is tolerated. But after this 1 minute I must reduce the bandwidth
> it is using until it reaches a minimum that is fair to the others.
> I saw many Papers on the net with plenty of algorithms to handle
> queues an so on.
> Is there a software for a a Linux router that solves my problem? If
> doesn't, what do we have that is closest to what I need?



What you are looking for is called traffic control. The binary for setting
things up is called "tc", and there is a large document on how to set it
all up at www.lartc.org


Yes, tc has lots of papers and accademic docs. Not too much on the "how do
I do this?" department. lartc.org is a good starting point, though.


luck

 
Reply With Quote
 
Joerg Morbitzer
Guest
Posts: n/a

 
      09-30-2003, 01:39 PM
Leonardo H. Machado wrote:

>
> I found a software at http://www.etinc.com/
>
> Does anybody know anything about it? Is it good and flexible? Works fine
> under linux box?
>


I am using tc and htb, this works fine and is not that difficult to
configure. There are enough examples in the internet, simply fire google
with something like"htb linux iptables example"...

Regards, Joerg.

 
Reply With Quote
 
Adam Dyga
Guest
Posts: n/a

 
      09-30-2003, 04:26 PM
Leonardo H. Machado wrote:

> Sirs,
> I am searching a tool to dynamically control bandwidth in my network.
> Suppose I have a network composed of some subnets. I don't want
> that one single subnet takes control of the whole bandwidth thought
> the gateway. There are some solutions like iproute with cbq etc.
> But I would like to have the flow control of the network, through
> my gateway, dynamically handled. That means, if subnet 1 needs all
> the bandwidth for less than 1 minute, that ok. The burst of 1 minute
> is tolerated. But after this 1 minute I must reduce the bandwidth
> it is using until it reaches a minimum that is fair to the others.
> I saw many Papers on the net with plenty of algorithms to handle
> queues an so on.
> Is there a software for a a Linux router that solves my problem? If
> doesn't, what do we have that is closest to what I need?
>


try HTB

--
pozdr
adeon
 
Reply With Quote
 
Leonardo H. Machado
Guest
Posts: n/a

 
      10-02-2003, 02:37 PM
Thnx everybody who helped me on this subjetc. htb seems to solve my
problem.

Adam Dyga <(E-Mail Removed)> wrote:
> Leonardo H. Machado wrote:
>
>> Sirs,
>> Is there a software for a a Linux router that solves my problem? If
>> doesn't, what do we have that is closest to what I need?
>>

>
> try HTB
>


--
//leoh
main(){int j=1234;char t[]=":@abcdefghijklmnopqrstuvwxyz.\n"
,*i = "iqgbgxmlvivuc\n:wwnfwsdoi"; char *strchr(char *,int);
while(*i){j+=strchr(t,*i++)-t;j%=sizeof t-1;putchar(t[j]);}}
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IP address based Bandwidth Control ali Linux Networking 3 06-14-2007 05:42 AM
Bandwidth control aapman@gmail.com Linux Networking 6 01-18-2005 01:47 PM
Bandwidth control Gary Eden Wireless Internet 4 04-25-2004 05:14 PM
Bandwidth control in Windows XP and P2P apps FSAA Windows Networking 3 04-19-2004 11:55 AM
Bandwidth control in Windows XP and P2P apps FSAA Home Networking 3 04-19-2004 11:55 AM



1 2 3 4 5 6 7 8 9 10 11