Hab mir nen Bind9 install ... der funzt soweit auch (dachte ich)...
System Debian 3.0 Woody mit VHCS2 druff...
Hauptdomain.de = ns.hauptdomain.de
domain2 sollte über schlund angelegt werden
2ter NameServer ist der slv2.schlund.de
Bein Anmelden bez. updaten der Domain sagt mir schlunf folgendes:
Hier erstmal die Configs von mir:The domain domain2.de has NOT been updated. The following errors were detected: Server ns.domain2.de. not in NS set! Server ns.hauptdomain.de. not known by server ns.hauptdomain.de.! Server ns.domain2.de. not in NS set! Server ns.hauptdomain.de. not known by server slv2.schlund.de.!
/etc/bind9/named.conf
Nun die domain2.dboptions {
directory "/var/cache/bind";
pid-file "/var/run/bind/named.pid";
notify yes;
allow-transfer { ::ffff:212.227.123.29; 212.227.123.29; 195.20.224.97; 195.20.225.34; };
forwarders { 212.227.123.29; 195.20.224.234; 195.20.224.99; };
forward first;
listen-on port 53 { 127.0.0.1; meineip; };
listen-on-v6 { none; };
allow-query { any; };
allow-recursion { 127.0.0.1; meineip; };
version "My version is so secret that I even dont know what Im running on";
// Wer seine Bind Version "verstecken" will, kann die beide // vor version entfernen.
auth-nxdomain no; # conform to RFC1035
};
// prime the server with knowledge of the root servers
zone "." {
type hint;
file "/etc/bind/db.root";
};
// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912
zone "localhost" {
type master;
file "/etc/bind/db.local";
};
zone "127.in-addr.arpa" {
type master;
file "/etc/bind/db.127";
};
zone "0.in-addr.arpa" {
type master;
file "/etc/bind/db.0";
};
zone "255.in-addr.arpa" {
type master;
file "/etc/bind/db.255";
};
// add entries for other zones below here
// bind Data BEGIN.
// dmn [hauptdomain.de] cfg entry BEGIN.
zone "hauptdomain.de" {
type master;
file "/var/cache/bind/hauptdomain.de.db";
};
// dmn [hauptdomain.de] cfg entry END.
// dmn [domain2.de] cfg entry BEGIN.
zone "domain2" {
type master;
file "/var/cache/bind/domain2.de.db";
};
// dmn [domain2.de] cfg entry END.
// dmn [{DMN_NAME}] cfg entry BEGIN.
// dmn [{DMN_NAME}] cfg entry END.
// bind Data END.
// bind Data BEGIN.
// dmn [{DMN_NAME}] cfg entry BEGIN.
// dmn [{DMN_NAME}] cfg entry END.
// bind Data END.
Logfile sagt mir beim starten das an:$TTL 86400
@ IN SOA domain2.de. root.domain2.de. (
; dmn [domain2.de] timestamp entry BEGIN.
2005030802
; dmn [domain2.de] timestamp entry END.
8H
2H
4W
1D )
IN NS ns.domain2.de.
; dmn [domain2.de] dns2 entry BEGIN.
NS slv2.schlund.de.
; dmn [domain2.de] dns2 entry END.
IN MX 10 mail.domain2.de.
domain2.de. A meineip
ns IN A meineip
mail IN A meineip
www CNAME domain2.de.
ftp CNAME domain2.de.
; sub [{SUB_NAME}] entry BEGIN.
; sub [{SUB_NAME}] entry END.
Danke erstmal für eure Hilfe...
named[29877]: starting BIND 9.2.4
named[29877]: using 1 CPU
named[29879]: loading configuration from '/etc/bind/named.conf'
named[29879]: no IPv6 interfaces found
named[29879]: listening on IPv4 interface lo, 127.0.0.1#53
named[29879]: listening on IPv4 interface eth0, meineip#53
named[29879]: command channel listening on 127.0.0.1#953
named[29879]: zone 0.in-addr.arpa/IN: loaded serial 1
named[29879]: zone 127.in-addr.arpa/IN: loaded serial 1
named[29879]: zone 255.in-addr.arpa/IN: loaded serial 1
named[29879]: zone domain2.de/IN: loaded serial 2005030802
named[29879]: zone hauptdomain.de/IN: loaded serial 2005030802
named[29879]: zone localhost/IN: loaded serial 1
named[29879]: running
named[29879]: zone domain2.de/IN: sending notifies (serial 2005030802)
named[29879]: zone hauptdomain.de/IN: sending notifies (serial 2005030802)
named[29879]: received notify for zone 'domain2.de'
named[29879]: received notify for zone Hauptdomain.de'