
8th November 2009, 19:58
|
|
Junior Member
|
|
Join Date: Jan 2009
Posts: 14
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
BIND-Server: Offline
I've installed ISPConfig 2.2.34 on the Perfect Server Fedora 11, but after that BIND-Server is not working. Here are screenshots and log run:
Code:
# service named status
rndc: connect failed: 127.0.0.1#953: connection refused
named is stopped
# service named start
Starting named:
Error in named configuration:
zone localhost.localdomain/IN: loading from master file named.localhost failed: file not found
_default/localhost.localdomain/IN: file not found
zone localhost/IN: loading from master file named.localhost failed: file not found
_default/localhost/IN: file not found
zone 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: loading from master file named.loopback failed: file not found
_default/1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: file not found
zone 1.0.0.127.in-addr.arpa/IN: loading from master file named.loopback failed: file not found
_default/1.0.0.127.in-addr.arpa/IN: file not found
zone 0.in-addr.arpa/IN: loading from master file named.empty failed: file not found
_default/0.in-addr.arpa/IN: file not found
[FAILED]
Can you tell how to solve this problem?
|

9th November 2009, 15:15
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,842
Thanks: 781
Thanked 1,557 Times in 1,476 Posts
|
|
What's in your named.conf?
|

9th November 2009, 18:13
|
|
Junior Member
|
|
Join Date: Jan 2009
Posts: 14
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
falko, 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-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 . trust-anchor dlv.isc.org.;
};
logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};
zone "." IN {
type hint;
file "named.ca";
};
include "/etc/named.rfc1912.zones";
include "/etc/pki/dnssec-keys//named.dnssec.keys";
include "/etc/pki/dnssec-keys//dlv/dlv.isc.org.conf";
|

10th November 2009, 19:30
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,842
Thanks: 781
Thanked 1,557 Times in 1,476 Posts
|
|
I'm not sure if this is the correct one. What's the output of
Code:
updatedb
locate named.conf
?
|

18th November 2009, 08:49
|
|
Junior Member
|
|
Join Date: Jan 2009
Posts: 14
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by falko
I'm not sure if this is the correct one. What's the output of
Code:
updatedb
locate named.conf
?
|
Thx, falko. I'll be waiting Fedora Perfect Server 1 2 man for ISPConfig 2.2.3 5.
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 03:01.
|
Recent comments
17 hours 57 min ago
21 hours 33 min ago
23 hours 31 min ago
1 day 8 hours ago
1 day 9 hours ago
1 day 11 hours ago
1 day 12 hours ago
1 day 12 hours ago
1 day 16 hours ago
1 day 21 hours ago