I have a problem where a zonemaster test for a child zone fails, because the parent zone refuses to answer, even though it's an undelegated test. I believe this may be related to #1451, but it's a slight different situation:
We want to create the following delegations in 127.in-addr.arpa:
0.228.127.in-addr.arpa NS ns1.example.net
0.228.127.in-addr.arpa NS ns2.example.net
So we do an undelegated test of 0.228.127.in-addr.arpa with zonemaster, specifying nameservers ns1.example.net and ns2.example.net.
However, the following delegations currently still exists in 127.in-addr.arpa:
228.127.in-addr.arpa NS ns1.example.net
228.127.in-addr.arpa NS ns2.example.net
So zonemaster will ask ns1.example.net and ns2.example.net for the SOA/NS records for 228.127.in-addr.arpa, but those return REFUSED, since these records have been replaced with records for 0.228.127.in-addr.arpa.
This causes test BASIC02 to fail with B02_NO_DELEGATION. Even though the specified nameservers return the expected records.
Could this have been prevented by still serving SOA and NS records in the 228.127.in-addr.arpa zone, instead of REFUSED? Or is this a problem with zonemaster?
I have a problem where a zonemaster test for a child zone fails, because the parent zone refuses to answer, even though it's an undelegated test. I believe this may be related to #1451, but it's a slight different situation:
We want to create the following delegations in
127.in-addr.arpa:So we do an undelegated test of
0.228.127.in-addr.arpawith zonemaster, specifying nameserversns1.example.netandns2.example.net.However, the following delegations currently still exists in
127.in-addr.arpa:So zonemaster will ask
ns1.example.netandns2.example.netfor theSOA/NSrecords for228.127.in-addr.arpa, but those returnREFUSED, since these records have been replaced with records for0.228.127.in-addr.arpa.This causes test
BASIC02to fail withB02_NO_DELEGATION. Even though the specified nameservers return the expected records.Could this have been prevented by still serving
SOAandNSrecords in the228.127.in-addr.arpazone, instead ofREFUSED? Or is this a problem with zonemaster?