nsd at fongaboo.com
2015-Jul-27 22:13 UTC
[nsd-users] Zone transfers between master and slave
I have NSD on FreeBSD 10.1 running successfully as a master. I'm trying to
get it to transfer zones to a slave.
In nsd.conf on the master I have:
key:
name: "sec1_key"
algorithm: hmac-md5
secret: "<secret>"
zone:
name: "hostname.domain.tld"
zonefile: "db.hostname.domain.tld"
notify: <slave-IP> sec1_key
provide-xfr: <slave-IP> sec1_key
notify-retry: 10
In nsd.conf on the slave I have:
zone:
name: "hostname.domain.tld"
zonefile: "db.hostname.domain.tld"
allow-notify: <master-IP> sec1_key
request-xfr: AXFR <master-IP> sec1_key
key:
name: "sec1_key"
algorithm: hmac-md5
secret: "<secret>"
I'm not seeing any slave zonefile showing up on the slave server. What
should I look at next to troubleshoot?
TIA
-------------------------------------------------------------------------
shot through the heart ooh baby do you know what that's worth
and you're to blame ooh heaven is a place on earth
darling you give love they say in heaven love comes first
a bad name we'll make heaven a place on earth
ORBITAL "Halcyon
Live"
On 28/07/15 00:13, nsd at fongaboo.com wrote: Hello anonymous fongaboo (possibly Paul Bliss), First of all, can you please identify yourself? Writing email messages to the list without your name is the equivalent of talking to us with a paper bag over your head. I, at least, find that impolite. [snip]> I'm not seeing any slave zonefile showing up on the slave server. What > should I look at next to troubleshoot?The NSD log? tcpdump? strace? A book on unix system administration? Regards, Anand