M
muddrake
Guest
In the DNS control pane for my primary domain, I have the following listed;
##.###.##.## / 24 PTR mydomain.com.
Yet, when a reverse DNS lookup is done against my ip address, only the ISPs PTR records are returned.
Further, if I run an NSLOOKUP with a querry for the PTR records, or check dnsstuff.com for it, no records are found.
In /var/named/run-root/var is a file called
##.###.##.in-addr.arpa, and it contains a list of records like so...
$TTL 300
@ IN SOA mydomain.com. mydomain.com. (
1132326628 ; Serial
10800 ; Refresh
3600 ; Retry
604800 ; Expire
300 ) ; Minimum
IN NS mydomain.com.
212 IN PTR domain1.org.
211 IN PTR mydomain.com.
212 IN PTR domain2.org.
212 IN PTR domain3.com.
....
etc.
any ideas why i'm not able to get the PTR records to actually be applied?
--
Gary
##.###.##.## / 24 PTR mydomain.com.
Yet, when a reverse DNS lookup is done against my ip address, only the ISPs PTR records are returned.
Further, if I run an NSLOOKUP with a querry for the PTR records, or check dnsstuff.com for it, no records are found.
In /var/named/run-root/var is a file called
##.###.##.in-addr.arpa, and it contains a list of records like so...
$TTL 300
@ IN SOA mydomain.com. mydomain.com. (
1132326628 ; Serial
10800 ; Refresh
3600 ; Retry
604800 ; Expire
300 ) ; Minimum
IN NS mydomain.com.
212 IN PTR domain1.org.
211 IN PTR mydomain.com.
212 IN PTR domain2.org.
212 IN PTR domain3.com.
....
etc.
any ideas why i'm not able to get the PTR records to actually be applied?
--
Gary