-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
A-TestCaseArea: Test case specification or implementation of test caseArea: Test case specification or implementation of test caseT-BugType: Bug in software or error in test case descriptionType: Bug in software or error in test case description
Milestone
Description
I am troubleshooting an IPv6 reverse DNS issue, which turned out to be a NS mismatch between the parent and child zones.
However, zonemaster didn't spot the issue, saying All of the nameserver names are listed both at parent and child..
Here is the full result: https://zonemaster.fr/result/94a0ac91fba2c05a
The zone of interest is 1.0.3.5.0.6.6.0.1.0.0.2.ip6.arpa., the parent zone is 0.6.6.0.1.0.0.2.ip6.arpa.
NS in parent zone:
dig @ns1.renater.fr 1.0.3.5.0.6.6.0.1.0.0.2.ip6.arpa. NS
cosmos.imag.fr.
brahma.imag.fr.
imag.imag.fr.
NS in child zone:
dig @imag.imag.fr 1.0.3.5.0.6.6.0.1.0.0.2.ip6.arpa. NS
eip2.u-ga.fr.
eip1.u-ga.fr.
I would expect zonemaster to catch this mismatch (and the fact that the NS in the parent zones are 2/3 broken). Instead, it incorrectly determined the NS in the parent zone to be equal to those of the child zone:
Parent lists enough (2) nameservers (eip1.u-ga.fr; eip2.u-ga.fr). Lower limit set to 2.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-TestCaseArea: Test case specification or implementation of test caseArea: Test case specification or implementation of test caseT-BugType: Bug in software or error in test case descriptionType: Bug in software or error in test case description