Tutorial for dynamic DNS updates? #15453
-
Hi everyone, In pdns.conf I added the interface of my FW to allow updates: I created a tsig key:
However the firewall update always results in a timeout:
EDIT: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It looks like your server is only listening on 127.0.0.1 so updates sent to 192.168.1.1 will be dropped. |
Beta Was this translation helpful? Give feedback.
Thanks, you are totally right. I got that mixed up with recursor. After rebuiliding the setup I also realized that opnsense (our dhcp) is not able to send updates to a different port. port 53 is occupied by recursor and authoritive runs on 5400 now. but opnsense always tries port 53.
So I guess no automatic dns updates for us.