Ubuntu – How to distribute internet speed equally

12.04download-speedinternetwindows

Hi i am using adsl on my internet cafe and is there any way that i can distribute internet speed equally in all computers, is there any program for linux (Ubuntu) and Windows as well control and distribute internet speed referring to download/upload speed.

For example

  1. Internet speed is controlled by a server / proxy or main computer
  2. clients have there quota of speed equally for all clients

Best Answer

Although this is a bit different that what you asked for, this may be one solution. If you take the number of PCs and divide the speed by that you could use wondershaper for the Ubuntu computers.

$ sudo apt-get install wondershaper

To use it, run ifconfig to find the name of your network controller. After that, type the upload speed in Kbps and and finally upload speed.

$ sudo wondershaper eth0 1024 256

For more complete information see this link: http://binwaheed.blogspot.com/2011/01/limit-internet-bandwidth-usage-internet.html