So let me start off by saying, I’m not new to the world of networking. I’ve been doing this for a long while now. I had a Linux box running as a router on a PPPoE DSL line back before you could even buy a home “router” (IE Linksys). Heck, I had the network running before Pac Bell even had tech support that could handle the concept of more than one computer on a DSL line (and let me tell you, mentioning the word “Linux” around them was hilarious).
You’d think that since I’ve been doing this for so long, I must have experience with IPv6… but I don’t. There are a few reasons for this: A) No ISP or server host I’ve ever used has provided IPv6 addresses B) IPv6 has really only started to “pick up” in the last 2-3 years and most importantly C) I’ve never had a need. If you don’t have the need or the access, why bother putting the effort into trying to fight it? Besides, while IPv6 introduces a lot more features into the core stack than just more addresses, I expected it to work mostly the same on a basic level. As it turns out that only seems to be the case in the server world, at home that is not exactly the case.
Recently, I was tasked for drawing up a large and ambitious network plan, during which I left out IPv6. Another tech questioned my omission so I decided that rather than ignoring IPv6, I’d throw myself in feet first. After doing all the required reading, I hopped over to Hurricane Electric Free IPv6 Tunnel Broker and got myself a couple of 6in4 tunnels. While I was doing that, I also started following HE’s IPv6 Certification course. I’ll give them points for making a decently educational certification system, but it doesn’t really say much about a person. You can get to the “Professional” level using Wikipedia and about an hour of free time.
It was fairly easy to follow HE’s instructions combined with Linode’s to get this server up on IPv6. At this moment, while we are dual-stacked, AAAA is not turned on for Snowulf.com, but it is turned on for some of my other domains as a test. If you’d like test it, hit up Snowulf.net for dual stack A/AAAA and ipv6.Snowulf.net for AAAA only. Down the line, after some additional testing, I will probably enable AAAA for all my domains. Sadly, Linode does not offer IPv6 DNS services (they do allow you to add AAAA records, but the name servers themselves do not have AAAA), nor does Gmail handle IPv6 email. Sad, really, because I setup DNS & Postfix on the server to work over IPv6 in less than an hour each. Postfix proved to require only one small change to main.cf, specifically add the following two lines:
inet_interfaces = all
inet_protocols = ipv6, ipv4
All in all, I’d recommend getting on the IPv6 bandwagon for any server/site you run. Getting IPv6 from HE’s Tunnel Broker service doesn’t take much work at all, and it is fairly quick. Sure, you’ll add a little bit of latency, but they’ve got end points across the US. Ping to snowulf.net over IPv4 averages 61ms. Ping to snowulf.net over IPv6 is only 73ms. Knowing that your website is future proof: Priceless.
So after I had the server “up” on IPv6, obviously I needed someway to test it, so I got a second tunnel for my home. That is when the headaches started. IPv6 might be ready for the server world, but the desktop world is a much bigger problem. Granted, some of my issues were due to my more “unique” network configuration (Look, my home network is more complicated that most small businesses (Editor’s note: Seriously.)), while some occur simply because the support is not there. Being the pain that it is, I’m still working on getting the kinks ironed out, so I will do a post on home IPv6 connectivity after I get it mostly worked out.

[...] This post was mentioned on Twitter by Jon. Jon said: [Blog] Getting underway with IPv6 http://bit.ly/9LpPna [...]
FYI: I am on native IPv6 trial in home, and timed out on ipv6.snowulf.net
July 6, approx. 5:28 p.m. PST… (as a test: http://ipv6.google.com/ came up in about 3 seconds)
The connection has timed out
The server at ipv6.snowulf.net is taking too long to respond.
* The site could be temporarily unavailable or too busy. Try again in a few
moments.
* If you are unable to load any pages, check your computer’s network
connection.
* If your computer or network is protected by a firewall or proxy, make sure
that Firefox is permitted to access the Web.
That sort of doesn’t surprise me, I was having twitchy issues with my own connections earlier. If it is still doing it, do me a favor and ping6 it (Assuming you are on linux, or just ping -6 on windows) and traceroute6 (again linux, tracert -6 for windows). Paste the results here. At least that way I can figure out who to beat senseless. I’m gonna presume that the Hurricane Electric tunnel I’m using is “good” but not necessarily stable.
But thanks for the heads up. I appreciate it!
Hi Jon,
Also unable to connect to ipv6.snowulf.net, so I ran some checks. Don’t know if you’re still actively running a site on v6, but the AAAA record exists, so I’ll assume you do. I’m on a SixXS tunnel.
$ sudo traceroute6 -I ipv6.snowulf.net
traceroute6 to ipv6.snowulf.net (2001:470:1f0e:3d4::2) from 2001:960:67a::213a:d15b:4a0f:4639, 64 hops max, 16 byte packets
1 mail.heemels.com 1.038 ms 0.559 ms 0.553 ms
2 gw-319.ams-04.nl.sixxs.net 5.082 ms 6.080 ms 4.938 ms
3 ge-0-5-800.juniper-1.ipv6.network.scarlet.nl 5.451 ms 5.386 ms 5.170 ms
4 * * *
5 20gigabitethernet1-3.core1.ams1.ipv6.he.net 16.972 ms 6.613 ms 13.360 ms
6 10gigabitethernet1-4.core1.lon1.he.net 14.372 ms 19.725 ms 33.041 ms
7 10gigabitethernet2-3.core1.nyc4.he.net 82.879 ms 84.383 ms 83.582 ms
8 10gigabitethernet2-3.core1.ash1.he.net 87.980 ms 88.777 ms 94.661 ms
9 10gigabitethernet1-2.core1.atl1.he.net 100.772 ms 100.753 ms 111.606 ms
10 10gigabitethernet3-2.core1.dal1.he.net 120.966 ms 120.620 ms 120.514 ms
11 gige-gbge0.tserv8.dal1.ipv6.he.net 122.495 ms 123.379 ms 122.842 ms
12 * * *
13 * * *
14 * * *
^C
$ ping6 ipv6.snowulf.net
PING6(56=40+8+8 bytes) 2001:960:67a::213a:d15b:4a0f:4639 –> 2001:470:1f0e:3d4::2
Request timeout for icmp_seq=0
Request timeout for icmp_seq=1
Request timeout for icmp_seq=2
Request timeout for icmp_seq=3
Request timeout for icmp_seq=4
^C
— ipv6.snowulf.net ping6 statistics —
6 packets transmitted, 0 packets received, 100.0% packet loss