|
How to distribute Network bandwidth between Network clients dynamically ?
Hello all,
I am running a IPTABLES + Squid environment.
I want to distribure Network Bandwidth (mostly internet connectivity) over no. of clients dynamically. By means of dynamically,
e.g.
Total B/w : 1 mbps
If no. of clients = 50 then, each client can use max 1mb/50 = 20 kbps
If no. of clients = 20 then, each client can use max 1mb/20 = 50 kbps
Note : No. of clients should be decided runtime without user interaction.
How can i achieve this using iptables rules ?
Any pros/cons for this type of environment ?
I am start searching on the net for same, but your help will be definitely useful.
Thanks in advance,
|