kea icon indicating copy to clipboard operation
kea copied to clipboard

use a subnet's domain-name as a qualifying suffix for DDNS (gitlab #695)

Open shaders opened this issue 7 years ago • 5 comments

Proposed fix for: https://oldkea.isc.org/ticket/5048 "Kea servers should be able to use a subnet's domain-name as a qualifying suffix for DDNS"

https://lists.isc.org/pipermail/kea-users/2017-January/000776.html https://lists.isc.org/pipermail/kea-users/2017-February/000813.html

shaders avatar Sep 22 '18 21:09 shaders

Hi, how does one make use of the ddns fix, ie are there any configs changes required?

binagun avatar Jun 11 '19 04:06 binagun

Hi,

The patch responds to "option-data", "code" : 15 in "subnet4" config allowing to specify multiple domains. Example (not full config, only relevant fields):

{ "Dhcp4": { "subnet4": [ { "id": 11, "option-data": [ { "code": 15, "data": "r1h.nue", "name": "domain-name" } ] }, { "id": 21, "option-data": [ { "code": 15, "data": "r1m.nue", "name": "domain-name" } ] }, { "id": 31, "option-data": [ { "code": 15, "data": "r1v.nue", "name": "domain-name" } ] } ] } }

shaders avatar Jun 11 '19 06:06 shaders

thanks for the quick reply, and the patch!

binagun avatar Jun 11 '19 06:06 binagun

Hey @shaders and @binagun. Kea migrated to gitlab. Can I ask you to open an issue there, so this fix is on Kea engineers' radars? We don't look at github too often...

tomaszmrugalski avatar Jun 11 '19 17:06 tomaszmrugalski

Done: https://gitlab.isc.org/isc-projects/kea/issues/695 Thanks!

shaders avatar Jun 25 '19 01:06 shaders