also-notify and allow-notify

Blason R blason16 at gmail.com
Thu May 17 17:30:29 UTC 2018


Hi,

I have RPZ installed on server and its acting as a master server but
somehow port setting is not working on master

 ## Master Server configuration
response-policy { zone "malware.trap"; };

zone "malware.trap" {
  type master;
  file "/var/lib/bind/malware.trap.db";
  notify explicit;
  also-notify { 192.168.5.49; "notify-them" port 4545; };
  allow-transfer {192.168.5.49; };
  allow-query {localhost; };
};


######### Slave configuration

response-policy { zone "malware.trap"; };

zone "malware.trap" {
  type slave;
  masters { 192.168.5.48; };
   file "/var/lib/bind/malware.trap.db";
  allow-notify { 192.168.5.48; };
  allow-query {localhost; };
};


So here I am sending notification  to 192.168.5.49 on port 4545; my queries
are


   1. How do I configure port on slave 4545 so that slave server can start
   listening on that port.
   2. And my master is failing  after restarting the services due to
   notify-them statement.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20180517/7243fed2/attachment-0001.html>


More information about the bind-users mailing list