[Kea-users] Kea-users Digest, Vol 72, Issue 10

Dominic D'Apice dominicdapice at gmail.com
Mon Jun 8 12:27:40 UTC 2020


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, <kea-users-request at lists.isc.org> a écrit :

> Send Kea-users mailing list submissions to
>         kea-users at lists.isc.org
>
> 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
>         kea-users-request at lists.isc.org
>
> You can reach the person managing the list at
>         kea-users-owner at lists.isc.org
>
> 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 <softwareinfojam at gmail.com>
> To: kea-users at lists.isc.org
> Subject: [Kea-users] DDNS Error
> Message-ID:
>         <
> CAFPCYA0WsfeUQ9ExPF9Rfvf3keM9AwpeH9TZY21hXvW9RrikRA at 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
> Kea-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/kea-users
>
>
> ------------------------------
>
> End of Kea-users Digest, Vol 72, Issue 10
> *****************************************
>


-- 
Dominic D'Apice
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20200608/340ee2ee/attachment.htm>


More information about the Kea-users mailing list