<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Hi guys.<br>
    Is it possible to make KEA do DDNS this way<br>
    ....<br>
        "dhcp-ddns": {<br>
          "enable-updates": true<br>
        },<br>
    ....<br>
        "subnet4": [<br>
          {<br>
            "id": 1,<br>
            "subnet": "10.3.0.0/22",<br>
            "ddns-override-client-update": false,<br>
            "valid-lifetime": 3600,<br>
            "max-valid-lifetime": 3600,<br>
            "pools": [<br>
              {<br>
                "pool": "10.3.1.10 - 10.3.1.20"<br>
              }<br>
            ],<br>
            "option-data": [<br>
              {<br>
                "space": "dhcp4",<br>
                "name": "domain-name",<br>
                "code": 15,<br>
                "data": "hub.mine.priv"<br>
              },<br>
    ....<br>
            "reservations": [<br>
              {<br>
                "hostname": "cromo",<br>
                "hw-address": "52:54:00:74:5b:08",<br>
                "option-data": [<br>
                  {<br>
                    "space": "dhcp4",<br>
                    "name": "domain-name",<br>
                    "code": 15,<br>
                    "data": "private.way"<br>
                  },<br>
                ]<br>
                //"client-classes": [ "PRIVATE.ROAD" ]<br>
              },<br>
    ....<br>
    <br>
    <i>ddns-qualifying-suffix</i> is absent, I read somewhere that in
    it's absence <i>domain-name</i> is used for DDNS then.<br>
    I'm hoping that subnet will do DDNS with one domain and if a client
    has reservation with another domain, then such "reserved" domain
    will be used, but..<br>
    KEA with such config is not doing DDNS at all I think - does that
    make sense & is what I'm hoping for possible?<br>
    <br>
    many thanks, L.
  </body>
</html>