Azure reverse DNS zone

Reverse DNS is still one of the most important DNS services, and it is no surprise that it is supported in Azure.

If you don't know too much about reverse DNS, in a nutshell, it does totally the opposite of what DNS does. So, instead of translating names to IPs, it translates IPs to names.

Configuring the reverse DNS zone has some slight differences to creating a forward DNS zone, which you will notice when performing the following steps:

  1. Search for DNS zones, and click on Add to add a new one.
  2. Fill the fields in Create DNS zone, as you have learned earlier, with only one change; for the Name field, you will write the DNS domain name IP address in a reverse way:
    • For IPv4, the name is written in the following format: <IPv4 network prefix in reverse order>.in-addr.arpa
    • For IPv6, the name is written in the following format: <IPv6 network prefix in reverse order>.ip6.arpa
Figure 5.16: Creating a reverse DNS zone
  1. Once the zone is created, you need to get it delegated from the parent zone, as you learned earlier.
  1. Then, you can create the PTR records you want by clicking on the records set for the reverse zone and specifying the following:
    • Name: The rest of the IP address in reverse order
    • Type: PTR
    • DOMAIN NAME: The fully qualified domain name for the machine/service with that IP address
Figure 5.17: Creating a PTR record
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset