leider holt der ns.schlund.de bei mir nicht die zonen ab.
Hier ein auszug aus der Konfiguration:
Code: Select all
options {
directory "/var";
auth-nxdomain no;
pid-file "/var/run/named/named.pid";
// fuer transfer an ns.schlund.de
allow-transfer {195.20.224.97; 195.20.225.34; };
// In addition to the "forwarders" clause, you can force your name
// server to never initiate queries of its own, but always ask its
// forwarders only, by enabling the following line:
//
// forward only;
// If you've got a DNS server around at your upstream provider, enter
// its IP address here, and enable the line below. This will make you
// benefit from its cache, thus reduce overall DNS traffic in the Internet.
/*
forwarders {
127.0.0.1;
};
*/
/*
* 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;
/*
* If running in a sandbox, you may have to specify a different
* location for the dumpfile.Der NS lässt sich auch fehlerfrei abfragen.
Kann mir jemand die Schuppen von den Augen nehmen?
