I'm soon launching my blog/cms hosting platform and I want it to be truly dual stack.
I have a garbage domain from a dead project (Linux from Scratch packaged in RPM) that I will use for the name server. I currently use the domain for images and few documents for php classes I wrote, but it will have ns1 and ns2 www as sub domains. Main domain and www sub domain will be on my current linode, NS1 and NS2 will be on my former linode which has two IP's - and that will be all it does.
domain.tld
www.domain.tld ns1.domain.tld ns2.domain.tld
Those four will remain in Linode's domain manager for A records. Since I can not (at this point anyway) directly enter AAAA records I will need to configure NSD to use reverse DNS to feed to the linode servers.
http://www.linode.com/wiki/index.php/IPv6_Reverse_DNS
Looks to be excellent instructions, but will I really need a tunnel?
It looks to me like tunnels are primarily used for people who want an IPv6 network to connect through an ISP that only provides IPv4.
I'm expecting that I won't need to set up any kind of tunneling on my linodes (Dallas Center), that IPv6 network is in place there and I can just enjoy the ride. Am I correct?
Once I get those domains properly set up so that ns1 and ns2 can be found in an IPv6 dns lookup, then I can use NSD as authoritative DNS for all my other domains for both IPv4 and IPv6, and will not need to maintain reverse DNS zones for anything except the above mentioned domain.tld - correct?
Someone running IPv6 looking for demos.reallycool.tld - their nameserver will see that ns1.domain.tld is the authoritative DNS, will be able to reach it via IPv6, get the IPv6 address it seeks, and the client will connect, correct?
Yes, I know, running a single DNS is not fault tolerant. Once business picks up, i'll get a second linode set up to act as a slave, probably also in the Dallas facility, I think it will be quite some time before things are profitable enough to justify cost of multi-facility fault tolerance.
I've known about IPv6 for about a decade yet only now am I really starting to look into it. It looks like it has a ton of advantages, full blown adoption should happen sooner rather than later.
Once all the IPv6 stuff is set up and working for my linodes, then I may look into setting up my home network as IPv6 - where I probably will need a tunnel, but an article on my ISP's homepage has stated they are already starting to do live customer tests in some area, and have a list of IPv6 routers people in those areas can buy if they want to participate (I think the routers they mention automate a tunnel). But my area isn't one they presently are testing in, so I'll probably have to use a service like the one mentioned in the article.
Thank for comments and suggestions.