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.
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe
from this list
bind-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/bind-users