<?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>Tim's Weblog &#187; sixxs</title>
	<atom:link href="http://blog.hokkertjes.nl/tag/sixxs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hokkertjes.nl</link>
	<description>Random Thoughts and Rants</description>
	<lastBuildDate>Fri, 23 Jul 2010 11:41:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>IPv6 Tunnel behind Thomson modem, continued</title>
		<link>http://blog.hokkertjes.nl/2009/04/15/ipv6-tunnel-behind-thomson-modem-2/</link>
		<comments>http://blog.hokkertjes.nl/2009/04/15/ipv6-tunnel-behind-thomson-modem-2/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 20:34:37 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[6to4]]></category>
		<category><![CDATA[DMZ]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[modem]]></category>
		<category><![CDATA[nat]]></category>
		<category><![CDATA[pointopoint]]></category>
		<category><![CDATA[proto41]]></category>
		<category><![CDATA[sixxs]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[thomson]]></category>

		<guid isPermaLink="false">http://blog.hokkertjes.nl/?p=826</guid>
		<description><![CDATA[My coworker is even better than me. After I thought I fixed it, I noticed that the incoming connection is denied if the machine hasn&#8217;t had any outgoing ipv6 over the tunnel for a little while. My coworker, Kees, found the solution and implemented it and now it works! Yay! This is what you need [...]]]></description>
			<content:encoded><![CDATA[<p>My coworker is even better than me. After I thought I fixed it, I noticed that the incoming connection is denied if the machine hasn&#8217;t had any outgoing ipv6 over the tunnel for a little while. My coworker, Kees, <a href="http://blog.keesmeijs.nl/?p=86">found the solution and implemented it</a> and now it works! Yay!</p>
<p>This is what you need to do (blatantly copied from Kees&#8217; blog):<br />
<code>:expr add name=ipv6 type=serv proto=41<br />
:firewall rule add chain=forward_host_service name=SixXS serv=ipv6 state=enabled action=accept<br />
:nat tmpladd intf=Internet type=nat outside_addr=0.0.0.1 inside_addr=192.168.4.4 protocol=6to4<br />
:saveall</code></p>
<p>Let me know if this helped you too!</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/6to4' rel='tag' target='_self'>6to4</a>, <a class='technorati-link' href='http://technorati.com/tag/DMZ' rel='tag' target='_self'>DMZ</a>, <a class='technorati-link' href='http://technorati.com/tag/firewall' rel='tag' target='_self'>firewall</a>, <a class='technorati-link' href='http://technorati.com/tag/ipv6' rel='tag' target='_self'>ipv6</a>, <a class='technorati-link' href='http://technorati.com/tag/linux' rel='tag' target='_self'>linux</a>, <a class='technorati-link' href='http://technorati.com/tag/modem' rel='tag' target='_self'>modem</a>, <a class='technorati-link' href='http://technorati.com/tag/nat' rel='tag' target='_self'>nat</a>, <a class='technorati-link' href='http://technorati.com/tag/pointopoint' rel='tag' target='_self'>pointopoint</a>, <a class='technorati-link' href='http://technorati.com/tag/proto41' rel='tag' target='_self'>proto41</a>, <a class='technorati-link' href='http://technorati.com/tag/sixxs' rel='tag' target='_self'>sixxs</a>, <a class='technorati-link' href='http://technorati.com/tag/telnet' rel='tag' target='_self'>telnet</a>, <a class='technorati-link' href='http://technorati.com/tag/thomson' rel='tag' target='_self'>thomson</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.hokkertjes.nl/2009/04/15/ipv6-tunnel-behind-thomson-modem-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPv6 Tunnel behind Thomson modem</title>
		<link>http://blog.hokkertjes.nl/2009/04/14/ipv6-tunnel-behind-thomson-modem/</link>
		<comments>http://blog.hokkertjes.nl/2009/04/14/ipv6-tunnel-behind-thomson-modem/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 22:06:23 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[6to4]]></category>
		<category><![CDATA[DMZ]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[modem]]></category>
		<category><![CDATA[nat]]></category>
		<category><![CDATA[pointopoint]]></category>
		<category><![CDATA[sixxs]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[thomson]]></category>

		<guid isPermaLink="false">http://blog.hokkertjes.nl/?p=822</guid>
		<description><![CDATA[Update: My coworker Kees found a better solution, see the next post. Took me a little while to figure out, but I found how to create a point-to-point IPv6 tunnel (cordially provided by SixXS) if you&#8217;re behind a Thomson modem. In my case, it&#8217;s a ST546, but I imagine this works for other stuff too. [...]]]></description>
			<content:encoded><![CDATA[<p><em>Update: My coworker Kees found a better solution, see the next post.</em></p>
<p>Took me a little while to figure out, but I found how to create a point-to-point IPv6 tunnel (cordially provided by <a href="http://www.sixxs.net">SixXS</a>) if you&#8217;re behind a Thomson modem. In my case, it&#8217;s a ST546, but I imagine this works for other stuff too. <b>WARNING: I&#8217;m NOT entirely sure what I&#8217;m doing here exactly. IF IT BREAKS YOUR MODEM, IT&#8217;S YOUR OWN FAULT!!! Consider yourself warned.</b> </p>
<p>If you still dare, follow this:</p>
<ul>
<li>Telnet to your modem and login with your Admin credentials</li>
<li>Perform the command: <code>nat maplist</code>. You&#8217;ll see something like:<br />
<code>{Administrator}=>nat maplist<br />
Idx Type Interface       Outside Address                Inside Address                 Use<br />
  1 NAPT Internet        12.345.678.90:22               192.168.1.200:22               1<br />
  2 NAPT Internet        12.345.678.90:113              192.168.1.200:113              0<br />
  3 NAPT Internet        12.345.678.90:49163            192.168.1.201:5060             1<br />
  4 NAPT Internet        12.345.678.90:49205            192.168.1.202:5060             2<br />
  5 NAPT Internet        12.345.678.90:49238            192.168.1.203:5060             2<br />
  6 NAT  Internet        12.345.678.90                  127.0.0.1                  0<br />
{Administrator}=></code><br />
The Interface is important.</li>
<li>We&#8217;re going to add a mapping for the 6to4 protocol by giving it the command: <code>nat mapadd intf=Internet type=nat outside_addr=12.345.678.90 inside_addr=192.168.0.1 protocol=6to4</code>. Replace &#8220;Internet&#8221; with your interface name, the outside address with the outside address (IPv4) of your modem and inside_address with the internal IP address of the server that you&#8217;re going to use for the connection.</li>
<li>Now give the command <code>saveall</code></li>
<li><b>IMPORTANT:</b> I had to ping out before I was able to receive any 6to4 packages! So <code>ping6 ipv6.google.com</code> and see if the outside world can ping6 your server.</li>
</ul>
<p>That worked for me. I had a lot of trouble finding this solution, so I&#8217;m blogging about it in the hope that it helps someone else. The most important info was found in a post from Richard Menedetter on <a href="https://www.sixxs.net/forum/?msg=setup-469750">the SixXS forum</a>. It was hard to find for me, though.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/6to4' rel='tag' target='_self'>6to4</a>, <a class='technorati-link' href='http://technorati.com/tag/DMZ' rel='tag' target='_self'>DMZ</a>, <a class='technorati-link' href='http://technorati.com/tag/ipv6' rel='tag' target='_self'>ipv6</a>, <a class='technorati-link' href='http://technorati.com/tag/linux' rel='tag' target='_self'>linux</a>, <a class='technorati-link' href='http://technorati.com/tag/modem' rel='tag' target='_self'>modem</a>, <a class='technorati-link' href='http://technorati.com/tag/nat' rel='tag' target='_self'>nat</a>, <a class='technorati-link' href='http://technorati.com/tag/pointopoint' rel='tag' target='_self'>pointopoint</a>, <a class='technorati-link' href='http://technorati.com/tag/sixxs' rel='tag' target='_self'>sixxs</a>, <a class='technorati-link' href='http://technorati.com/tag/telnet' rel='tag' target='_self'>telnet</a>, <a class='technorati-link' href='http://technorati.com/tag/thomson' rel='tag' target='_self'>thomson</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.hokkertjes.nl/2009/04/14/ipv6-tunnel-behind-thomson-modem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SixXS IPv6, Speedtouch 5&#215;6 and Airport Extreme Base Station</title>
		<link>http://blog.hokkertjes.nl/2008/03/29/sixxs-ipv6-speedtouch-5x6-and-airport-extreme-base-station/</link>
		<comments>http://blog.hokkertjes.nl/2008/03/29/sixxs-ipv6-speedtouch-5x6-and-airport-extreme-base-station/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 12:39:50 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[apple airport base station]]></category>
		<category><![CDATA[AXBS]]></category>
		<category><![CDATA[DMZ]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[sixxs]]></category>
		<category><![CDATA[Speedtouch]]></category>

		<guid isPermaLink="false">http://blog.hokkertjes.nl/2008/03/29/sixxs-ipv6-speedtouch-5x6-and-airport-extreme-base-station/</guid>
		<description><![CDATA[So yesterday I decided it was time to make my homenetwork IPv6 enabled. Shouldn&#8217;t be too hard, since it&#8217;s a full MacOSX network, including the Airport Extreme Base Station (AXBS) that we use for connection. I requested a tunnel at SixXS, got it within 15 minutes and configured my AXBS to make the tunnel. That&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>So yesterday I decided it was time to make my homenetwork <a href="http://en.wikipedia.org/wiki/IPv6">IPv6</a> enabled. Shouldn&#8217;t be too hard, since it&#8217;s a full MacOSX network, including the <a href="http://www.apple.com/airportextreme/">Airport Extreme Base Station</a> (AXBS) that we use for connection. I requested a tunnel at <a href="http://www.sixxs.net">SixXS</a>, got it within 15 minutes and configured my AXBS to make the tunnel. That&#8217;s wasn&#8217;t really hard, only I forgot to request a subnet too, which made it IPv6 kinda stop at the AXBS. Also, since the AXBS doesn&#8217;t have any sort of status check, I was unsure if the tunnel was created correctly. Especially since the SixXS panel said it couldn&#8217;t ping me and I couldn&#8217;t ping myself from another IPv6 enabled server&#8230;</p>
<p>Some querying pointed towards the Speedtouch (which was actually quite obvious, in retrospect). I needed to put my AXBS in the DMZ behind the modem. Sure, no problem there. Let&#8217;s just select &#8220;Assign the public IP address of a connection to a device&#8221; in the interface and select the AXB&#8230; Ow, apparantly, the Speedtouch only wants to assign the public IP address to a device that gets it&#8217;s IP address from the Speedtouch&#8217;s DHCP server. No problem, let&#8217;s make the AXBS get it&#8217;s IP address through DHCP instead of stati&#8230; Ow, apparantly, the AXBS requires a static IP address to do tunneling&#8230; Now what?</p>
<p>As is usual with the Speedtouches, under the hood they have far more capabilities than advertised through their webinterface. However, searching through the CLI manual, it&#8217;s not very obvious how to add a device to the DMZ. So let&#8217;s take the lazy guy approach:</p>
<p>First, I made sure all the Speedtouch was in working order and made a backup of the configuration. Second, I added a device to the DMZ and made another backup. Thirdly, I diff&#8217;ed both backups and looked at the changes. You&#8217;ll notice a line starting with &#8220;lease add&#8221; that contains the MAC address of the device you just added. Easy-peasy from here on. Simply change the MAC address into the address from the AXBS and upload the new configuration to the Speedtouch.</p>
<p>All of a sudden, it works. And I have an IPv6 enabled home-network. Kinda boring after that, it just all works :S</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/apple+airport+base+station' rel='tag' target='_self'>apple airport base station</a>, <a class='technorati-link' href='http://technorati.com/tag/AXBS' rel='tag' target='_self'>AXBS</a>, <a class='technorati-link' href='http://technorati.com/tag/DMZ' rel='tag' target='_self'>DMZ</a>, <a class='technorati-link' href='http://technorati.com/tag/ipv6' rel='tag' target='_self'>ipv6</a>, <a class='technorati-link' href='http://technorati.com/tag/sixxs' rel='tag' target='_self'>sixxs</a>, <a class='technorati-link' href='http://technorati.com/tag/Speedtouch' rel='tag' target='_self'>Speedtouch</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.hokkertjes.nl/2008/03/29/sixxs-ipv6-speedtouch-5x6-and-airport-extreme-base-station/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
