Hurricane Electric's IPv6 Tunnel Broker Forums

DNS.HE.NET Topics => General Questions & Suggestions => Topic started by: JackYang on June 07, 2018, 02:19:37 AM

Title: DNS Zone Transfer fail
Post by: JackYang on June 07, 2018, 02:19:37 AM
logging:

from 216.218.130.2#53: failed while receiving responses: NOTAUTH

Master DNS use he.net, I want to setup slave DNS for Our-slave DNS

My DNS config:

zone "xxx.com" {
        type slave;
        file "db.xxx.com";
        masters {
                216.218.130.2;
        };
};

Thanks for your all help !!
Title: Re: DNS Zone Transfer fail
Post by: kriteknetworks on June 08, 2018, 04:39:32 PM
I doubt you own xxx.com:

Tech Email: XXX.COM@domainsbyproxy.com
Name Server: NS1.SERVERSTACK.COM
Name Server: NS2.SERVERSTACK.COM
Name Server: NS3.SERVERSTACK.COM
Name Server: NS4.SERVERSTACK.COM

If you're obfuscating in some attempt to be secure, you're not. In order to get help, providing the real zone name would be helpful.
Title: Re: DNS Zone Transfer fail
Post by: snarked on June 08, 2018, 09:13:07 PM
216.218.130.2 is ns1.he.net.  HE doesn't draw slave zones using ns1, but a different host:  slave.dns.he.net (216.218.133.2 or 2001:470:600::2).  Maybe that's your problem -- you need to transfer in the other direction.