<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Building a transparent traffic-shaping bridge</title>
	<atom:link href="http://www.cardus.com/2007/09/24/building-a-transparent-traffic-shaping-bridge/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cardus.com/2007/09/24/building-a-transparent-traffic-shaping-bridge/</link>
	<description>Sean Cardus&#039;s Website</description>
	<lastBuildDate>Tue, 02 Nov 2010 03:10:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Sean</title>
		<link>http://www.cardus.com/2007/09/24/building-a-transparent-traffic-shaping-bridge/comment-page-1/#comment-886</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Fri, 21 Aug 2009 08:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.cardus.com/2007/09/24/building-a-transparent-traffic-shaping-bridge/#comment-886</guid>
		<description>Good catch - I think I fixed this a long time ago in my live script, but forgot to update the post!...

Thanks,
Sean</description>
		<content:encoded><![CDATA[<p>Good catch &#8211; I think I fixed this a long time ago in my live script, but forgot to update the post!&#8230;</p>
<p>Thanks,<br />
Sean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Rittenhouse</title>
		<link>http://www.cardus.com/2007/09/24/building-a-transparent-traffic-shaping-bridge/comment-page-1/#comment-885</link>
		<dc:creator>Ryan Rittenhouse</dc:creator>
		<pubDate>Thu, 20 Aug 2009 17:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.cardus.com/2007/09/24/building-a-transparent-traffic-shaping-bridge/#comment-885</guid>
		<description>Thanks for posting this, it&#039;s helped me get a handle of pf packet shaping. One note, you a slight error in the rules you use to put leechers in the penalty queue. You have the following:

pass in quick on $int_if from {  } to any queue penalty_out
pass in quick on $ext_if from {  } to any queue penalty_in

It should (I think) look like this:

pass in quick on $int_if from {  } to any queue penalty_out
pass in quick on $ext_if from any to {  } queue penalty_in

At any rate, thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for posting this, it&#8217;s helped me get a handle of pf packet shaping. One note, you a slight error in the rules you use to put leechers in the penalty queue. You have the following:</p>
<p>pass in quick on $int_if from {  } to any queue penalty_out<br />
pass in quick on $ext_if from {  } to any queue penalty_in</p>
<p>It should (I think) look like this:</p>
<p>pass in quick on $int_if from {  } to any queue penalty_out<br />
pass in quick on $ext_if from any to {  } queue penalty_in</p>
<p>At any rate, thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Smith</title>
		<link>http://www.cardus.com/2007/09/24/building-a-transparent-traffic-shaping-bridge/comment-page-1/#comment-779</link>
		<dc:creator>Robert Smith</dc:creator>
		<pubDate>Sat, 18 Apr 2009 14:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.cardus.com/2007/09/24/building-a-transparent-traffic-shaping-bridge/#comment-779</guid>
		<description>&lt;a href=&quot;http://www.nmedia.net/flashdist/&quot; rel=&quot;nofollow&quot;&gt;Flashdist&lt;/a&gt; is an excellent script by Chris Cappuccio. He keeps it pretty updated. He also has a Cisco-like shell for configuration which is quite nice. I can tell he&#039;s put a lot of time into it. The most recent version of nsh doesn&#039;t compile on OpenBSD 4.4 (yet). We use a modified version of flashdist, and nsh on our &lt;a href=&quot;https://www.wansecurity.com/products/OpenSecure&quot; rel=&quot;nofollow&quot;&gt;OpenSecure&lt;/a&gt; VPN / Firewall appliances.</description>
		<content:encoded><![CDATA[<p><a href="http://www.nmedia.net/flashdist/" rel="nofollow">Flashdist</a> is an excellent script by Chris Cappuccio. He keeps it pretty updated. He also has a Cisco-like shell for configuration which is quite nice. I can tell he&#8217;s put a lot of time into it. The most recent version of nsh doesn&#8217;t compile on OpenBSD 4.4 (yet). We use a modified version of flashdist, and nsh on our <a href="https://www.wansecurity.com/products/OpenSecure" rel="nofollow">OpenSecure</a> VPN / Firewall appliances.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

