We had a major power outage at the datacenter where I host due to a sub-station going up in flames.
When the server came back up DNS was acting a bit strange.
I bumped named and things started to work again.
All my hosted domains resolve, my NS servers resolv, but the root name of the server will not.
My server is
appeltech.org 38.103.165.203
ns1.appeltech.org 38.103.165.204 - I have this defined in godaddy as NS1
ns2.appeltech.org 38.103.165.205 - I have this defined in godaddy as NS1
on the server is hosted quite a few domains but here is one
appeltech.com
if I dig it, it returns the 2 NS servers properly, if I dig appeltech.org, it does not
attached is a jpg of my current DPS configuration within directadmin
I know I have something wrong somewhere, I just don't know what.
Below is my named.conf
When the server came back up DNS was acting a bit strange.
I bumped named and things started to work again.
All my hosted domains resolve, my NS servers resolv, but the root name of the server will not.
My server is
appeltech.org 38.103.165.203
ns1.appeltech.org 38.103.165.204 - I have this defined in godaddy as NS1
ns2.appeltech.org 38.103.165.205 - I have this defined in godaddy as NS1
on the server is hosted quite a few domains but here is one
appeltech.com
if I dig it, it returns the 2 NS servers properly, if I dig appeltech.org, it does not
attached is a jpg of my current DPS configuration within directadmin
I know I have something wrong somewhere, I just don't know what.
Below is my named.conf
Code:
// generated by named-bootconf.pl
options {
directory "/var/named";
recursion no;
allow-recursion {127.0.0.1; };
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
};
//
// a caching only nameserver config
//
controls {
inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
zone "." IN {
type hint;
file "named.ca";
};
/*
zone "localhost" IN {
type master;
file "localhost.zone";
allow-update { none; };
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "named.local";
allow-update { none; };
};
*/
include "/etc/rndc.key";
zone "osiris.appeltech.org" { type master; file "/var/named/osiris.appeltech.org.db"; };
zone "appeltech.org" { type master; file "/var/named/appeltech.org.db"; };
zone "phlorph.com" { type master; file "/var/named/phlorph.com.db"; };
zone "lddrs.com" { type master; file "/var/named/lddrs.com.db"; };
zone "divinelegend.com" { type master; file "/var/named/divinelegend.com.db"; };
zone "wow-bruteforce.com" { type master; file "/var/named/wow-bruteforce.com.db"; };
zone "installoil.co.uk" { type master; file "/var/named/installoil.co.uk.db"; };
zone "appeltech.com" { type master; file "/var/named/appeltech.com.db"; };
zone "grosvenorgrammarschool.org.uk" { type master; file "/var/named/grosvenorgrammarschool.org.uk.db"; };
zone "arynthia.com" { type master; file "/var/named/arynthia.com.db"; };
zone "joestate.com" { type master; file "/var/named/joestate.com.db"; };
zone "joestate.net" { type master; file "/var/named/joestate.net.db"; };