Use of 'PTR' record

 

 

  A 'PTR' record or pointer record maps an ipv4 address to the canonical name to the host. Setting up a PTR record for a hostname in the in-addr.arpa domain that corresponds to an ip address implements reverse lookup for that address. For eg www.name.net has the ip address 122.0.3.16 but a PTR record maps 16.3.0.122.in-inaddr.arpa

eg:

  16.3.0.1222.in-addr.arpa. IN PTR name.net.

  • 68 Bu dökümanı faydalı bulan kullanıcılar:
Bu cevap yeterince yardımcı oldu mu?

İlgili diğer dökümanlar

How to generate an SSH key in linux?

        To generate an ssh key in linux you have to execute the command...

How to install ClamAV antivirus from a source code?

    Download the clamAV source from http://www.clamav.net.The latest version is...

Steps to install BFD(Brute Force Detection). using source code

  BFD Brute Force Detection is a modular shell script for parsing applicable logs and...

How to backup a data base in linux through mysql command ?

       If you want to take the backup of a database, follow these steps...

How to restore a database through mysql command ?

           If you want to restore a database, you have to follow...