Forward eth0-ippp0

Matthias Hovestadt maho at uni-paderborn.de
Tue Nov 23 15:38:58 CET 1999


Hallo!

> Lokaler NS mit den Zonen für die im Intranet verwendeten Hosts & reverse
DNS.
Sowas habe ich mir hier schon eingerichtet. Hier meine named.conf:

options {
        directory "/var/named";
        check-names master warn;

        pid-file "/var/named/slave/named.pid";

        datasize default;
        stacksize default;
        coresize default;
        files unlimited;
        recursion yes;

        multiple-cnames no;

        forward only;
        forwarders {
                212.7.128.165;
                212.7.128.162;
        };
};

zone "." IN {
        type hint;
        file "root.hint";
};

zone "localhost" IN {
        type master;
        file "localhost.zone";
        check-names fail;
        allow-update { none; };
};

zone "0.0.127.in-addr.arpa" IN {
        type master;
        file "db.127.0.0";
        check-names fail;
        allow-update { none; };
};

zone "1.168.192.in-addr.arpa" IN {
        type master;
        file "db.192.168.1";
        check-names fail;
        allow-update { none; };
};

zone "athome.org" IN {
        type master;
        file "db.athome";
        notify yes;
};


> Am besten auf dem Gateway gleich einen DHCP Server konfigurieren.
Was wuerde mir denn ein DHCP-Server bringen?

Gruss,
Matthias







More information about the Linux mailing list