<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Forge Development &#187; ipfw</title>
	<atom:link href="http://www.webforgedevelopment.com/blog/tag/ipfw/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webforgedevelopment.com/blog</link>
	<description>Development News and TechnoBabble</description>
	<lastBuildDate>Mon, 12 Apr 2010 19:52:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How-To: Throttle Download Bandwidth in Mac OS X</title>
		<link>http://www.webforgedevelopment.com/blog/2009/10/29/how-to-throttle-download-bandwidth-in-mac-os-x/</link>
		<comments>http://www.webforgedevelopment.com/blog/2009/10/29/how-to-throttle-download-bandwidth-in-mac-os-x/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 20:45:28 +0000</pubDate>
		<dc:creator>John Vargo</dc:creator>
				<category><![CDATA[HowTos]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ipfw]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.webforgedevelopment.com/blog/?p=8</guid>
		<description><![CDATA[I was downloading a large video file recently, and I didn&#8217;t want it to completely saturate our bandwidth at work, my boss frowns upon this. Since our connection maxes out at about 160KB/s, I wanted to throttle my download bandwidth to 100KB/s. Here&#8217;s how you can accomplish this using ipfw. 1) Open Applications/Utilities/Terminal. 2) At [...]]]></description>
			<content:encoded><![CDATA[<p>I was downloading a large video file recently, and I didn&#8217;t want it to completely saturate our bandwidth at work, my boss frowns upon this.</p>
<p>Since our connection maxes out at about 160KB/s, I wanted to throttle my download bandwidth to 100KB/s. Here&#8217;s how you can accomplish this using ipfw.</p>
<p>1) Open Applications/Utilities/Terminal.<br />
2) At the prompt, type:<code>sudo ipfw pipe 1 config bw 100KByte/s</code><br />
That will create a new &#8220;pipe&#8221; with a 100KB/s maximum throughput.<br />
3) Type:<code>sudo ipfw add 1 pipe 1 src-port 80</code ><br />
That will assign the pipe to all traffic on port 80. You can substitute whatever port you are using.</p>
<p>That's it! Your bandwidth on port 80 (including your download) will be throttled down to 100KBs. You can even do this during an existing download and it shouldn't break anything.</p>
<p>To delete the pipe:<code>sudo ipfw delete 1</code ><br />
That will get you back to full speed. Or, you can just reboot your computer.</p>
<p>Note: tested on Mac OS X 10.5.8, but this should work on all versions of Mac OS X 10.4, 10.5 and 10.6 (at least).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webforgedevelopment.com/blog/2009/10/29/how-to-throttle-download-bandwidth-in-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
