(no subject)

James Stansfield jqs at iridani.com
Wed Aug 8 15:55:59 UTC 2001


    I have BIND 8.x installed on RH7.1 and it works perfectly fine for any domain that I have a local configuration for, however, nothing else works. 
    Here is a snapshot of my BIND config:


options {
        directory "/var/named";
        host-statistics no;
};

logging {
        category lame-servers { null; };
        category default { null; };
};

zone "iridani.com" in {
        type master;
        file "iridani_com";
        notify yes;
        allow-transfer { 206.47.27.174 };
};

zone "iridani.ca" in {
        type master;
        file "iridani_ca";
        notify yes;
        allow-transfer { 206.47.27.174 };
};

zone "." in {
        type hint;
        file "named.ca";
};




More information about the bind-users mailing list