<?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: Who wants Hulu?</title>
	<atom:link href="http://delx.net.au/blog/2009/03/who-wants-hulu/feed/" rel="self" type="application/rss+xml" />
	<link>http://delx.net.au/blog/2009/03/who-wants-hulu/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 13 Jul 2010 08:00:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: oobe</title>
		<link>http://delx.net.au/blog/2009/03/who-wants-hulu/comment-page-1/#comment-1144</link>
		<dc:creator>oobe</dc:creator>
		<pubDate>Sun, 11 Apr 2010 04:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://delx.net.au/blog/?p=128#comment-1144</guid>
		<description>I made a new huluhosts.txt it contains several IPs like 20 plus cause I found that It often stops working so i used the tcpdump command you mentioned to keep watch and added them one by one
as necessary here is my list http://www.insidiousramblings.com/huluhosts.txt hope it helps someone</description>
		<content:encoded><![CDATA[<p>I made a new huluhosts.txt it contains several IPs like 20 plus cause I found that It often stops working so i used the tcpdump command you mentioned to keep watch and added them one by one<br />
as necessary here is my list <a href="http://www.insidiousramblings.com/huluhosts.txt" rel="nofollow">http://www.insidiousramblings.com/huluhosts.txt</a> hope it helps someone</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: delx</title>
		<link>http://delx.net.au/blog/2009/03/who-wants-hulu/comment-page-1/#comment-1142</link>
		<dc:creator>delx</dc:creator>
		<pubDate>Tue, 06 Apr 2010 09:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://delx.net.au/blog/?p=128#comment-1142</guid>
		<description>You need to read the instructions more carefully. In particular, to the best of my knowledge you cannot use an HTTP proxy (I&#039;m assuming it&#039;s Squid or similar) to proxy the Flash streams. You must use the script I wrote, or a SOCKS proxy.</description>
		<content:encoded><![CDATA[<p>You need to read the instructions more carefully. In particular, to the best of my knowledge you cannot use an HTTP proxy (I&#8217;m assuming it&#8217;s Squid or similar) to proxy the Flash streams. You must use the script I wrote, or a SOCKS proxy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mlr</title>
		<link>http://delx.net.au/blog/2009/03/who-wants-hulu/comment-page-1/#comment-1141</link>
		<dc:creator>mlr</dc:creator>
		<pubDate>Thu, 01 Apr 2010 23:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://delx.net.au/blog/?p=128#comment-1141</guid>
		<description>I&#039;m trying to do this with iptables, and a Squid proxy in the US.  I&#039;d like to only forward certain urls to the US proxy (hulu , pandora...)  I can get pandora to work but not hulu.  Any ideas?


      iptables -t nat -A PREROUTING -i $interface -p tcp -d www.pandora.com --dport 80 -j DNAT --to 321.321.321.321:3128
      iptables -t nat -A PREROUTING -i $interface -p tcp -d releasegeo.hulu.com --dport 80 -j DNAT --to 321.321.321.321:3128
      iptables -t nat -A PREROUTING -i $interface -p tcp -d 205.241.224.0/24 --dport 80 -j DNAT --to 321.321.321.321:3128



      iptables -t nat -A PREROUTING -i $interface -p tcp --dport 80 -j REDIRECT --to-ports $HTTP_PROXY_PORT

Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to do this with iptables, and a Squid proxy in the US.  I&#8217;d like to only forward certain urls to the US proxy (hulu , pandora&#8230;)  I can get pandora to work but not hulu.  Any ideas?</p>
<p>      iptables -t nat -A PREROUTING -i $interface -p tcp -d <a href="http://www.pandora.com" rel="nofollow">http://www.pandora.com</a> &#8211;dport 80 -j DNAT &#8211;to 321.321.321.321:3128<br />
      iptables -t nat -A PREROUTING -i $interface -p tcp -d releasegeo.hulu.com &#8211;dport 80 -j DNAT &#8211;to 321.321.321.321:3128<br />
      iptables -t nat -A PREROUTING -i $interface -p tcp -d 205.241.224.0/24 &#8211;dport 80 -j DNAT &#8211;to 321.321.321.321:3128</p>
<p>      iptables -t nat -A PREROUTING -i $interface -p tcp &#8211;dport 80 -j REDIRECT &#8211;to-ports $HTTP_PROXY_PORT</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pwl</title>
		<link>http://delx.net.au/blog/2009/03/who-wants-hulu/comment-page-1/#comment-1124</link>
		<dc:creator>pwl</dc:creator>
		<pubDate>Wed, 17 Feb 2010 15:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://delx.net.au/blog/?p=128#comment-1124</guid>
		<description>thanks for posting all this

fwiw it appears that ipfw  forwarding is broken on mac os x 10.6.x - so if you run into trouble with this &amp; are using snow leopard - there&#039;s the problem :P</description>
		<content:encoded><![CDATA[<p>thanks for posting all this</p>
<p>fwiw it appears that ipfw  forwarding is broken on mac os x 10.6.x &#8211; so if you run into trouble with this &amp; are using snow leopard &#8211; there&#8217;s the problem :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: delx</title>
		<link>http://delx.net.au/blog/2009/03/who-wants-hulu/comment-page-1/#comment-1121</link>
		<dc:creator>delx</dc:creator>
		<pubDate>Sun, 14 Feb 2010 06:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://delx.net.au/blog/?p=128#comment-1121</guid>
		<description>Automatic updates to /etc/hosts for those who want it</description>
		<content:encoded><![CDATA[<p>Automatic updates to /etc/hosts for those who want it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IF</title>
		<link>http://delx.net.au/blog/2009/03/who-wants-hulu/comment-page-1/#comment-1098</link>
		<dc:creator>IF</dc:creator>
		<pubDate>Mon, 01 Feb 2010 19:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://delx.net.au/blog/?p=128#comment-1098</guid>
		<description>Hi

Just wanted to thank you for this list, I ended up routing it over a VPN but I still need your /etc/hosts file to know what to route and what to leave on my normal connection. Much appreciated. Also, I recently stopped being able to get on and found that the IP address 205.241.224.46 on hulu&#039;s end was being accessed on the flash streaming port. It wasn&#039;t one I had previously been routing over the VPN. Maybe useful for someone else.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Just wanted to thank you for this list, I ended up routing it over a VPN but I still need your /etc/hosts file to know what to route and what to leave on my normal connection. Much appreciated. Also, I recently stopped being able to get on and found that the IP address 205.241.224.46 on hulu&#8217;s end was being accessed on the flash streaming port. It wasn&#8217;t one I had previously been routing over the VPN. Maybe useful for someone else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: delx</title>
		<link>http://delx.net.au/blog/2009/03/who-wants-hulu/comment-page-1/#comment-1088</link>
		<dc:creator>delx</dc:creator>
		<pubDate>Wed, 27 Jan 2010 13:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://delx.net.au/blog/?p=128#comment-1088</guid>
		<description>Updated /etc/hosts again</description>
		<content:encoded><![CDATA[<p>Updated /etc/hosts again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://delx.net.au/blog/2009/03/who-wants-hulu/comment-page-1/#comment-1085</link>
		<dc:creator>james</dc:creator>
		<pubDate>Sat, 12 Dec 2009 07:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://delx.net.au/blog/?p=128#comment-1085</guid>
		<description>Does this still work for others?

I&#039;m server geoCheck and crossdomain correctly (and a result pass the geocheck on the support page), but still get blocked with a non-us/proxy notice.</description>
		<content:encoded><![CDATA[<p>Does this still work for others?</p>
<p>I&#8217;m server geoCheck and crossdomain correctly (and a result pass the geocheck on the support page), but still get blocked with a non-us/proxy notice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IF</title>
		<link>http://delx.net.au/blog/2009/03/who-wants-hulu/comment-page-1/#comment-1084</link>
		<dc:creator>IF</dc:creator>
		<pubDate>Sun, 06 Dec 2009 02:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://delx.net.au/blog/?p=128#comment-1084</guid>
		<description>Thanks for the reply.

If I use your rewrite I rule I get a 404 on both http://releasegeo.hulu.com/ and http://releasegeo.hulu.com/geoCheck

If I take the /$1 off the end, I get a printout of the path.cgi, without it being parsed or executed.

Here&#039;s my complete VirtualHost



DocumentRoot /root/releasegeo/apache
ServerName releasegeo.hulu.com

# Other directives here
RewriteEngine On
RewriteRule ^(.*) /usr/lib/cgi-bin/path.cgi/$1

</description>
		<content:encoded><![CDATA[<p>Thanks for the reply.</p>
<p>If I use your rewrite I rule I get a 404 on both <a href="http://releasegeo.hulu.com/" rel="nofollow">http://releasegeo.hulu.com/</a> and <a href="http://releasegeo.hulu.com/geoCheck" rel="nofollow">http://releasegeo.hulu.com/geoCheck</a></p>
<p>If I take the /$1 off the end, I get a printout of the path.cgi, without it being parsed or executed.</p>
<p>Here&#8217;s my complete VirtualHost</p>
<p>DocumentRoot /root/releasegeo/apache<br />
ServerName releasegeo.hulu.com</p>
<p># Other directives here<br />
RewriteEngine On<br />
RewriteRule ^(.*) /usr/lib/cgi-bin/path.cgi/$1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: delx</title>
		<link>http://delx.net.au/blog/2009/03/who-wants-hulu/comment-page-1/#comment-1083</link>
		<dc:creator>delx</dc:creator>
		<pubDate>Thu, 03 Dec 2009 08:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://delx.net.au/blog/?p=128#comment-1083</guid>
		<description>The path.cgi script is not meant to be executed from the command line. Try using something like:
&lt;tt&gt;RewriteRule ^(.*) /a/b/c/path.cgi/$1&lt;/tt&gt;</description>
		<content:encoded><![CDATA[<p>The path.cgi script is not meant to be executed from the command line. Try using something like:<br />
<tt>RewriteRule ^(.*) /a/b/c/path.cgi/$1</tt></p>
]]></content:encoded>
	</item>
</channel>
</rss>
