
22nd March 2006, 14:56
|
|
Senior Member
|
|
Join Date: Jan 2006
Posts: 132
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Problem with BIND and ISPConfigs's DNS Manager
Hello,
i solved all my problems except this one. I have problem with bind and ispconfig. When i create a domain (either master or slave), BIND goes down, and give an error like:
Quote:
|
Failed to start BIND : Starting named: Error in named configuration: zone 0.0.127.in-addr.arpa/IN: loaded serial 1997022700 zone aljaz.nero-server.com/IN: loading master file pri.aljaz.nero-server.com: file not found _default/aljaz.nero-server.com/IN: file not found zone nero-server.com/IN: loaded serial 1142422867 zone dnt-celje.com/IN: loaded serial 1142681570 [SPODLETELO]
|
and as soon as i delete domain from ispconfig, iw works normally again. If i create domain in Webmin, it works perfectly... I realy have to fix that, becouse i don't want to create all domains for my resellers and costumers manualy. Any suggestions?
Have A Nice Day, Nejko
|

22nd March 2006, 16:48
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
It's not an ISPConfig problem, the problem is that Webmin and ISPConfig are interfering because both try to configure the same service. Either use ISPConfig or Webmin for configuring BIND, but not both.
|

22nd March 2006, 19:17
|
|
Senior Member
|
|
Join Date: Jan 2006
Posts: 132
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Ok, i stopped Webmin, but it's same problem..... It just won't work. Is it possible, that i give u acess and u take closer look? It would be easier i guess...
?
|

23rd March 2006, 00:31
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
If you need this kind of support, have a look here: http://www.ispconfig.org/support.htm
But the problem should be easy to solve: have a look at named.conf, then have a look at the error message, and also have a look at your zone files. Normally you should see then where the problem is.
|

23rd March 2006, 13:40
|
|
Senior Member
|
|
Join Date: Jan 2006
Posts: 132
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Look, i created 123.nero-server.com and i get:
Quote:
|
Failed to start BIND : Starting named: Error in named configuration: zone 0.0.127.in-addr.arpa/IN: loaded serial 1997022700 zone 2.168.192.in-addr.arpa/IN: loading master file pri.2.168.192.in-addr.arpa: file not found _default/2.168.192.in-addr.arpa/IN: file not found zone 123.nero-server.com/IN: loading master file pri.123.nero-server.com: file not found _default/123.nero-server.com/IN: file not found zone nero-server.com/IN: loaded serial 1142867358 [SPODLETELO]
|
And If i look in it's zone file, there's notjing in it, but in named.conf is:
Quote:
zone "123.nero-server.com" {
type master;
file "pri.123.nero-server.com";
};
|
and the working domain created in webmin(nero-server.com) is:
Quote:
zone "nero-server.com" {
type master;
file "/var/named/nero-server.com.hosts";
};
|
Why is the file url diffarent?
|

23rd March 2006, 17:27
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Quote:
|
Originally Posted by Nejko
zone "123.nero-server.com" {
type master;
file "pri.123.nero-server.com";
};
|
You shouldn't use subdomains in zones. Use
Code:
zone "nero-server.com" {
type master;
file "pri.nero-server.com";
};
instead.
What's in your named.conf?
|

23rd March 2006, 20:19
|
|
Senior Member
|
|
Join Date: Jan 2006
Posts: 132
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
options {
pid-file "/var/named/chroot/var/run/named/named.pid";
directory "/var/named";
auth-nxdomain no;
/*
* 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
//
zone "." {
type hint;
file "named.ca";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "named.local";
};
zone "123.nero-server.com" {
type master;
file "pri.123.nero-server.com";
};
//// MAKE MANUAL ENTRIES BELOW THIS LINE! ////
zone "nero-server.com" {
type master;
file "/var/named/nero-server.com.hosts";
};
|

23rd March 2006, 22:14
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Does /var/named/pri.123.nero-server.com exist? What's in it?
|

24th March 2006, 06:29
|
|
Senior Member
|
|
Join Date: Jan 2006
Posts: 132
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
[root@localhost ~]# cd /var/named/pri.123.nero-server.com
-bash: cd: /var/named/pri.123.nero-server.com: No such file or directory
[root@localhost ~]# cd /var/named/
[root@localhost named]# dir
chroot localdomain.zone named.broadcast named.ip6.local named.zero
data localhost.zone named.ca named.local slaves
[root@localhost named]#
|

24th March 2006, 08:26
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
You must create the zone file /var/named/pri.123.nero-server.com then.
|
| 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 21:30.
|
|
Recent comments
15 hours 42 min ago
22 hours 23 min ago
1 day 2 hours ago
1 day 3 hours ago
1 day 12 hours ago
1 day 21 hours ago
1 day 22 hours ago
2 days 2 hours ago
2 days 6 hours ago
2 days 6 hours ago