<?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>digitalXERO</title>
	<atom:link href="http://www.digitalxero.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalxero.com</link>
	<description>web development and design</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:19:04 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title></title>
		<link>http://www.digitalxero.com/other/26/</link>
		<comments>http://www.digitalxero.com/other/26/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 17:19:04 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[comcast]]></category>
		<category><![CDATA[ipv6]]></category>

		<guid isPermaLink="false">http://www.digitalxero.com/?p=26</guid>
		<description><![CDATA[How to get Jeff Forman's IPV6 walkthrough working on a DD-WRT router with RADVD.]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.jeffreyforman.net/2010/07/25/new-and-shiny-comcast-ipv6/" target="_blank">Jeff Forman put up a blog post on his website</a> detailing how he got the Comcast IPV6 working through the trial. His setup explains exactly how to do this if you&#8217;re trying to get it to work on a Linux box, but not how to do this on your router and put it through your entire network. I&#8217;m running the custom DD-WRT build by crushedhat that gets IPV6 working, and have been using it with a HurricaneElectric tunnel for awhile. With the help of my friend whfsdude on <a href="http://www.mozor.net" target="_blank">Mozor</a> I&#8217;ve been able to make this work. I can&#8217;t guarantee that it will work for you, and whenever you&#8217;re trying to install custom firmware on a router, you should be careful, as you can brick your router.</p>
<p>First off, you may want to read through Jeff&#8217;s post. You&#8217;re going to need your WANIP as he calls it, and you&#8217;ll need it converted into HEX.</p>
<p>To start with, in DD-WRT, you need to enable IPV6 and RADVD in Management. In the config section, put something like this:</p>
<blockquote>
<pre>
interface br0 {
        AdvSendAdvert on;
        prefix 2001:55c:[WAN IP in hex form ####.####]::/64
        {
                AdvOnLink on;
                AdvAutonomous on;
        };
};
</pre>
</blockquote>
<p>Then, in the Commands tab, you need to run the following for startup:</p>
<blockquote>
<pre>
ip tunnel add he-ipv6 mode sit remote 69.252.80.66 local [WAN IP in ###.###.###.### form] ttl 255
ip link set he-ipv6 up
ip addr add 2001:55c:[WAN IP in hex form ####.####]::1/32 dev he-ipv6
ip route add ::/0 dev he-ipv6
ip addr add 2001:55c:[WAN IP in hex form ####.####]::/64 dev br0
</pre>
</blockquote>
<p>Additionally, due to the security vulnerability found in DD-WRT (patched already, but not in crushedhat&#8217;s build), you should run the following firewall script:</p>
<blockquote>
<pre>
insmod ip6t_REJECT
ip6tables -F
ip6tables -A FORWARD -p tcp -i he-ipv6 --syn -m multiport --dports ftp-data,ftp,ssh,smtp,http,https,ntp,domain -j ACCEPT
ip6tables -A FORWARD -p tcp -i he-ipv6 --syn -j REJECT --reject-with adm-prohibited
ip6tables -A FORWARD -p udp -i he-ipv6 -m multiport --dports ntp,domain -j ACCEPT
ip6tables -A FORWARD -p udp -i he-ipv6 -j REJECT --reject-with adm-prohibited
</pre>
</blockquote>
<p>That&#8217;s it. It was easy for me because I just swapped my he settings for the comcast ones that Jeff (and whfsdude) provided. It may not work for you, but good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalxero.com/other/26/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Voice Invites Now Available</title>
		<link>http://www.digitalxero.com/other/google-voice-invites-now-available/</link>
		<comments>http://www.digitalxero.com/other/google-voice-invites-now-available/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 12:49:56 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://www.digitalxero.com/?p=24</guid>
		<description><![CDATA[I just saw on the Google Voice blog that existing Google Voice subscribers now are getting three invites to give out to friends. I logged into my account this morning, no invites yet for me. But let the eBay sale of numbers begin again!
]]></description>
			<content:encoded><![CDATA[<p>I just saw on the Google Voice blog that existing Google Voice subscribers now are <a title="Google Voice Invites" href="http://googlevoiceblog.blogspot.com/2009/10/invite-friend-to-google-voice.html" target="_blank">getting three invites to give out to friends</a>. I logged into my account this morning, no invites yet for me. But let the eBay sale of numbers begin again!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalxero.com/other/google-voice-invites-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auburn Tigers Game Countdown</title>
		<link>http://www.digitalxero.com/projects/auburn-tigers-game-countdown/</link>
		<comments>http://www.digitalxero.com/projects/auburn-tigers-game-countdown/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 14:48:57 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.digitalxero.com/?p=15</guid>
		<description><![CDATA[
My wife has always loved the Auburn Tigers, and for her, I&#8217;ve written the Auburn Tigers Game Countdown. It does a simple countdown to all their 2009/2010 football games. It gives the dates and, if available, the times/broadcast locations. There is an iPhone optimized version of the site as well (same URL). Finally, if you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.digitalxero.com/projects/auburn-tigers-game-countdown/" title="Auburn Tigers Game Countdown"><img src="http://www.digitalxero.com/wp-content/uploads/2009/08/wareagle1-150x150.png" alt="Hey!" class="feed-image" /></a><p><a href="http://auburn.rk4.us"><img class="alignnone size-thumbnail wp-image-17" title="wareagle" src="http://www.digitalxero.com/wp-content/uploads/2009/08/wareagle-150x150.png" alt="wareagle" width="150" height="150" /></a></p>
<p>My wife has always loved the Auburn Tigers, and for her, I&#8217;ve written the Auburn Tigers Game Countdown. It does a simple countdown to all their 2009/2010 football games. It gives the dates and, if available, the times/broadcast locations. There is an iPhone optimized version of the site as well (same URL). Finally, if you&#8217;re using OS X, open in Safari, then choose Open In Dashboard, and you can add it as a widget in your dashboard!</p>
<p>Where can this be found?<br />
<a href="http://auburn.rk4.us">http://auburn.rk4.us</a></p>
<p>(Forgive the All Times and Music Eastern joke&#8230; Its a reference to Adult Swim)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalxero.com/projects/auburn-tigers-game-countdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trillian Astra 4.0 Released!</title>
		<link>http://www.digitalxero.com/other/trillian-astra-4-0-released/</link>
		<comments>http://www.digitalxero.com/other/trillian-astra-4-0-released/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 14:37:14 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[fun stuff]]></category>

		<guid isPermaLink="false">http://www.digitalxero.com/?p=11</guid>
		<description><![CDATA[I&#8217;ve been alpha testing Trillian Astra 4.0 now since late 2007, and the finished product was finally just released! I&#8217;ve enjoyed using the alpha and have used it regularly since I got invited into the alpha, and can say that its a nice, stable, mature product now. I love the features of it, and hope [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been alpha testing Trillian Astra 4.0 now since late 2007, and the finished product was finally just released! I&#8217;ve enjoyed using the alpha and have used it regularly since I got invited into the alpha, and can say that its a nice, stable, mature product now. I love the features of it, and hope they release the Mac OS X client soon too! Then I&#8217;ll use Trillian everywhere!</p>
<p>If you haven&#8217;t tried Trillian before, now&#8217;s the time! I love it!</p>
<p>You can <a href="http://www.trillian.im/download/">download Trillian</a> from the Cerulean Studio&#8217;s website. You can also see their release announcement <a href="http://blog.ceruleanstudios.com/?p=537">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalxero.com/other/trillian-astra-4-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome!</title>
		<link>http://www.digitalxero.com/announcements/welcome/</link>
		<comments>http://www.digitalxero.com/announcements/welcome/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 22:44:41 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.digitalxero.com/?p=1</guid>
		<description><![CDATA[Welcome to digitalXERO. This site will house my web design and development work.
]]></description>
			<content:encoded><![CDATA[<p>Welcome to digitalXERO. This site will house my web design and development work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalxero.com/announcements/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
