I need assistance in creating a reverse dns entry for my domains:
I did a DNS report at www.dnsreport.com and it says:
Reverse DNS entries for MX records - Fail
ERROR: One or more of your mail server(s) have no reverse DNS (PTR) entries (if you see "Timeout" below, it may mean that your DNS servers did not respond fast enough). RFC1912 2.1 says you should have a reverse DNS for all your mail servers. It is strongly urged that you have them, as many mailservers will not accept mail from mailservers with no reverse DNS entry. This may be a false positive due to the nasty BIND bug (client side) that causes reverse DNS entries to fail the first time (if you ever see long delays in reverse DNS lookups, that's because of this bug). You can double-check using the 'Reverse DNS Lookup' tool at the DNSstuff site. The problem MX records are:
1111.111.11.111.in-addr.arpa [No reverse DNS entry (rcode: 3 ancount: 0)]
So I went and did a reverse dns lookup on www.dnsstuff.com and it reports the following:
Country: UNITED STATES
Preparation:
The reverse DNS entry for an IP is found by reversing the IP, adding it to "in-addr.arpa", and looking up the PTR record.
So, the reverse DNS entry for 111.11.111.11 is found by looking up the PTR record for
11.111.11.111.in-addr.arpa.
All DNS requests start by asking the root servers, and they let us know what to do next.
See How Reverse DNS Lookups Work for more information.
How I am searching:
Asking g.root-servers.net for 11.111.11.111.in-addr.arpa PTR record:
g.root-servers.net says to go to INDIGO.ARIN.NET. (zone: 111.in-addr.arpa.)
Asking INDIGO.ARIN.NET. for 11.111.11.111.in-addr.arpa PTR record:
indigo.arin.net says to go to NS2.EV1.NET. (zone: 111.11.111.in-addr.arpa.)
Asking NS2.EV1.NET. for 11.111.11.111.in-addr.arpa PTR record: Reports that no PTR records exist.
Answer:
No PTR records exist for 111.11.111.11. [Neg TTL=38400 seconds]
Details:
NS2.EV1.NET. (an authoritative nameserver for 111.11.111.in-addr.arpa., which is in charge of the reverse DNS for 111.11.111.11)
says that there are no PTR records for 111.11.111.11.
To get reverse DNS set up for 111.11.111.11, you need to speak to your ISP (or "bandwidth provider"). You could also
contact admin@ev1.net., who is in charge of the 111.11.111.in-addr.arpa. zone.
Any thoughts.....your help is greatly appreciated