DNS Info Zone DNS,DNS records DNS PTR record explained

DNS PTR record explained

DNS PTR record – What is it?

DNS PTR record is a type of DNS record, which is oftentimes called pointer record. This is because it helps to associate an IP address to a domain name. The goal is to show that the specific IP address is actually related to the domain name. If somebody is checking it, this record proves that there is no scam. With the DNS PTR record it is easy to validate the different elements or additional services, such as a mail server.

Looking for more information? Take a look at this fantastic about the DNS PTR record!

What is inside it?

Inside the DNS PTR record is a very simple structure. However, in case you want to create one, you are going to notice some fields, which are the following: 

  • TYPE: In this case, you should choose PTR.
  • Host: Here, you have to type the IP address. It could be both an IPV4 address or an IPv6 address. 
  • Points to: Here, you have to type the domain name. 
  • TTL: Here, you set the TTL (time-to-live) value of the PTR record. Typically, it is not mandatory to be low.

How to create your DNS PTR record?

Creating your DNS PTR record is an easy task. So, let’s describe it in several steps.

First, you have to create a Master Reverse Zone.

The PTR record is able to exist in a Master Reverse Zone. Note that it should not be placed in a standard Master zone. Whenever you make the Master Reverse Zone, the IP address should be in reverse order. So, for illustration, if the IP address is 1.2.3.4, you want to add it as 4.3.2.1. The same rule applies no matter if it is an IPv4 address or IPv6 address. 

Second, you have to create the PTR record.

When you are adding the PTR record, you will have to type it in reverse too. For every one of your PTR records, you should have a matching A or AAAA record. So, make sure to check!

Lastly, add NS records.

You should add NS records at the IP provider, which are pointing to your nameservers. Finally, your Reverse DNS zone is completed!

How to check it?

If you want to check your DNS PTR records, you have to perform a reverse DNS lookup.

On Linux and macOS

Inside the Terminal, use the dig command. 

Type:

dig –x 1.2.3.4

On Windows

Inside the Command Prompt, use the nslookup command. 

Type:

nslookup 1.2.3.4

*Place the IP address that you require to view.

If your query identifies a PTR record, the result will be the domain name.

Why use the DNS PTR record?

DNS PTR records provide trust and verify IP addresses as a key part of the Reverse DNS. Therefore, if you desire your outgoing mail servers to run accurately, you should add such records. The reason for that is the verification methods that demand them. For example, by that particular method, if there is something suspicious, the email ends up in SPAM. Other examples are if the searcher does not locate a DNS PTR record or the PTR does not meet an A/AAAA record adequately. Therefore, you will want to add DNS PTR records in a Reverse DNS zone if you require to send emails. Moreover, these emails reach their addresses. 

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Secondary DNS

Get familiar with Secondary DNSGet familiar with Secondary DNS

Using the Secondary DNS to preserve a trustworthy copy of your data is an excellent idea. You’ve probably come to this post because you’ve heard about it and want to increase the reliability of your DNS. Yes, secondary DNS is really beneficial for providing peace of mind, especially in the current world where DDoS attacks and other DNS issues are so common. Let’s clarify things a bit more and go through the details.

DNS zone – the definition

To handle the DNS namespace more accurately, the DNS server can hold a large number of zones. The DNS zone is a part of that namespace.  It’s an area where you can find more organized and controllable DNS components. It would be best to direct your domain to various servers, such as mail servers, web servers, and so on, to function effectively and precisely. You can create additional DNS records in the DNS zone to perform this task. The DNS zone is where you’ll save all of your DNS records. 

(more…)

CNAME vs A record

CNAME vs A recordCNAME vs A record

CNAME vs A record, they are not serving the same purpose! Pay attention and know when to use them. The first will directly show which is the true domain name. It will point to there, and you don’t have to put more DNS records inside that zone. The other will indicate the address of a domain name.

What is the CNAME record?

(more…)

DNS Alias record

What is an ALIAS record?What is an ALIAS record?

Have you heard about the ALIAS record? If you haven’t, don’t worry. You are about to find out everything about the ALIAS record. It is one of the less common DNS record types, and it has no problem coexisting with other DNS records in the same DNS zone. 

It is true that not all DNS providers offer it, but if you have chosen one that does, you will be amazed by the practicality of this DNS record. 

How to start managing ALIAS records for your domain name?

What is an ALIAS record?

(more…)