<div dir="ltr"><div><div><div><div><div><div>Am doing my first deployment of KEA after using ISC-DHCP for..ever.<br><br></div>Am trying to replicate an existing configuration with multiple subnets updating different forward DNS domains and am unclear on how to accomplish this as all examples/docs I've found only seem to use a single forward domain.<br><br></div>I've got both forward and reverse working, forward for a single domain, and reverse for whatever the subnet is.  My issue seems to be the following commands:<br><br><span class="gmail-gI"></span>{<br><br>  "dhcp-ddns": { "enable-updates": true,<br>    "qualifying-suffix": "<a href="http://bogus.net">bogus.net</a>",<br>    "override-client-update": true<br>},<br><br></div>These seem to be required in the DHCP4 config but then seem to override any settings in the ddns config<br><br>  "forward-ddns" : {<br>    "ddns-domains": [<br>        {<br>        "name": "<a href="http://bogus.net">bogus.net</a>.",<br>        "dns-servers": [ { "ip-address": "re.dac.ted", "port": 53 } ]<br>        },<br>        {<br>        "name": "wireless.bogus.",<br>        "dns-servers": [ { "ip-address": "re.dac.ted", "port": 53 } ]<br>        },<br>        {<br>         "name": "bogus.",<br>         "dns-servers": [ { "ip-address": "re.dac.ted", "port": 53 } ]<br>          },<br>        ]<br>    },<br><br></div><div>The following is info is set under the "subnet" section for each:<br>-----<br>        {<br>            "name": "domain-name",<br>            "data": "<a href="http://bogus.net">bogus.net</a>"<br>        },<br></div><div>-----<br>        {<br>            "name": "domain-name",<br>            "data": "bogus.wireless"<br>        },<br>-----<br>        {<br>            "name": "domain-name",<br>            "data": "bogus"<br>        },<br><br></div>I'm sure it's something simple I'm missing but been banging my head against it for a couple of days.  All forward DNS goes to <a href="http://bogus.net">bogus.net</a> irrespective of the domain-name settings of the subnet.<br><br></div>/thanks<br></div>/rh<br></div>