Is there any way to have different DDNS options ā generated-prefix and
qualifying-suffix ā per subnet? I tried the obvious things:
{
"id": 168722944,
"subnet": "10.14.130.0/29",
"dhcp-ddns": {
"enable-updates": true,
"replace-client-name": "when-not-present",
"generated-prefix": "dhcp",
"qualifying-suffix": "dallas.charlietango.com"
},
"valid-lifetime": 300,
"option-data": [
{
"name": "routers",
"data": "10.14.130.1"
},
{
"name": "domain-name",
"data": "dallas.charlietango.com"
}
],
"pools": [
{
"pool": "10.14.130.2 - 10.14.130.6"
}
]
},
and
{
"id": 168722944,
"subnet": "10.14.130.0/29",
"generated-prefix": "dhcp",
"qualifying-suffix": "dallas.charlietango.com",
"valid-lifetime": 300,
"option-data": [
{
"name": "routers",
"data": "10.14.130.1"
},
{
"name": "domain-name",
"data": "dallas.charlietango.com"
}
],
"pools": [
{
"pool": "10.14.130.2 - 10.14.130.6"
}
]
},
and both got kicked out for being unsupported parameters. The documentation
suggests these are global settings only, but Iād really like to have them
differ by subnets without setting up *entirely* different Kea servers to
service the different subnets. Is there a trick for it?
Thanks!
_______________________________________________
Kea-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-users