Geschichte/Server/top2/named (ex)

Aus UUGRN
< Geschichte‎ | Server‎ | top2(Weitergeleitet von UUGRN:Server/top2/named (ex))
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Auf top.uugrn.org läuft ein bind. Dieser dient zum einen als Resolver für die UUGRN:Jails und zum anderen als Slave für zahlreiche Domains von Mitgliedern und Partnern.


named.conf

Globale Einstellungen

acl jpru {
   195.49.136.0/22;
};
acl uugrn {
        127.0.0.1;
        195.49.138.96/27;
        195.49.138.11;
        62.157.153.59;
        62.157.153.41;
};
options {
        directory       "/etc/namedb";
        pid-file        "/var/run/named/pid";
        dump-file       "/var/dump/named_dump.db";
        statistics-file "/var/stats/named.stats";
        listen-on {
                127.0.0.1;
                195.49.138.97;
        };
        recursion yes;
        allow-recursion { 
                uugrn;
                jpru;
        };
};

Setup für Slave-Zonen

exemplarisch für uugrn.org

// ORG: UUGRN e.V.
// DOM: uugrn.org
// TXT: UUGRN Primary Domain
// DAT: 
zone "uugrn.org" {
        type slave;
        file "slave/hosts.uugrn.org";
        masters {
                195.49.138.99;
        };
};

siehe auch

Weblinks