Leider scheint das nicht zu reichen, denn:
Code: Select all
The domain problemdomain.de has NOT been updated. The following errors were detected: Server ns.schlund.de. not known by server ns.probedomain.de.! Server ns.schlund.de. not known by server ns.schlund.de.!Hier die Configs: (Mein Server ist der 81.169.15x.yyy)
Code: Select all
$TTL 1W
@ IN SOA ns root (
2004072301 ; serial
8H ; refresh
2H ; retry
1W ; expiry
11h) ; minimum
IN NS ns
IN NS ns.schlund.de.
IN MX 80 mail
IN A 81.169.15x.yyy
IN MX 80 mail
* IN A 81.169.15x.yyy
IN MX 80 mail
ns IN A 81.169.15x.yyy
; Fuer die Subdomain NS wird kein MX Eintrag angelegt !
mail IN A 81.169.15x.yyy
IN MX 80 mailCode: Select all
options {
directory "/var/cache/bind";
notify yes;
allow-transfer { 195.20.224.97; 195.20.225.34; };
forwarders { 195.20.224.234; 195.20.224.99; };
forward first;
listen-on port 53 { 127.0.0.1; 81.169.15x.yyy; };
listen-on-v6 { none; };
allow-query { 127.0.0.1; 81.169.15x.yyy; };
allow-recursion { 127.0.0.1; 81.169.15x.yyy; };
auth-nxdomain no; # conform to RFC1035
// 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 and later use an unprivileged
// port by default.
// query-source address * port 53;
// If your ISP provided one or more IP addresses for stable
// nameservers, you probably want to use them as forwarders.
// Uncomment the following block, and insert the addresses replacing
// the all-0's placeholder.
// forwarders {
// 0.0.0.0;
// };
// auth-nxdomain no; # conform to RFC1035
};