PTR record created, but not found

binddns-zonedomain-name-systemptr-record

We are a small ISP, using linux DNS servers. Recently a client has asked us to create a rDNS zone for a specific IP address, which is used for a mail server. They keep getting message failures for some emails due to lack of PTR records and valid rDNS.

We created the rDNS zone the same way as all of the other rDNS zones are created. The only difference is that, outside of our network the PTR record is not found, but only for that specific IP address.

Does anyone know what could be the cause of this?

Best Answer

Use the trace option in dig to debug delegation path from the root nameservers. A couple of re-runs is usually needed to follow different referals.

For example ip-address of serverfault.com:

dig +trace -x 198.252.206.140
Related Topic