Hi Kamil, On 11/06/2015 12:44 PM, kamil kapturkiewicz wrote: > Hi, > I've just installed and configured PowerDNS with MySQL backend and NSEDIT > frontend. The problem is, that every domain added on master NS is not added > on slave dns server. > > master dns server log: > > Nov 6 10:53:03 master-ns pdns[17257]: 1 domain for which we are master needs > notifications > Nov 6 10:53:13 master-ns pdns[17257]: Queued notification of domain 'domain' > to 2.2.2.2:53 > > where 2.2.2.2 is IP address of slave dns server. > > slave dns server log: > > Nov 6 10:49:29 slave-ns pdns[14648]: Received NOTIFY for domain from 1.1.1.1 > for which we are not authoritative > Nov 6 10:49:29 slave-ns pdns[14648]: Unable to find backend willing to host > domain for potential supermaster 1.1.1.1. 2 remote nameservers:
Judging by your config, 1.1.1.1 is not setup as supermaster in the slave's config. If you don't intent to use the supermaster feature, you need to add the domain to-be-slaved to the slave's "domain" table with type "slave". -- Pieter Lexis PowerDNS.COM BV - https://www.powerdns.com _______________________________________________ Pdns-users mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-users
