The macosxhints Forums

The macosxhints Forums (http://hintsforums.macworld.com/index.php)
-   Networking (http://hintsforums.macworld.com/forumdisplay.php?f=14)
-   -   Where do I get a Net Limiter? (http://hintsforums.macworld.com/showthread.php?t=28486)

mac_man_luke 09-26-2004 04:22 AM

My linksys WRT54G has bandwidth limiting if you use the sevasoft firmware

matbender 09-26-2004 10:23 AM

Since 3 days when I'm on the Mac I have "Activity Monitor" launched.

There are data in and out all the time, not enough though to be a mater (I think), but the transfer is never zero for a while (30 sec max without data transfer).
Is this normal ? :confused:

Some cro$oft apps seems to surf the web more than I do, what do they look for ???
A free update for the Text Editing tool ??? ;)

stetner 09-27-2004 04:49 AM

If you are technically minded, you could route all traffic through one of you Macs and then use 'throttled' along with ipfw to limit bandwidth.

Here are some notes I have in a text file from when I played with it:
Code:

per example:
 
 throttled -s 8192 -d 18192  - set 8K thottle
 throttled -s 32768 -d 13276 - set 32K throttle
 
 then you can add ipfw rules:
 
 ipfw add 50 divert 18192 tcp from me to any
 
 to set max bandwidth from your computer to the world to 8K/sec
 
 ipfw add 51 divert 13276 tcp from any to me
 
 to set max bandwidth from the world to your computer  to 32K/sec

Probably got the notes off someone's web site, but I cannot remember where.....

hayne 09-27-2004 09:55 AM

The notes about "throttled" probably came from this old thread:
http://forums.macosxhints.com/showthread.php?t=9417
which tells you where to get "throttled" and which has a relatively recent post by the author of that program saying that he plans to create a GUI for configuring it.

stetner 09-29-2004 07:54 AM

Quote:

Originally Posted by hayne
The notes about "throttled" probably came from this old thread:
http://forums.macosxhints.com/showthread.php?t=9417
which tells you where to get "throttled" and which has a relatively recent post by the author of that program saying that he plans to create a GUI for configuring it.

Actually from here, but your link is probably better as it has been updated more recently :)


All times are GMT -5. The time now is 08:45 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2014, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.