Replies: 1 comment 3 replies
-
|
Thanks for the details.
From this error message, it looks like the DNS request is not reaching the primary node directly. Some network equipment is probably intercepting it and does not support TSIG causing this issue. The response being received probably has no TSIG record or there is some TSIG parameter mismatch. So just make sure that something like your router does not have DNS related security feature enabled. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
This is a "please help me" kind of topic, and right off the bat: apologies for my lack of general network knowledge. but this is how i learn, setting up things on my homelab.
in the past, i used to have a working cluster at home. ive been doing changes (as usualy in a homelab. constantly evolving) and now im doing a hybrid setup. one server is on the cloud, the other is at home. i mention this because i think it may be relevant. as its a signifant change in the architecture
dns-01.lab is 10.10.10.2 is on cloud
dns-02.lab is 192.168.236.102 is at home
the cluster itself, apparently, works:


from node1:
from node2:


but it fails at transferring zones
and ive tried everything i can thing of. custom certificates (for joining cluster). custom tsig. but im doing this the most "out of the box" as i can, but i cant NOT get past this:
i also tried; even for just troubleshooting sake; to NOT require TSIG. but i still throws me the same error.
its obviously not a connection issue; since they have connectivity in between them and the cluster itself does not throw any error. its "only" the zone transfer failing.
the time is the same on both nodes.
what i think is weird... and probably causing hell, is my SOA entry:

which im not able to edit, even if i add my user (admin) to edit and delete! i get the forbidden icon when trying to edit the entry. clearly "invalid" is well, not valid.
Beta Was this translation helpful? Give feedback.
All reactions