Dns issue

lifedaniel

Verified User
Joined
Jun 14, 2008
Messages
6
Hello, I'm having some DNS issue with my fresh install of Direct admin on centos 5


The domains are not redirected correctly.

Just look at this screen


I don't really know what to do so if someone can help me, it would be great.

Thank you all.
 
Last edited:
See it

NS records got from your nameservers listed at the parent NS are:

ks211408.kimsufi.com ['188.165.213.165'] [TTL=14400]
ns.kimsufi.com ['213.186.33.199'] [TTL=14400]
ks369173.kimsufi.com ['94.23.42.41'] [TTL=14400]

and

Nameserver records returned by the parent servers are:

ns.kimsufi.com. ['213.186.33.199'] [TTL=172800]
ks211408.kimsufi.com. ['188.165.213.165'] [TTL=172800]

Don't you see the difference?

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!
ks369173.kimsufi.com

So remove ks369173.kimsufi.com from DNS zone of yoohoster.com (on directadmin powered server), and make sure 213.186.33.199 is allowed to transfer zones from 188.165.213.165, as you disallow it for all:

Code:
allow-transfer { none; };

should be

Code:
allow-transfer { 213.186.33.199; };
 
Back
Top