Reverse DNS

kris1351

Verified User
Joined
Mar 17, 2006
Messages
21
Does anyone have their own RDNS records running properly in the DA Bind version? I copied over my tables from CPanel servers I have used for some time now and the DA version of Bind will not load them for some reason.

named.conf:

zone "111.96.67.in-addr" { type master; file "/var/named/111.96.67.in-addr.db"; };
zone "111.89.65.in-addr" { type master; file "/var/named/111.89.65.in-addr.db"; };


zone file:

; Zone File for 111.96.67.in-addr.db
$TTL 900
@ 86400 IN SOA dns1.domain.com. support.domain.com. (
2006081701
86400
7200
3600000
86400
)

IN NS dns1.domain.com.
IN NS dns2.domain.com.

1 IN PTR dalc1-rvs-1.111.96.67.domain.com.

Anyone see something wrong here?
 
Back
Top