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
-- 
ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.

To unsubscribe visit https://lists.isc.org/mailman/listinfo/kea-users.
[email protected]

Reply via email to