Open hellweiss opened 6 years ago
Hi,
The IP port PORT
syntax is indeed not supported by the bindparser (and should be fixed), this can be faked within PowerDNS by using the "IP:PORT" syntax. But this is unrelated to the notification issue. The configuration as you posted should work (i.e. only sending a NOTIFY to the port provided in the also-notify
setting).
Is this the case, or do you get other errors? And if so, can you provide the full configuration for both the master and the server so we can try to reproduce this issue?
Thanks!
Hi,
you are right, I removed the second IP Address <10.1.0.107;> from the named.conf and it works as expected. The only thing left is the support for the bind syntax.
Thanks.
Hi,
sorry, I forgot to restart the pdns_server Service. If I remove the 10.1.0.107;
form the slaves
named.conf file I get Received NOTIFY for elkb.de from 10.1.0.107 which is not a master
The error Messages I get are the same as above. No special Configuration here.
On Master:
also-notify=10.1.0.108:5300
config-dir=/usr/local/etc/pdns
daemon=yes
distributor-threads=1
do-ipv6-additional-processing=yes
launch=bind
bind-config=/usr/local/etc/pdns/named.conf
bind-check-interval=300
local-address=127.0.0.1, 10.1.0.107
local-ipv6=::1, fd05:a7aa:dee8:1000:10:1:0:107
local-port=5300
master=yes
only-notify=
security-poll-suffix=
server-id=ns0
on slave:
config-dir=/usr/local/etc/pdns
daemon=yes
distributor-threads=1
do-ipv6-additional-processing=yes
launch=bind
bind-config=/usr/local/etc/pdns/named.conf
bind-check-interval=300
local-address=127.0.0.1, 10.1.0.108
local-ipv6=::1, fd05:a7aa:dee8:1000:10:1:0:108
local-port=5300
security-poll-suffix=
server-id=ns1
slave=yes
Short description
I have to add IP twice in named.cond for AXFR to work properly.
or I get:
on slave and:
on master.
Environment
Expected behaviour
IP and Port in named.conf should work. Or like in named.conf man page
10.1.0.107 port 5300;
Actual behaviour
Have to add IP and IP and Port for AXFR to work properly.
Description
I've installed Authoritative Server on Port 5300 and Recursor on Port 53 because we are small company. I am using bind Zonefiles for the same reason and because my coworkers are used to edit (deal with) bind Zonefiles. Now when I install a SLAVE and change the Zonefile, the Authoritative Server always tries to connect to the Slave on Port 53 but that is where the Recursor Service is running.
So I have changed following pdns.conf Parameters on master:
and on slave:
The named.conf man Page says:
But
gives
Thanks
isi