DNS - rDNS - Reverse DNS (lookup|resolution) - from IP to name

Map Of Internet 1973

About

A reverse dns lookup is a dns lookup that:

The inverse is called a forward dns lookup

This is not the physical hostname but the name known in the name service (DNS) The hostname has no relation to the ip.

Management

Get

You need to query the name service.

Nslookup

NSLOOKUP. Example from googlebot

nslookup 66.249.66.1
Name:    crawl-66-249-66-1.googlebot.com
Address:  66.249.66.1

Ping

Ping which will try to use WINS and DNS

ping -a 192.168.10.241
Pinging gerardnico01.gerardnico.local [192.168.10.241] with 32 bytes of d
ata:

Reply from 192.168.10.241: bytes=32 time<1ms TTL=64
Reply from 192.168.10.241: bytes=32 time<1ms TTL=64
Reply from 192.168.10.241: bytes=32 time<1ms TTL=64
Reply from 192.168.10.241: bytes=32 time<1ms TTL=64

Ping statistics for 192.168.10.241:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms

host

host ip

dig

dig -x 104.19.167.23

Set

PTR record

A PTR record creates the reverse entry.

Documentation / Reference





Discover More
Map Of Internet 1973
DNS - nslookup command line

Nslookup is a DNS client program to query (ie lookup) domain name servers and get back DNS record information nslookuphost fileping Nslookup has two modes: The local DNS file is /etc/resolv.conf...
Map Of Internet 1973
DNS clients - A list of client that can query the DNS database

A DNS client is an application that calls the resolver to query name database in order to perform forward lookup (IP from name) or reverse lookup(Name from IP). This page lists this application
How to configure your domain and your server to send and receive email

Configuring your domain to manage email is not an easy task, this article groups them on one place
Map Of Internet 1973
NetWork

Maps of the Internet in 1973 This section groups all articles over networking. In the internet age, all networks may be considered as subnet. To transmit data between two hosts in one network,...
Map Of Internet 1973
Network - DNS Lookup (Request|query)

A DNS lookup is a request to a DNS server in order to get DNS record from a DNS name a A query will get you a ipv4 address a AAAA query will get you the ipv6 address a TXT query will get your a...
Url Inspection Google Search Screenshot
Web Search - Googlebot

googlebot is the crawler bot of Google that search and feed the index of the Google search engine When Googlebot renders a page, it flattens: the shadow DOM and light DOM content. Googlebot...
Dns Architecture
What is DNS ? The Domain Name System

The Domain Name System (DNS) is a database of name. It's naming system (service). It holds naming information for some kind of object (not only but mainly host) DNS can be seen as the phone book of...
Map Of Internet 1973
What is a DNS Forward Lookup?

A forward DNS lookup is a dns lookup that translate a DNS name to an IP. reverse lookup A forward DNS lookup is a query executed by a resolver that will lookup in order: the host file and the DNS...
Map Of Internet 1973
What is a DNS Resolver?

The resolver or recursive resolver is a method (class/interface) that: transforms: a user request (DNS query) into multiple name servers query that can provide the information. process the...
Public Vs Private Ip Address
What is a IP Address? A Unique network IDentifier

An IP address is: the address of the Internet protocol (IP) that identifies: a single interface with a unicast address or set of interfaces with a multicast address With Ipv4: where:...



Share this page:
Follow us:
Task Runner