PowerDNS replication issue #15044
Replies: 1 comment 1 reply
-
Resolved. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I have setup PowerDNS in 2 server for master and slave replication and using Mysql as backed and PowerDNS-Admin for managing through UI.
When i add zone from UI zone is added in master and also it notify to slave but in slave no records are updated. While checking log got error as
Jan 15 18:48:29 ns2 pdns_server[515716]: Received NOTIFY for example.com from 192.168.1.1 for which we are not authoritative, trying supermaster
Jan 15 18:48:29 ns2 pdns_server[515716]: While checking for supermaster, did not find NS for example.com at: 192.168.1.1
Please help me configuring master and slave.
Master conf:
launch=gmysql
gmysql-host=localhost
gmysql-user=admin
gmysql-password=test
gmysql-dbname=powerdns
allow-axfr-ips=192.168.1.2
master=yes
also-notify=192.168.1.2
local-address=192.168.1.1
forward-notify=192.168.1.2
default-soa-content=ns1.example.com hostmaster.@ 0 10800 3600 604800 3600
api=yes
api-key=test
webserver=yes
webserver-address=192.168.1.1
webserver-port=8081
logging-facility=0
webserver-allow-from=127.0.0.1, 172.17.0.2
Salve conf:
setuid=pdns
setgid=pdns
launch=gmysql
gmysql-host=localhost
gmysql-port=3306
gmysql-user=admin
gmysql-password=password
gmysql-dbname=powerdns
master=no
superslave=yes
slave=yes
master=192.168.1.1
xfr-cycle-interval=60
allow-notify-from=192.168.1.1
local-address=192.168.1.2
allow-axfr-ips=192.168.1.1
default-soa-content=ns1.example.com hostmaster.@ 0 10800 3600 604800 3600
autosecondary=yes
secondary-do-renotify=yes
api=yes
api-key=test
webserver=yes
web-server-address=0.0.0.0
webserver-port=8081
webserver-allow-from=127.0.0.1, 172.17.0.2
Beta Was this translation helpful? Give feedback.
All reactions