Limiting WAN usage?

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Limiting WAN usage?

Post by pcmattman »

Is there any way I can, on each PC on my network, limit the usage of the WAN to a certain amount? For instance, with 3 people using internet in our house and a 5 GB limit, we have about 50 MB each per day. However, we often exceed this and have to pay fines for the excess usage. Upgrading to a 10 GB plan is more expensive, so we don't want to do that.

So any hints, programs or advice would be appreciated :D
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

On my router you can set such things has that, for each PC on the network.
User avatar
dc0d32
Member
Member
Posts: 69
Joined: Thu Jun 09, 2005 11:00 pm
Location: Right here

Post by dc0d32 »

I had developed this some time ago when i was using a limited MB plan.

Right now it needs to be run in priviledged credentials (specially on Windows Vista, where it can not work if you are not running it as admin). When your quota is over, either daily quota or the total account quota, it pops out info boxes from tray. You can also set the warning levels in terms of MB remaining.

If you are interested, you can simply replace the message popping code with a WMI script to disable the network interface. This is not a very sophisticated code or tool, and you might want to add some more things like communication between all 3 of your machines so that a global usage counter is maintained, or else you can divide the max usage accordingly among 3 machines.

Hope it helps.

Download
A network traffic monitor. Put it in your statrup folder and give admin rights. works silently. Shows you current and average upload/download speeds, account usage display.
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Post by pcmattman »

Dex wrote:On my router you can set such things has that, for each PC on the network.
Which router is that?
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

Belkin F5D7231UK4 plus
Post Reply