feat: add full Zonemaster stack with Docker and Spanish UI
- Clone all 5 Zonemaster component repos (LDNS, Engine, CLI, Backend, GUI) - Dockerfile.backend: 8-stage multi-stage build LDNS→Engine→CLI→Backend - Dockerfile.gui: Astro static build served via nginx - docker-compose.yml: backend (internal) + frontend (port 5353) - nginx.conf: root redirects to /es/, /api/ proxied to backend - zonemaster-gui/config.ts: defaultLanguage set to 'es' (Spanish) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
## CONFIGURATION01: The data for a canonical name and its aliases cannot be different
|
||||
|
||||
### Test case identifier
|
||||
|
||||
**CONFIGURATION01:** The data for a canonical name and its aliases cannot be
|
||||
different
|
||||
|
||||
### Objective
|
||||
Section 3.6.2 of [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034)
|
||||
mentions that if a CNAME RR is present at a node, no other data should be
|
||||
present; this ensures that the data for a canonical name and its aliases cannot
|
||||
be different. This rule also insures that a cached CNAME can be used without
|
||||
checking with an authoritative server for other RR types.
|
||||
|
||||
The objective of this test is to verify whether the engine conforms to the
|
||||
specification described above.
|
||||
|
||||
### Inputs
|
||||
|
||||
The domain to be tested.
|
||||
|
||||
### Ordered description of steps to be taken to execute the test case
|
||||
|
||||
1. Configure a live zone, wherein the CNAME record coexist with any other data
|
||||
|
||||
```
|
||||
configuration02-z1.zft-root.rd.nic.fr.
|
||||
```
|
||||
|
||||
2. A standard query for the domain is made
|
||||
3. If the query don’t receive Error response, the test returns with FAIL
|
||||
|
||||
### Results
|
||||
Current DNS softwares does not allow a zone to be loaded wherein a CNAME coexist
|
||||
with other RR. The only way to emulate this behavior is to use an old DNS
|
||||
software version or write our own implementation. It has been decided that such
|
||||
efforts are not necessary at this stage and hence this test is not run.
|
||||
|
||||
|
||||
@@ -0,0 +1,111 @@
|
||||
## CONFIGURATION02: Cyclic Zone Dependency
|
||||
different
|
||||
|
||||
### Test case identifier
|
||||
|
||||
**CONFIGURATION02:** Cyclic Zone Dependency
|
||||
|
||||
### Objective
|
||||
A cyclic zone dependency happens when two or more zones DNS service depends on
|
||||
each other in a circular way. This scenario is possible due to configuration
|
||||
errors in either or both of the zones; however in some cases it is also possible
|
||||
when none of the involved zones has any noticeable configuration error. Thus the
|
||||
combination of two or more correctly configured zones may also result in cyclic
|
||||
zone dependency.
|
||||
|
||||
The objective here is to verify whether the engine identifies such a dependency.
|
||||
|
||||
|
||||
### Inputs
|
||||
|
||||
The domain to be tested.
|
||||
|
||||
### Ordered description of steps to be taken to execute the test case
|
||||
|
||||
1. Configure live zone(s) with cyclic dependencies
|
||||
|
||||
```
|
||||
configuration02-z1.zft-root.rd.nic.fr.
|
||||
```
|
||||
2. A standard query for the domain is made
|
||||
3. If the query don’t receive Error response, the test returns with FAIL
|
||||
|
||||
### Results
|
||||
Verifying the zone with zonemaster CLI does not provide any conclusive errors as
|
||||
you could see from the appendix
|
||||
|
||||
### Appendix
|
||||
```
|
||||
zonemaster-cli configuration02-z1.zft-root.rd.nic.fr.
|
||||
Seconds Level Message
|
||||
======= ========= =======
|
||||
113.63 NOTICE Nameserver
|
||||
dns2.configuration02-z1.zft-root.rd.nic.fr/46.105.116.200 did not respond to NS
|
||||
query.
|
||||
113.64 NOTICE Nameserver
|
||||
ns2.configuration02-z2.zft-root.rd.nic.fr/46.105.116.200 did not respond to NS
|
||||
query.
|
||||
119.90 NOTICE Nameserver dns1.configuration02-z1.zft-root.rd.nic.fr has an
|
||||
IP address (178.33.232.188) with mismatched PTR result
|
||||
(ns324830.ip-178-33-232.eu.).
|
||||
119.90 NOTICE Nameserver dns2.configuration02-z1.zft-root.rd.nic.fr has an
|
||||
IP address (46.105.116.200) with mismatched PTR result
|
||||
(ns334987.ip-46-105-116.eu.).
|
||||
119.90 ERROR Nameserver
|
||||
dns2.configuration02-z1.zft-root.rd.nic.fr/46.105.116.200 not accessible over
|
||||
UDP on port 53.
|
||||
119.94 ERROR Nameserver
|
||||
dns2.configuration02-z1.zft-root.rd.nic.fr/46.105.116.200 not accessible over
|
||||
TCP on port 53.
|
||||
120.45 WARNING All nameservers are in the same AS (16276).
|
||||
120.45 WARNING All nameservers IPv4 addresses are in the same AS (16276).
|
||||
120.46 WARNING Nameserver
|
||||
dns2.configuration02-z1.zft-root.rd.nic.fr/46.105.116.200 did not respond.
|
||||
120.46 WARNING Nameserver
|
||||
ns2.configuration02-z2.zft-root.rd.nic.fr/46.105.116.200 did not respond.
|
||||
120.46 WARNING Nameserver
|
||||
dns2.configuration02-z1.zft-root.rd.nic.fr/46.105.116.200 did not respond.
|
||||
120.46 WARNING Nameserver
|
||||
ns2.configuration02-z2.zft-root.rd.nic.fr/46.105.116.200 did not respond.
|
||||
120.46 WARNING Nameserver
|
||||
dns2.configuration02-z1.zft-root.rd.nic.fr/46.105.116.200 did not respond.
|
||||
120.46 WARNING Nameserver
|
||||
ns2.configuration02-z2.zft-root.rd.nic.fr/46.105.116.200 did not respond.
|
||||
120.46 WARNING Nameserver
|
||||
dns2.configuration02-z1.zft-root.rd.nic.fr/46.105.116.200 did not respond.
|
||||
120.46 WARNING Nameserver
|
||||
ns2.configuration02-z2.zft-root.rd.nic.fr/46.105.116.200 did not respond.
|
||||
120.47 WARNING Nameserver
|
||||
dns2.configuration02-z1.zft-root.rd.nic.fr/46.105.116.200 did not respond.
|
||||
120.47 WARNING Nameserver
|
||||
ns2.configuration02-z2.zft-root.rd.nic.fr/46.105.116.200 did not respond.
|
||||
120.47 WARNING Nameserver
|
||||
dns2.configuration02-z1.zft-root.rd.nic.fr/46.105.116.200 did not respond.
|
||||
120.47 WARNING Nameserver
|
||||
ns2.configuration02-z2.zft-root.rd.nic.fr/46.105.116.200 did not respond.
|
||||
120.47 WARNING Nameserver
|
||||
dns2.configuration02-z1.zft-root.rd.nic.fr/46.105.116.200 did not respond.
|
||||
120.47 WARNING Nameserver
|
||||
ns2.configuration02-z2.zft-root.rd.nic.fr/46.105.116.200 did not respond.
|
||||
120.47 WARNING Nameserver
|
||||
dns2.configuration02-z1.zft-root.rd.nic.fr/46.105.116.200 did not respond.
|
||||
120.47 WARNING Nameserver
|
||||
ns2.configuration02-z2.zft-root.rd.nic.fr/46.105.116.200 did not respond.
|
||||
120.48 NOTICE 176.31.226.223 returned no DS records for
|
||||
configuration02-z1.zft-root.rd.nic.fr.
|
||||
120.49 NOTICE IP 178.33.232.188 refers to multiple nameservers
|
||||
(dns1.configuration02-z1.zft-root.rd.nic.fr;ns1.configuration02-z2.zft-root.rd.nic.fr).
|
||||
120.49 NOTICE IP 46.105.116.200 refers to multiple nameservers
|
||||
(dns2.configuration02-z1.zft-root.rd.nic.fr;ns2.configuration02-z2.zft-root.rd.nic.fr).
|
||||
120.52 WARNING Nameserver dns2.configuration02-z1.zft-root.rd.nic.fr response
|
||||
is not authoritative on UDP port 53.
|
||||
120.53 WARNING Nameserver dns2.configuration02-z1.zft-root.rd.nic.fr response
|
||||
is not authoritative on TCP port 53.
|
||||
120.53 WARNING Nameserver ns2.configuration02-z2.zft-root.rd.nic.fr response
|
||||
is not authoritative on UDP port 53.
|
||||
120.53 WARNING Nameserver ns2.configuration02-z2.zft-root.rd.nic.fr response
|
||||
is not authoritative on TCP port 53.
|
||||
150.68 NOTICE Nameserver
|
||||
dns2.configuration02-z1.zft-root.rd.nic.fr/46.105.116.200 dropped AAAA query.
|
||||
150.68 NOTICE Nameserver
|
||||
ns2.configuration02-z2.zft-root.rd.nic.fr/46.105.116.200 dropped AAAA query.
|
||||
@@ -0,0 +1,59 @@
|
||||
## CONFIGURATION03: Lame Delegation
|
||||
|
||||
### Test case identifier
|
||||
|
||||
**CONFIGURATION03:** Lame delegation
|
||||
|
||||
### Objective
|
||||
|
||||
Lame delegation errors happen when a name server that is registered in the DNS
|
||||
system as authoritative for a zone does not provide authoritative answers for
|
||||
the zone.
|
||||
|
||||
|
||||
### Inputs
|
||||
|
||||
The domain to be tested.
|
||||
|
||||
### Inputs
|
||||
|
||||
The domain to be tested.
|
||||
|
||||
### Ordered description of steps to be taken to execute the test case
|
||||
|
||||
1. Configure live zone(s) with lame delegation
|
||||
|
||||
```
|
||||
zft-sandoche.rd.nic.fr
|
||||
```
|
||||
2. A standard query for the domain is made
|
||||
3. If the query don’t receive Error response, the test returns with FAIL
|
||||
|
||||
### Results
|
||||
Verifying the zone with zonemaster CLI does provide conclusive errors as
|
||||
you could see from the appendix
|
||||
|
||||
### Appendix
|
||||
```
|
||||
zonemaster-cli zft-sandoche.rd.nic.fr
|
||||
Seconds Level Message
|
||||
======= ========= =======
|
||||
10.18 NOTICE Nameserver ns2.rd.nic.fr has an IP address (192.134.4.81) with
|
||||
mismatched PTR result (lea.rd.nic.fr.).
|
||||
10.18 NOTICE Nameserver ns2.rd.nic.fr has an IP address
|
||||
(2001:67c:2218:3::1:7) with mismatched PTR result (dalila.rd.nic.fr.).
|
||||
12.12 WARNING All nameservers IPv6 addresses are in the same AS (2485).
|
||||
12.15 NOTICE 192.134.4.81 returned no DS records for
|
||||
zft-sandoche.rd.nic.fr.
|
||||
12.16 WARNING Nameserver ns2.rd.nic.fr response is not authoritative on UDP
|
||||
port 53.
|
||||
12.16 WARNING Nameserver ns2.rd.nic.fr response is not authoritative on TCP
|
||||
port 53.
|
||||
12.17 ERROR A SOA query NOERROR response from ns2.rd.nic.fr was received
|
||||
empty.
|
||||
12.91 NOTICE SOA 'refresh' value (3600) is less than the recommended one
|
||||
(14400).
|
||||
12.92 NOTICE SOA 'retry' value (1800) is less than the recommended one
|
||||
(3600).
|
||||
13.56 NOTICE No target (MX, A or AAAA record) to deliver e-mail for the
|
||||
domain name.
|
||||
@@ -0,0 +1,59 @@
|
||||
## CONFIGURATION04: Delegation Inconsistency - Name Server Records
|
||||
|
||||
### Test case identifier
|
||||
|
||||
**CONFIGURATION04:** Delegation Inconsistency - Name Server Records
|
||||
|
||||
### Objective
|
||||
|
||||
When a parent zone 'P' delegates part of its namespace to a child 'C', P stores
|
||||
the list of NS records for the authoritative servers of zone 'C'. This list of
|
||||
NS records are kept both at the parent 'P' and the child zone 'C'.
|
||||
|
||||
Delegation inconsistency occurs when changes at the 'C' are not reflected to the NS RRs
|
||||
at 'P'.
|
||||
|
||||
### Inputs
|
||||
|
||||
The domain to be tested.
|
||||
|
||||
### Ordered description of steps to be taken to execute the test case
|
||||
|
||||
1. Configure a live zone with inconsistency in name server records between parent
|
||||
and child.
|
||||
|
||||
```
|
||||
configuration04-1.zft-root.rd.nic.fr
|
||||
```
|
||||
|
||||
2. The engine should return FAIL at least once for the configuration defined. If it
|
||||
returns PASS for all the tests then the engine does not capture delegation
|
||||
inconsistency in name server records.
|
||||
|
||||
### Results
|
||||
Verifying the zone with zonemaster CLI does provide conclusive errors as
|
||||
you could see from the appendix
|
||||
|
||||
### Appendix
|
||||
|
||||
Seconds |Level |Message
|
||||
:--------|:---------|-----------------------------------------------------------------------------------------------
|
||||
20.36 |ERROR |Nameserver ns2.rd.nic.fr/192.134.4.81 did not return NS records. RCODE was NOERROR|
|
||||
20.36 |ERROR |Nameserver ns2.rd.nic.fr/2001:67c:2218:3::1:7 did not return NS records. RCODE was NOERROR|
|
||||
30.39 |NOTICE |Nameserver ns334987.ip-46-105-116.eu/46.105.116.200 did not respond to NS query |
|
||||
31.23 |ERROR |Nameserver ns334987.ip-46-105-116.eu/46.105.116.200 not accessible over UDP on port 53|
|
||||
31.28 |ERROR |Nameserver ns334987.ip-46-105-116.eu/46.105.116.200 not accessible over TCP on port 53|
|
||||
32.37 |WARNING |All nameservers IPv6 addresses are in the same AS (2485)|
|
||||
32.38 |WARNING |Nameserver ns334987.ip-46-105-116.eu/46.105.116.200 did not respond|
|
||||
32.38 |WARNING |Nameserver ns334987.ip-46-105-116.eu/46.105.116.200 did not respond|
|
||||
32.38 |WARNING |Nameserver ns334987.ip-46-105-116.eu/46.105.116.200 did not respond|
|
||||
32.38 |WARNING |Nameserver ns334987.ip-46-105-116.eu/46.105.116.200 did not respond|
|
||||
32.39 |NOTICE |176.31.226.223 returned no DS records for configuration04-1.zft-root.rd.nic.fr|
|
||||
32.40 |WARNING |Nameserver ns2.rd.nic.fr response is not authoritative on UDP port 53|
|
||||
32.40 |WARNING |Nameserver ns2.rd.nic.fr response is not authoritative on TCP port 53|
|
||||
32.40 |WARNING |Nameserver ns334987.ip-46-105-116.eu response is not authoritative on UDP port 53|
|
||||
32.40 |WARNING |Nameserver ns334987.ip-46-105-116.eu response is not authoritative on TCP port 53|
|
||||
32.40 |ERROR |A SOA query NOERROR response from ns2.rd.nic.fr was received empty|
|
||||
32.40 |ERROR |Parent has nameserver(s) not listed at the child (ns2.rd.nic.fr;ns324830.ip-178-33-232.eu;ns334987.ip-46-105-116.eu)|
|
||||
32.40 |ERROR |None of the nameservers listed at the parent are listed at the child|
|
||||
62.52 |NOTICE |Nameserver ns334987.ip-46-105-116.eu/46.105.116.200 dropped AAAA query|
|
||||
Reference in New Issue
Block a user