<?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>Thu, 15 Mar 2012 23:51:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: delx</title>
		<link>http://delx.net.au/blog/2009/03/who-wants-hulu/comment-page-1/#comment-1236</link>
		<dc:creator>delx</dc:creator>
		<pubDate>Sun, 11 Dec 2011 07:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://delx.net.au/blog/?p=128#comment-1236</guid>
		<description>This guide is out of date, please see the new guide here: http://delx.net.au/blog/2011/12/hulu-and-pandora-outside-usa/</description>
		<content:encoded><![CDATA[<p>This guide is out of date, please see the new guide here: <a href="http://delx.net.au/blog/2011/12/hulu-and-pandora-outside-usa/" rel="nofollow">http://delx.net.au/blog/2011/12/hulu-and-pandora-outside-usa/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://delx.net.au/blog/2009/03/who-wants-hulu/comment-page-1/#comment-1171</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sat, 12 Feb 2011 20:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://delx.net.au/blog/?p=128#comment-1171</guid>
		<description>Amazing, 5 days trying to get Huludesktop working with dante socks, 5 minutes and huludesktop is up and running  using this solution. Many thanks</description>
		<content:encoded><![CDATA[<p>Amazing, 5 days trying to get Huludesktop working with dante socks, 5 minutes and huludesktop is up and running  using this solution. Many thanks</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

