Hello
I am unable to get PTR records working on 216.151.144.0/24
Here's the config file (one of the sync'd files at the master NS)
named.conf
the actual zone file:
/var/named/144.151.216.in-addr.arpa.db
I am unable to get PTR records working on 216.151.144.0/24
Here's the config file (one of the sync'd files at the master NS)
named.conf
rndc.confzone "144.151.216.in-addr.arpa" {
type master;
file "/var/named/144.151.216.in-addr.arpa.db";
};
* Sample rndc configuration file.
*/
options {
default-server localhost;
default-key "rndckey";
};
server localhost {
key "rndckey";
};
include "/etc/rndc.key";
the actual zone file:
/var/named/144.151.216.in-addr.arpa.db
Doing dig brings errors (NXDOMAIN):; cPanel 11.23.6-CURRENT_26748
; Zone file for 144.151.216.in-addr.arpa
$TTL 14400
@ 86400 IN SOA nm.navigatoris.net. support.navigatoris.net. (
2008082101 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
86400 IN NS nm.navigatoris.net.
86400 IN NS ns2.navigatoris.net.
111 IN PTR unknown.navigatoris.net.
Top of named.conf; <<>> DiG 9.3.4-P1 <<>> -x 216.151.144.111
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 9861
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;111.144.151.216.in-addr.arpa. IN PTR
;; Query time: 0 msec
;; SERVER: 209.130.152.7#53(209.130.152.7)
;; WHEN: Thu Aug 21 04:35:16 2008
;; MSG SIZE rcvd: 46
Help is appreciated, thanks.acl "trusted" {
69.61.67.90;
72.232.11.98;
66.55.44.33;
127.0.0.1;
};
options {
directory "/var/named";
version "not currently available";
allow-recursion { trusted; };
allow-notify { trusted; };
allow-transfer { trusted; };
};
include "/etc/rndc.key";