Attained IPv6 "Guru" Certification
By: Timoti Tangiruaine on: Sat 01 of May, 2010 10:43 CKT (182 Reads)|
MOIP has attained ipv6 Guru Certification NewB: Read the primer, be able to answer some quick and easy questions. Explorer: Verify that you can access an IPv6 website (ours!) Enthusiast: Verify that you have an IPv6 capable web server that we can connect to and fetch information from. This should be entered as a FQDN and not an IPv6 address. Administrator:
Professional: Verify that your MTA has working reverse DNS (dig mx mow.gov.ck +short, dig aaaa mow.gov.ck +short, dig -x 2001:470:c:3ff::2 +short) Guru: Verify that the authoritative NS for your domain have AAAA records, and respond to queries for the domain (Step 1: dig ns $domain, dig aaaa $ns | Step 2: dig aaaa $domain @$nsAAAA) Sage: Check to see if your domain's authoritative NS have IPv6 glue with their listed TLD servers. Meaning the TLD server can directly answer for the host record (ex: dig +trace ns $domain to get the TLD server list then dig aaaa $ns @TLD for the glue). |