My DNS refuses to do reverse lookups for this config, why?
/etc/named.conf
options {
...stuff...
...other zones...Quote:};
zone "168.192.in-addr.arpa" {
type master;
file "zone/192.168";
notify no;
/var/named/zone/192.168Quote:};
...header...
8.1 PTR hareid-gw.mydomain.com.
9.1 PTR kleven-gw.mydomain.com.
10.1 PTR mmv-gw.mydomain.com.
11.1 PTR sande-gw.mydomain.com.
12.1 PTR larsnes-gw.mydomain.com.
If I use this config it worx ok:
/etc/named.conf
options {
...stuff...
...other zones...Quote:};
zone "8.168.192.in-addr.arpa" {
type master;
file "zone/192.168.8";
notify no;
zone "9.168.192.in-addr.arpa" {Quote:};
type master;
file "zone/192.168.9";
notify no;
/var/named/zone/192.168.8Quote:};
...header...
8.1 PTR hareid-gw.mydomain.com.
/var/named/zone/192.168.9
...header...
9.1 PTR kleven-gw.mydomain.com.