[Kea-users] Multiple dns-server in kea-dhcp-ddns server

Tim Weippert weiti at weiti.org
Sun Nov 4 09:51:41 UTC 2018


Hi list, 

i configured two dns-servers within a forward-ddns domain in kea-dhcp-ddns:

  "forward-ddns" : {
        "ddns-domains": [
                {
                        "name": "<domain-name>.",
                        "key-name": "DHCP-Update-Key",
                        "dns-servers": [
                                { "ip-address": "172.18.20.1" },
                                { "ip-address": "127.0.0.1" }

                        ]
                }
        ]
  },

as i understand the documentation, kea-dhcp-ddns should send the updates to both dns-servers, but it seem to use only the first
one. I would like to change my master DNS Server to another system/product and keep both in sync for some time.

Is this a misunderstanding from my side or is there something wrong with the configuration?

I use kea-dhcp-ddns Version 1.4.0-P1 on archlinux.

regards, 
tim

-- 
Tim Weippert
http://weiti.org - weiti at weiti.org
GPG Fingerprint - E704 7303 6FF0 8393 ADB1  398E 67F2 94AE 5995 7DD8



More information about the Kea-users mailing list