Moin, Moin,

ich habe bei mir eine ähnliche Konfiguration mit Squid und Bind laufen,
allerdings habe ich in der named.conf auf die forwarders Einstellung
verzichtet und die Option "dialup yes" gesetzt. Probier es mal damit.

Meine named.conf hänge ich mal als Beispiel an.

Viele Grüße
Bernd
options {
        directory "/var/cache/bind";
        dialup yes;
};
// reduce log verbosity on issues outside our control
        logging{
        category lame-servers{
                null;
        };
        category cname{
                null;
        };
};
zone "." {
        type hint;
        file "/etc/bind/db.root";
};
zone "localhost"{
        type master;
        file "/etc/bind/db.local";
};
zone "mydomain.de"{
        type master;
        file "/etc/bind/db.mydomain.de";
};
zone "0.in-addr.arpa"{
        type master;
        file "/etc/bind/db.0";
};
zone "127.in-addr.arpa"{
        type master;
        file "/etc/bind/db.127";
};
zone "0.168.192.IN-ADDR.ARPA"{
        type master;
        file "/etc/bind/db.192.168.0";
};
zone "255.in-addr.arpa"{
        type master;
        file "/etc/bind/db.255";
};

PGP signature

Reply via email to