Mismatched NS records and missing ip addresses DA

zointer

New member
Joined
Nov 20, 2013
Messages
2
Hello,
I've always used the provider their dns CP for my domain zointer ...,
but now I want to use it through DA so I checked the setting and leave it for what it is, as I noted in the beginning setup in DA.
But the site zointer.be is not reachable for a few days(4days), i set it back to provider cp because it has to work for my mails.
I check through intodns then I have some errors, the first say "Mismatched NS records" I do not know what the problem is,
I looked but most speak of closed gate, but then the site would not be accessible by other way
/var/named/zointer.be.db
Code:
$TTL 14400
@       IN      SOA     nszero1.axc.nl.      root.zointer.be. (
                                                2013112012
                                                14400
                                                3600
                                                1209600
                                                86400 )

zointer.be.	14400	IN	NS	nszero1.axc.nl.
zointer.be.	14400	IN	NS	nszero2.axc.nl.

ftp	14400	IN	A	159.253.5.94
localhost	14400	IN	A	127.0.0.1
mail	14400	IN	A	159.253.5.94
nszero1.axc.nl.	14400	IN	A	159.253.0.110
nszero2.axc.nl.	14400	IN	A	159.253.2.101
pop	14400	IN	A	159.253.5.94
smtp	14400	IN	A	159.253.5.94
vps	14400	IN	A	159.253.5.94
www	14400	IN	A	159.253.5.94
zointer.be.	14400	IN	A	159.253.5.94

zointer.be.	14400	IN	MX	10 mail.zointer.be
zointer.be.	14400	IN	MX	20 fallback.axc.nl

mail.zointer.be	14400	IN	CNAME	zointer.be.

zointer.be.	14400	IN	TXT	"v=spf1 a mx ip4:159.253.5.94 mx:mail.zointer.be ~all"

localhost	14400	IN	AAAA	::1
/etc/resolv.conf
Code:
# Automatically generated by AXC Cloud Box
domain zointer.be
nameserver 8.8.8.8
nameserver 8.8.4.4
I have created a different domain: wherefrom.eu and have the same problem
/var/named/wherefrom.eu.db
Code:
$TTL 14400
@       IN      SOA     nszero1.axc.nl.      hostmaster.wherefrom.eu. (
                                                2013112200
                                                14400
                                                3600
                                                1209600
                                                86400 )

wherefrom.eu.	14400	IN	NS	nszero1.axc.nl.
wherefrom.eu.	14400	IN	NS	nszero2.axc.nl.

ftp	14400	IN	A	159.253.5.94
localhost	14400	IN	A	127.0.0.1
mail	14400	IN	A	159.253.5.94
pop	14400	IN	A	159.253.5.94
smtp	14400	IN	A	159.253.5.94
wherefrom.eu.	14400	IN	A	159.253.5.94
www	14400	IN	A	159.253.5.94

wherefrom.eu.	14400	IN	MX	10 mail



wherefrom.eu.	14400	IN	TXT	"v=spf1 a mx ip4:159.253.5.94 ~all"

localhost	14400	IN	AAAA	::1
/etc/named.conf
Code:
//
// named.conf
//
// Provided by Red Hat bind package to configure the ISC BIND named(8) DNS
// server as a caching only nameserver (as a localhost DNS resolver only).
//
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//

options {

	//listen-on port 53 { 127.0.0.1; };
       //listen-on port 53 { 159.253.5.94; };
	listen-on-v6 port 53 { ::1; };
	directory 	"/var/named";
	dump-file 	"/var/named/data/cache_dump.db";
        statistics-file "/var/named/data/named_stats.txt";
        memstatistics-file "/var/named/data/named_mem_stats.txt";
	allow-query     { localhost; };
	recursion yes;

	dnssec-enable yes;
	dnssec-validation yes;
	dnssec-lookaside auto;

	/* Path to ISC DLV key */
	bindkeys-file "/etc/named.iscdlv.key";

	managed-keys-directory "/var/named/dynamic";
       allow-recursion { localnets; };
};

logging {
        channel default_debug {
                file "data/named.run";
                severity dynamic;
        };
};



include "/etc/named.rfc1912.zones";
include "/etc/named.root.key";

zone "vps.zointer.be" { type master; file "/var/named/vps.zointer.be.db"; };
zone "zointer.be" { type master; file "/var/named/zointer.be.db"; };
zone "94.5.253.159.in-addr.arpa" { type master; file "/var/named/94.5.253.159.in-addr.arpa.db"; };
zone "a.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.5.0.1.8.f.7.2.2.0.a.2.ip6.arpa" { type master; file "/var/named/a.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.5.0.1.8.f.7.2.2.0.a.2.ip6.arpa.db"; };
zone "wherefrom.eu" { type master; file "/var/named/wherefrom.eu.db"; };


but there is something strange with DA, I've been through admin »IP Manager »Add IP; ipv6 addresses that are inserted and suddenly disappeared from the cp, but in /usr/local/directadmin/data/admin/ips which are present, i check on Reseller Level »IP Management there is the same problem, on » Name Servers are the addresses visible?
in the directadmin.conf i set ipv6=0 and restart DA stil i can see example http://[2a02:27f8:1050::18] - a test http://[2a02:27f8:1051:0:0:0:0:9]
Update DirectAdmin >You already have the most recent version of the program, Current Available Version 1.440000

CentOS 6.0 64-Bit(uptodate)

you need more information I will give


sorry for my bad english, I'm Dutch
 
Apparently the nameserver you set are not configured to "manage" those domains.

Are those IP the IP's of you DA Server?

159.253.0.110
159.253.2.101

Is axc.nl on your DirectAdmin Server os it is an external DNS Service/Server?

Using dig i was able just to see that nszero1 and nszero2 are able to resolve zointer.be but not wherefrom.eu

Regards
 
Apparently the nameserver you set are not configured to "manage" those domains.

Are those IP the IP's of you DA Server?

159.253.0.110
159.253.2.101

Is axc.nl on your DirectAdmin Server os it is an external DNS Service/Server?

Using dig i was able just to see that nszero1 and nszero2 are able to resolve zointer.be but not wherefrom.eu

Regards

the IP"S - NS are from the provider, so an external DNS Service.

then it is up to the provider and not me?
what I thought.

thx
 
You should probably check with your provider to find out if you're expeted to use their nameervers for authoritative DNS, or if you're expected to use your own.

And if you're expected to use theirs, then you probably need to ask them how their nameservers will pick up information from yours, or if you'll need to set up each domain's DNS manually.

Jeff
 
Back
Top