CENTOS 5.1 and I believe it was an RPM installed through the Perfect Installation notes on the website.
Also, NAMED doesn't seem to be working right on the new box. I can't get domains to resolve. (the IP is 65.110.53.130 and some domains are inter5.org, kissland.com, areyouliberal.com, and schlechthatchery.com)
named 20254 0.1 0.3 37736 3820 ? Ssl 09:11 0:26 /usr/sbin/named -u named -t /var/named/chroot
The setup configuration on ISPCONFIG's web interface for DNS has this:
named.conf - /etc/named.conf
zonefiles dir - /home/admispconfig/ispconfig/web/multidoc/edit
NAMED.CONF starts out as:
Code:
options {
pid-file "/var/named/chroot/var/run/named/named.pid";
directory "/home/admispconfig/ispconfig/web/multidoc/edit";
auth-nxdomain no;
};
zone "." {
type hint;
file "named.root";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "named.local";
};
zone "53.110.65.in-addr.arpa" {
type master;
file "pri.53.110.65.in-addr.arpa";
};
zone "163.150.207.in-addr.arpa" {
type master;
file "pri.163.150.207.in-addr.arpa";
};
zone "kissland.com" {
type master;
file "pri.kissland.com";
};
zone "der
...........................
Also, there are tons of messages in /var/log/messages pertaining to all of the domains. Here's a sample:
Code:
Jan 28 15:40:31 inter5 named[20254]: lame server resolving 'andovermeat.com' (in 'andovermeat.com'?): 65.110.53.138#53
Jan 28 15:40:31 inter5 named[20254]: lame server resolving 'andovermeat.com' (in 'andovermeat.com'?): 65.110.53.131#53
Jan 28 15:40:31 inter5 named[20254]: lame server resolving 'andovermeat.com' (in 'andovermeat.com'?): 65.110.53.138#53
Jan 28 15:40:31 inter5 named[20254]: lame server resolving 'andovermeat.com' (in 'andovermeat.com'?): 65.110.53.130#53
Jan 28 15:40:31 inter5 named[20254]: lame server resolving
It appears as though NAMED isn't taking an authoritative stance. I changed /etc/resolv.conf to have only my IPs in there, still no fix. I also added some information to the named.conf and still no go...
Code:
include "/etc/rndc.key";
controls {
inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; };
};
acl trusted { 127.0.0.1; 66.111.32.57; 66.111.32.58; };
options {
allow-recursion {trusted;};
allow-transfer {trusted;};
};
options {
pid-file "/var/named/chroot/var/run/named/named.pid";
directory "/home/admispconfig/ispconfig/web/multidoc/edit";
auth-nxdomain no;
};
Code:
dig inter5.org
;; Warning: ID mismatch: expected ID 17899, got 30893
;; Warning: ID mismatch: expected ID 17899, got 30893
;; Warning: ID mismatch: expected ID 17899, got 30893
; <<>> DiG 9.3.3rc2 <<>> inter5.org
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 17899
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;inter5.org. IN A
;; Query time: 1369 msec
;; SERVER: 65.110.53.130#53(65.110.53.130)
;; WHEN: Mon Jan 28 19:08:55 2008
;; MSG SIZE rcvd: 28
Recent comments
12 hours 55 min ago
18 hours 1 sec ago
22 hours 24 min ago
1 day 13 min ago
1 day 14 hours ago
1 day 14 hours ago
1 day 19 hours ago
2 days 2 hours ago
2 days 2 hours ago
2 days 4 hours ago