You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a reverse lookup for an IP address is attempted and the initial PTR query leads to a CNAME whose target is in another zone, Address03 incorrectly reports that the affected name server’s IP has no reverse DNS.
This can be seen in the wild when attempting to test le-fay.org (see below). The second line (with the WARNING) is incorrect, and should have been similar to the first one:
$ zonemaster-cli --test address03 le-fay.org
Seconds Level Message
======= ======== =======
2.82 NOTICE Nameserver ns-auth-1.svc.inet.le-fay.org has an IP address (2001:8b0:aab5:4::9) with mismatched PTR result (fuchsia.eden.le-fay.org.).
3.28 WARNING Nameserver ns-auth-1.svc.inet.le-fay.org has an IP address (81.187.47.195) without PTR configured.
3.53 NOTICE Nameserver ns-auth-2.svc.inet.le-fay.org has an IP address (2001:ba8:4015:100::2) with mismatched PTR result (amaranth.eden.le-fay.org.).
3.80 NOTICE Nameserver ns-auth-3.svc.inet.le-fay.org has an IP address (176.126.243.79) with mismatched PTR result (yarrow.eden.le-fay.org.).
4.00 NOTICE Nameserver ns-auth-3.svc.inet.le-fay.org has an IP address (2a00:1098:6b:100::2) with mismatched PTR result (yarrow.eden.le-fay.org.).
That is because there is a classless in-addr.arpa delegation going on:
The text was updated successfully, but these errors were encountered:
marc-vanderwal
added
T-Bug
Type: Bug in software or error in test case description
V-Patch
Versioning: The change gives an update of patch in version.
labels
Feb 24, 2025
This issue is related to zonemaster/zonemaster#1353.
When a reverse lookup for an IP address is attempted and the initial PTR query leads to a CNAME whose target is in another zone, Address03 incorrectly reports that the affected name server’s IP has no reverse DNS.
This can be seen in the wild when attempting to test
le-fay.org
(see below). The second line (with theWARNING
) is incorrect, and should have been similar to the first one:That is because there is a classless in-addr.arpa delegation going on:
The CNAME target points to another zone, which is outside the authority of auth.primary-dns.co.uk. Following up, we get this:
The text was updated successfully, but these errors were encountered: