Cluster Domain #1722
-
|
Hi, I've been running Technitium DNS on my homelab for a while and now want to use clustering so that rebooting the homelab for updates doesn't cause a DNS outage for the local network. The web UI is currently accessible as I've set up a forwarder zone for Looking a the clustering documentation, I can see some problems:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Thanks for asking.
Yes, the clustering requires a primary zone which will be DNSSEC signed too. Using forwarder zone is thus not possible.
You can use something like |
Beta Was this translation helpful? Give feedback.
-
|
I think I'm running into a small issue after all: failed NOTIFY messages. The primary's log contains: The secondary has this: Each cluster node is configured with static IPv4 and IPv6 addresses. The static IPv6 addresses look like |
Beta Was this translation helpful? Give feedback.
Thanks for asking.
Yes, the clustering requires a primary zone which will be DNSSEC signed too. Using forwarder zone is thus not possible.
You can use something like
dns.<any-subdomain>.example.com(e.g.dns.cluster.example.com), and confi…