Poblem after reinstalling with 1.33.6 (Debian)

lifedaniel

Verified User
Joined
Jun 14, 2008
Messages
6
Hello,

It haves been few days when I reinstalled my server with Debian 4.0, because the root partition was too low and I had a lot of errors of low partition. The reinstallation of debian and directadmin were fine.

But now, I can’t get a fully working stable propagation of my domains. Sometimes they work in « domain.tld » without the www, few time later they work in « www.domain.tld » but no more in « domain.tld » with the www.

I don’t understand anything now and I would like to recieve some help from you.

When I do a http://www.intodns.com/mydomain.com, I recieve 3 errors :

Recursive Queries
I could use the nameservers listed below to performe recursive queries. It may be that I am wrong but the chances of that are low. You should not have nameservers that allow recursive queries as this will allow almost anyone to use your nameservers and can cause problems. Problem record(s) are: x.x.x.x (ip server)

Missing nameservers reported by parent
FAIL: The following nameservers are listed at your nameservers as nameservers for your domain, but are not listed at the parent nameservers (see RFC2181 5.4.1). You need to make sure that these nameservers are working.If they are not working ok, you may have problems!
ns1.server.com
ns2.server.com

Missing nameservers reported by your nameservers
ERROR: One or more of the nameservers listed at the parent servers are not listed as NS records at your nameservers. The problem NS records are:
id.server.com
id.server2.com
This is listed as an ERROR because there are some cases where nasty problems can occur (if the TTLs vary from the NS records at the root servers and the NS records point to your own domain, for example).

Someone can tell me what’s my problem and how to solve it ?
 
Last edited:
I solved the problem :

For recursive queries:

add allow-recursion {localnets; };

to the "options {" section in your named.conf file or named.conf.options.

Then restart named.

For Missing nameservers reported by parent & Missing nameservers reported by your nameservers

So make sure you've added the ns1 and ns2 "NS" records into the domain's zone.
Also ensure the ns1 and ns2 values are "A" records in the domains zone as well, so that they resolve.
Lastly, set the correct values at your registrar, as the kimsufi.com is what's set right now.

Then the propagation becomes stable.
 
Back
Top