Manual Reverse DNS test

L

Levi

Is there a way to do a command-line (NSLOOKUP?) reverse
DNS lookup to see what response my DNS server is giving?
I'm trying to troubleshoot an email problem where my email
antivirus server's IP address (which has a proper Host AND
MX record, as well as the reverse-dns pointer record.
However, every time my email server tries to perform a
reverse DNS lookup on my email antivirus server, it fails.
 
K

Kevin D. Goodknecht

In
Levi said:
Is there a way to do a command-line (NSLOOKUP?) reverse
DNS lookup to see what response my DNS server is giving?
I'm trying to troubleshoot an email problem where my email
antivirus server's IP address (which has a proper Host AND
MX record, as well as the reverse-dns pointer record.
However, every time my email server tries to perform a
reverse DNS lookup on my email antivirus server, it fails.

nslookup
set type=ptr

I don't know what mail server you are using but most can be set to accept
mail from trusted mail servers without performing a reverse lookup on its
IP. This is recommended to keep it from continually having to perform
lookups on its gateway mailserver. This is highly unnecessary.
 
L

Levi

Ok, I did this through NSLOOKUP and it returned this:
tachc.org
primary name server = ns10
responsible mail addr = admin
serial = 46
refresh = 900 (15 mins)
retry = 600 (10 mins)
expire = 86400 (1 day)
default TTL = 3600 (1 hour)
Is this all that should be included in this reply?
Thanks
 
K

Kevin D. Goodknecht

In
Levi said:
Ok, I did this through NSLOOKUP and it returned this:
tachc.org
primary name server = ns10
responsible mail addr = admin
serial = 46
refresh = 900 (15 mins)
retry = 600 (10 mins)
expire = 86400 (1 day)
default TTL = 3600 (1 hour)
Is this all that should be included in this reply?
Thanks
It is when you do a lookup for a PTR record when you put in a name.
Try putting in an IP address:)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top