macfidelity

|

rethinking the think-different thing

mac | Limit bandwidth in Mac OS X using ipfw

May 17th, 2009 at 0:03

Ever wondered if it’s possible to limit your bandwidth in Mac OS X without installing additional software ?

Yes it is

Basically you just need some terminal and IPFW knowledge

Let’s assume we want to simulate a 8 KByte/sec limit for port 80

Step 1 – Define bandwidth rule

sudo ipfw pipe 1 config bw 8KByte/s

Step 2 – Bind rule to port

sudo ipfw add 1 pipe 1 src-port 80

Now we have added the rule 1 and the limit should be active.

Remove bandwith limit

If you want to disable this limitation again fire up terminal again and delete rule 1

sudo ipfw delete 1

Links

If you are new to ipfw and dislike terminal hacking or prefer a gui in general consider taking a look on the following ipfw ui’s

In addition some general ipfw-related informations

via

Tags: , ,

2 Responses to “mac | Limit bandwidth in Mac OS X using ipfw”

  1. Zettt Says:

    Ha! Den Tipp hab ich heute das erste mal gebraucht. Danke dir.

  2. fidel Says:

    hehe …. schön ;)

    Was warst den wieder am frickeln ?

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>