<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     >
  <channel>
    <title>Topdog.za.net</title>
    <link>http://www.topdog.za.net</link>
    <description>A bored sysadmin</description>
    <pubDate>Fri, 26 Feb 2016 10:06:56 GMT</pubDate>
    <generator>Blogofile</generator>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <item>
      <title>Links of the day: Running IPv6 at home</title>
      <link>http://www.topdog.za.net/2012/04/20/links-of-the-day:-running-ipv6-at-home</link>
      <pubDate>Fri, 20 Apr 2012 17:44:00 SAST</pubDate>
      <category><![CDATA[IPv6]]></category>
      <category><![CDATA[Links]]></category>
      <category><![CDATA[Linux]]></category>
      <guid isPermaLink="true">http://www.topdog.za.net/2012/04/20/links-of-the-day:-running-ipv6-at-home</guid>
      <description>Links of the day: Running IPv6 at home</description>
      <content:encoded><![CDATA[<p>I have been running IPv6 on my internet servers for over 2 years now, 
so i thought it was time i take to running it at home as well. I run
a couple of Linksys WRT34GL routers with TomatoUSB firmware so getting
up and running was trivial.</p>
<p>I used the <a href="http://tomato.groov.pl/index.php?dir=K26%2Fbuild5x-088-EN">Shibby</a> Mini IPv6 VPN custom build of Tomato.</p>
<h2>Links</h2>
<p>The following links should get you up and running in no time.</p>
<ul>
<li><a href="http://troywitthoeft.com/get-your-home-network-connected-with-ipv6/">Get your home connected with IPv6</a></li>
<li><a href="http://www.linksysinfo.org/index.php?threads/setting-up-ipv6-for-he-tunnelbroker.35297/">TomatoUSB Setting up IPv6 for HE Tunnelbroker</a></li>
<li><a href="http://www.fpsn.net/index.cgi?pg=tools&amp;tool=ipv6-inaddr">IPv6 Reverse DNS Zone Builder for BIND 8/9</a></li>
</ul>
<h2>Dynamic updates</h2>
<p>These custom builds have an issue with failing to update the tunnel address
(as of 2012-04-20) the dynamic dns update fails with "Unknown error" this is
caused by the wrong ping address being configured in the firewall.</p>
<p>I was able to fix it by using a custom script in firewall section to allow the
HE broker to ping the tomato router.</p>
<pre><code>iptables -I INPUT -s 66.220.2.74 -p icmp --icmp-type echo-request -j ACCEPT
</code></pre>
<h2>Run your own tunnel broker</h2>
<p>For the adventurous, you can run your own tunnel broker if you have access to servers with IPv6 assignments</p>
<ul>
<li><a href="http://markusholtermann.eu/article/my-own-ipv6-tunnel-broker/">My own IPv6 tunnel broker</a></li>
<li><a href="https://www.zagbot.com/openvpn_ipv6_tunnel.html">How I setup an ipv6 tunnel broker system with OpenVPN</a></li>
</ul>]]></content:encoded>
    </item>
  </channel>
</rss>
