You are trying to use a single server in two different NS records for the same domain, and using the same server twice is against IANA Technical requirements for authoritative name servers.
NS1.JUANANDJUAN.COM. IN A 37.187.218.240
VPS139700.OVH.NET. IN A 37.187.218.240
Minimum number of name servers
There must be at least two NS records
listed in a delegation, and the hosts must not resolve to the same IP
address.
Network diversity
The name servers must be in at least two
topologically separate networks. A network is defined as an origin
autonomous system in the BGP routing table. The requirement is
assessed through inspection of views of the BGP routing table.
Your .org
, .ch
and .net
has three nameservers, of which one has a different IP address:
Name Server: SDNS2.OVH.NET
Name Server: VPS139700.OVH.NET
Name Server: NS1.JUANANDJUAN.COM
sdns2.ovh.net. IN A 213.251.188.141
But, this server doesn't meet other requirement by not answering authoritatively (nor at all) for the queries: it simply isn't aware of waverocker.org
/ .net
/ .ch
/ .de
at all.
Answer authoritatively
The name servers must answer authoritatively
for the designated zone. Responses to queries to the name servers for
the designated zone must have the “AA”-bit set.
This will be tested by querying for the SOA record of the designated
zone with no “RD”-bit set.
There are two possible reasons for this to work with the other TLDs than .de
:
- The tests for them were made before the
sdns2.ovh.net
stopped to work as a secondary.
- The
.de
might be more strict with the IANA requirements. The difference could be e.g. that it doesn't do a single test for each condition alone: there are two different IP addresses and two of the NS
records are working because the single DNS server is answering authoritatively. However, the overall condition doesn't meet the requirements and there could be tests for that.
What to do?
- Get a working secondary and test it answers authoritatively for all your domains.
- Remove the duplicate record and only refer to
37.187.218.240
once.