Confixx 2.0.11 und DNS bind8/9 PROBLEM

Plesk, Confixx, Froxlor, SysCP, SeCoTo, IspCP, etc.
Post Reply
hal9000
Posts: 15
Joined: 2003-11-21 00:22
 

Confixx 2.0.11 und DNS bind8/9 PROBLEM

Post by hal9000 »

Hallo

Ich habe Debian 3.0, Confixx 2.0.11 und im moment bind9 auf meinen root server.
Das Problem ist folgendes: ich habe bind installiert und DNS in confixx aktiviert, doch anscheinend tut sich da nix, wenn ich eine domain eintrage:

- /var/bind/confixxdns bleibt leer
- in /etc/bind/named.conf wurde zwar das include von /etc/bind/named.confixx eingetragen, die datei existiert jedoch nicht.

Als primärer Server habe ich natürlich meinen eingetragen.

Was kann das sein?
Matthias Diehl
Posts: 315
Joined: 2002-09-24 13:26
 

Re: Confixx 2.0.11 und DNS bind8/9 PROBLEM

Post by Matthias Diehl »

Erzeuge einfach die Datei, z.B. mit

Code: Select all

touch /etc/bind/named.confixx
Dann sollte es gehen
hal9000
Posts: 15
Joined: 2003-11-21 00:22
 

Re: Confixx 2.0.11 und DNS bind8/9 PROBLEM

Post by hal9000 »

geht nicht, bleibt lehr :( hab's auch mid chmod 777 versucht, bleibt trotzdem lehr :(
hal9000
Posts: 15
Joined: 2003-11-21 00:22
 

Re: Confixx 2.0.11 und DNS bind8/9 PROBLEM

Post by hal9000 »

in confixx_main.conf unter DNS steht

Code: Select all

# dns
$dns_server = '1';
$dns_type = 'bind';
$dns_dir = '/var/named/confixxdns';
$dns_extension = '.db';
$dns_configure = '/etc/bind/named.confixx';
$dns_serverid = '1';
ist doch richtig oder?
Post Reply