Moin,
da wir jetzt dabei sind eine ordentliche Serverstruktur aufzubauen sind natürlich auch einige Server hinzugekommen.
Die Server habe ich bereits im DNS geconft.
Jetzt will ich noch die forwarders Anfragen an den Arcor NS in meinem DNS Server cachen. Geht sowas mit Bind überhaupt?
named / bin9 - Cachen von Forwarders Anfragen?
- Falconbase
- Beiträge: 178
- Registriert: 22.05.2005 19:01:53
- Wohnort: Wallersdorf
-
Kontaktdaten:
Schau dir mal folgender Conf-Datei an:
/etc/bind/named.conf.options
Ein Frage warum benutzt du nicht bind als normalen DNS-Server (versucht die Anfragen dann direkt aufzulösen)?
/etc/bind/named.conf.options
Code: Alles auswählen
options {
directory "/var/cache/bind";
// 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
listen-on-v6 { any; };
};