Notify to a Slave not @ Port 53

Hallo,

I like an master to notify an slave ( both nsd-1.3.6 ). That works.
Now I moved the slave from Port 53 to an Highport.
Unfortunly the notify still goes to Port 53.

I found no way to configure master-nsd to notify to the Highport.

According to the nsd.conf manpage only
ip-address, allow-notify and provide-xfr know about @port Syntax.
But not "notify" ...

Andreas

Hi Andreas,

If you use nsd-notify, you can set the port with -p.
If you use nsdc notify, you should put lines in your zone configuration
like this:

  notify: <ip-address>@<port> <keyname>

for example:
  
  notify: 1.2.3.4@5364

That the notify does not understand a port number is a documentation bug
and is fixed in trunk.

Best regards,

Matthijs