Zone Transfer fails (NOTAUTH)

Jon335

New member
Joined
Jun 6, 2007
Messages
2
I am running DirectAdmin 1.29.7 with Bind 9.2.4 on Centos 4. I have EditDNS set up to act as backup DNS for my sites, and do a zone transfer from my DA server every hour.

Since I upgraded to DA 1.29.7 I have added two domains, both of which I get this error on:

Code:
[root@nebula ~]# host -l redirectmeto.info 127.0.0.1
Using domain server:
Name: 127.0.0.1
Address: 127.0.0.1#53
Aliases:

Host redirectmeto.info not found: 9(NOTAUTH)
; Transfer failed.

This is the conf for that domain:

Code:
zone "redirectmeto.info" { type master; file "/var/named/redirectmeto.info.db"; };

EditDNS also gets this error. I have added the IPs (EditDNS and 127.0.0.1) into allow-transfer. I do not have this error on domains that were added before DA was upgraded, just the two that were added after.

Any help would be appreciated.
 
Back
Top