Using an IPv6-only internal network in a real-world environment

Problem: Not all servers which are available on the IPv4 Internet have IPv6-connectivity

Step 2: Returning the local AAAA-record when a host only has an A-record

When I type 'www.google.com' in my browser, for which there is no AAAA-record, I want my dns to return not only 216.239.39.101 but also fec0:0:0:ffff::216.239.39.101. Again, I collected some links: This seems to do exactly what I want, so I installed it. It now works like a charm :) - situation: Totd is a DNS-proxy that will ask another DNS server what to returns, and adds a specified prefix to the ipv4-address to return an AAAA-record when none is normally available. Issues/considerations: