I have 2 ips that are my registered name servers.
I then have an IP range of xx.xxx.x.0 through 127 routed to those IP's The IP range has been delegated to me by my upstream provider. Thinks work fone going forward but a reverse lookup for the ip range fails.
There is no control for /25 in CP (24 is as small as it goes).
There is no zone file In Named Conf for the IP range.
(something similar to this should be there)
zone "25/0.2.179.66.in-addr.arpa" in {
type master;
file "25-0.x.xxx.xx.in-addr.arpa";
};
$TTL 86400
And the file that is pointed to:
25-0.x.xxx.xx.in-addr.arpa. IN SOA
ns1.domain.com. postmaster.ns1.domain.com. (
1083656332 ; Serial
10800 ; Refresh
3600 ; Retry
604800 ; Expire
86400 ) ; Minimum
25-0.2.179.66.in-addr.arpa. IN NS ns1.domain.com.
1.25-0.x.xxx.xx.in-addr.arpa. IN PTR adomain.com.
2.25-0.x.xxx.xx.in-addr.arpa. IN PTR otherdomain.com.
Or something like that.
So once agai revers DNS lookup fails as there is no support for /25. Lots of Lame servers. General fun to be had.
Is there support for /25 that I am missing?
Sorry I don't know what a CDIR is.
Thanks for the insight.