you forgot the key name into the forward dns section: "key-name": "homelocal.key",
Also did you put the dns-dhcp section into you kea-dhcp4.conf ? DD Le lun. 8 juin 2020 à 08:00, <[email protected]> a écrit : > Send Kea-users mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.isc.org/mailman/listinfo/kea-users > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Kea-users digest..." > > > Today's Topics: > > 1. DDNS Error (Software Info) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 8 Jun 2020 01:16:59 -0500 > From: Software Info <[email protected]> > To: [email protected] > Subject: [Kea-users] DDNS Error > Message-ID: > < > cafpcya0wsfeuq9expf9rfvf3kem9awpeh9tzy21hxvw9rri...@mail.gmail.com> > Content-Type: text/plain; charset="UTF-8" > > H All > I am trying to set up kea to dynamically update a BIND-9.16 zone named > home.local. THe error I am getting is below. I would appreciate any > help resolving this error. > > ????DHCP_DDNS_FORWARD_ADD_REJECTED DNS Request ID > 00010123F7C5108AE5734DE11681A33E491CA0E0EDF5715D273DC032EE8400ADEDFD98: > Server, 127.0.0.1 port:53, rejected a DNS update request to add the > address mapping for FQDN, debian10.home.local., with an RCODE: 4 > > > Please note the config in some of my Files > > [kea-dhcp4.conf] > "dhcp-ddns": { > "enable-updates": true, > "qualifying-suffix": "home.local." > "server-ip": "127.0.0.1", > "server-port": 53 > }, > > [kea-dhcp-ddns.conf] > { > "DhcpDdns": { > > "tsig-keys": [ > { > "name": "homelocal.key.", > "algorithm": "HMAC-SHA256", > "secret": "/invibCej8eFTY2aqvIJxIGMPjvkvjNj80OMnK2=" > } > ], > > "forward-ddns": { > "ddns-domains": [ > { > "name": "home.local.", > "key-name": "", > "dns-servers": [ > { > "hostname": "", > "ip-address": "127.0.0.1", > "port": 53 > } > ] > } > ] > } > > [Bind named.conf] > key "homelocal.key" { > algorithm hmac-sha256; > secret "/invibCej8eFTY2aqvIJxIGMPjvkvjNj80OMnK2="; > }; > > zone "home.local" in{ > type master; > allow-update {key "homelocal.key";}; > file "/usr/local/etc/namedb/dynamic/home.local"; > }; > > logging { > channel dns_log{ > file "/var/log/dns.log" versions 3 size 500k; > severity debug; > }; > category default{ > dns_log; > }; > }; > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > > ISC funds the development of this software with paid support > subscriptions. Contact us at https://www.isc.org/contact/ for more > information. > > Kea-users mailing list > [email protected] > https://lists.isc.org/mailman/listinfo/kea-users > > > ------------------------------ > > End of Kea-users Digest, Vol 72, Issue 10 > ***************************************** > -- Dominic D'Apice
_______________________________________________ ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information. To unsubscribe visit https://lists.isc.org/mailman/listinfo/kea-users. Kea-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/kea-users
