Certification IPv6 - Sage !

IPv6 Certification Badge for SebastienPittet

J'ai passé les différentes étapes de cette certification gratuite. Je vous conseille ce cursus de formation, que j'ai beaucoup apprécié car il allie les questionnaires théoriques et les exercices pratiques. Le système de certification est basé sur une progression à plusieurs niveaux, ce qui donne envie d'aller à l'étape suivantes. Dès lors, on passe par les étapes suivantes:

  1. NewB: Read the primer, be able to answer some quick and easy questions.
  2. Explorer: Verify that you can access an IPv6 website (ours!)
  3. 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.
  4. Administrator: Verify that you have a working IPv6 capable MTA by sending you an email only over IPv6.
  5. Professional: Verify that your MTA has working reverse DNS (ex: dig mx $domain +short ; dig aaaa $mx +short ; dig -x $mxAAAA +short)
  6. Guru: Verify that the authoritative NS for your domain have AAAA records, and respond to queries for the domain (ex: step 1 is dig ns $domain ; dig aaaa $ns | step 2 is dig aaaa $domain @$nsAAAA)
  7. 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).

Quelques liens:

Haut de page