Vorhaben:
Auf mein RootServer (Suse 9.1) läuft BIND9 und ich verwalte die Zonen mittels include der Confixx Zonendatei, darin werden die mit Confixx im Webend eingetragenen Domains included.
Ich habe in der Konfiguration der named.conf den Zonentransfer erlaubt und bei xname.org einen Secondary aufegsetzt und die Zonen eingetragen sowie den Master genannt nämlich meine IP.
Confixx legt mir unter ein bestimmtes Verzeichniss die Zonendateien an.
Hier die named.conf
Code: Select all
options {
# The directory statement defines the name server's working directory
directory "/var/lib/named";
# Write dump and statistics file to the log subdirectory. The
# pathenames are relative to the chroot jail.
dump-file "/var/log/named_dump.db";
statistics-file "/var/log/named.stats";
forwarders { 217.160.210.65; 195.234.42.1; 193.218.105.149; };
forward first;
listen-on port 53 { 127.0.0.1; 217.160.210.65; };
listen-on-v6 { any; };
allow-query { 127.0.0.1; any; };
notify yes;
allow-transfer { 195.234.42.1; 193.218.105.149; };
};
zone "." in {
type hint;
file "root.hint";
};
zone "localhost" in {
type master;
file "localhost.zone";
};
zone "0.0.127.in-addr.arpa" in {
type master;
file "127.0.0.zone";
};
include "/etc/named.conf.include";
## CONFIXX
Include "/etc/named.confixx";
## /CONFIXX
Code: Select all
zone "edv-service.tk" {
type master;
file "/confixxdns/edv-service.tk.db";
};
Code: Select all
a15209501:/etc # dig @localhost edv-service.tk
; <<>> DiG 9.2.3 <<>> @localhost edv-service.tk
;; global options: printcmd
;; connection timed out; no servers could be reached