Hi,
I configure named.conf with allow-transfer:
acl localnet { 192.168.0.0/24; 127.0.0.1; };
------------------------------------------------------------------
view "world" {
match-clients { any; };
allow-query { any; };
recursion no;
zone "server.xyz" {
type master;
file "db.server.xyz";
allow-transfer { localnet; 210.134.xx.6; 210.224.xxx.xxx; };
};
};
but i can't transfer zone:
dig @localhost domain.xyz axfr
; <<>> DiG 9.2.1 <<>> @localhost domain.xyz axfr
;; global options: printcmd
; Transfer failed.
AND in messages:
client localhost#37382: bad zone transfer request: 'domain.xyz/IN': non-authoritative zone (NOTAUTH)
whats wrong ???
Thanks for help ...
Giedrius