Questions tagged [reverse-dns]

Reverse DNS lookup is the determination of a domain name that is associated with a given IP address using the Domain Name System (DNS) of the Internet.

Reverse DNS lookup or reverse DNS resolution (rDNS) is the determination of a domain name that is associated with a given IP address using the Domain Name System (DNS) of the Internet.

Computer networks use the Domain Name System to determine the IP address associated with a domain name. This process is also known as forward DNS resolution. Reverse DNS lookup is the inverse process, the resolution of an IP address to its designated domain name.

Source: Wikipedia.

  • See also:
561 questions
306
votes
14 answers

What's the command-line utility in Windows to do a reverse DNS look-up?

Is there a built-in command line tool that will do reverse DNS look-ups in Windows? I.e., something like w.x.y.z => mycomputername I've tried: nslookup: seems to be forward look-up only. host: doesn't exist dig: also doesn't exist. I…
118
votes
14 answers

What's the reverse DNS command line utility?

What's the command to find the name of a computer given its IP address? I always forget what this command is, but I know it exists in Windows and I assume it exists on the *nix command-line.
34
votes
6 answers

Multiple Reverse DNS Entries?

I'm a DNS noob, so here's a question: Can a server have multiple reverse DNS entries? Or does one IP address just resolve to one DNS name? Here is why I need this: I have a number of sites hosted on a server, as well as the mail for a number of…
Sam Schutte
  • 886
  • 2
  • 9
  • 15
27
votes
1 answer

Do internet standards require reverse DNS for every device?

The requirements surrounding reverse DNS are confusing! People frequently talk about everything breaking if reverse DNS is not present, and that sounds scary. Even in cases where applications don't require reverse DNS, RFCs are frequently cited in…
Andrew B
  • 32,588
  • 12
  • 93
  • 131
26
votes
3 answers

Has my ISP mangled my DNS reverse lookup record for a single static IP address?

I've taken on the task of running a small email server, and the world of spam makes it more challenging for an individual, as many MTAs are highly paranoid about accepting email. I think I've configured nearly everything that could be a problem…
StewLG
  • 271
  • 4
  • 6
25
votes
4 answers

Reverse DNS in a CIDR world

Reverse DNS seems to be strongly tied to class boundaries, what methods exist now that CIDR is the standard to delegate authority for a subnet? If multiple methods exist which one is best? Do you need to handle delegation differently depending on…
Zoredache
  • 130,897
  • 41
  • 276
  • 420
22
votes
1 answer

How can this tool find out registered domains from an IP address?

This is one that I've never really known how to do, and it's been nagging me from time to time for years. I've read all I could find, including all the answers here. None of them gives a real answer to the question. So please read carefully before…
Neithan Max
  • 333
  • 2
  • 9
21
votes
5 answers

Is it good practice or too draconian to reject mails from mailservers with no RDNS

I've recently dropped SpamAssassin and am now basing spam rejection on DNSRBL's, grey-listing and other basic tests and I'm wondering whether I should also block hosts that don't have a valid RDNS matching the EHLO? If I do this, am I going to make…
Peter White
  • 586
  • 1
  • 7
  • 17
21
votes
3 answers

Will adding a second SPF record mess up my DNS?

Will adding a second SPF record mess up my DNS, or will it be like adding an extra nameserver? (i.e. it only helps, not hurts)
Abraham Vegh
  • 1,045
  • 5
  • 17
  • 26
18
votes
2 answers

PTR record (rDNS) for multiple domains on a shared IP address

I host multiple domains on a single IP address: cats.com A @ --> 10.20.30.40 A mail --> 10.20.30.40 MX @ --> mail dogs.com A @ --> 10.20.30.40 A mail --> 10.20.30.40 MX @ --> mail I need to set up a PTR record for the IP address. This is so…
dbasch
  • 407
  • 1
  • 5
  • 12
17
votes
5 answers

Reverse DNS - how to correctly configure for SMTP delivery

I started a new service and we need to send emails to our customers (new account confirms, etc). My server is known as prod01.bidrodeo.com and resolves to 97.107.134.38 . For reverse DNS, 97.107.134.38 resolves to prod01.bidrodeo.com . However,…
Krystian Cybulski
  • 495
  • 3
  • 6
  • 13
14
votes
1 answer

Is it OK to use my public domain name as my internal AD domain name instead of using .local internally?

I am taking over a project and the local domain name is domain.com; they also have a website at domain.com. I have always used domain.local for AD, and am wondering if that is a best practice or is there a reason for not doing so. Running an…
13
votes
2 answers

Detect spammers on my server

I recently got one Undelivered Mail Returned to Sender while sending my newsletter to one of my 1500 customers. My website uses a double-opt-in procedure to make sure, the user explicitly want to receive my newsletter. The error message: smtp; 554…
koseduhemak
  • 271
  • 3
  • 8
13
votes
1 answer

How to force an ISP to remove false reverse DNS?

There is an IPv4 address (in a /8 managed by ARIN) that I have no control over which reverse resolves to a domain name which I registered. Someone used the IP address to run a scam, and it is resulting in negative publicity for my domain, so I would…
a1kmm
  • 413
  • 1
  • 3
  • 9
11
votes
2 answers

Reverse DNS is not a valid hostname

I help a friend run a server, which includes a mail server. http://mxtoolbox.com reports that our reverse DNS is not a valid hostname. The reverse DNS currently points to domain.com. Should it point to hostname.domain.com? I have seen here that it…
ConnorJC
  • 939
  • 1
  • 8
  • 20
1
2 3
37 38