[Kea-users] ddns for a zone in multiple views
Ben Sparks (bzsparks.com)
ben at bzsparks.com
Mon Nov 24 15:30:07 UTC 2025
Hello,
I have a question about kea ddns sending to bind9 with multiple views for the same zone. We separate different networks by view for control of response policy zones but I would like all users to be able to perform forward and reserve resolutions for devices.
Is something like this possible?
#bind9 views
view 1
tsig1-key
zone iot.example.com
view 2
tsig2-key
zone iot.example.com
view 3
tsig3-key
zone iot.example.com
#kea ddns
"ddns-domains": [
{
"name": "iot.example.com.",
"key-names": [
"tsig1-key",
"tsig2-key",
"tsig3-key"
],
"dns-servers": [
{ "ip-address": "10.1.1.1" }
]
}
]
"ddns-domains": [
{
"name": "1.2.10.in-addr.arpa.",
"key-names": [
"tsig1-key",
"tsig2-key",
"tsig3-key"
],
"dns-servers": [
{ "ip-address": "10.1.1.1" }
]
}]
Thank you,
Ben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20251124/4ef39f23/attachment.htm>
More information about the Kea-users
mailing list