No subject

Nathanel Sulimanov natan at davinci.co.il
Thu Aug 31 08:21:44 UTC 2000


Guys Hi

 I have setted up BIND 8 SP-5 on SUN SOLARIS 2.7 computer

here the configuration file of primary server :
The quastion is : What shoul contain SLAVE server in configuration file ?
thnx 

options {
        directory "/var/named";
        fake-iquery yes;
        allow-transfer{
                10.10.31.2;
                192.117.113.217;
        };
};

zone "." {
        type hint;
        file "named.ca";
};
zone "0.0.127.in-addr.arpa"{
        type master;
        file "named.local";
};
zone "zoogi.mont"{
        type master;
        file "zoogi.mont.zone";
};
zone "10.10.in-addr.arpa" {
        type master;
        file "10.10.zone";
};
zone "zoogi.com"{
        type master;
        file "zoogi.com.zone";
};
zone "8.6.216.in-addr.arpa"{
        type slave;
        file "216.6.8.zone";
};
logging {
        channel xfer-log {
                file "/var/adm/bind-xfer.log" versions unlimited size 10m;
                print-category yes;
                print-severity yes;
                print-time yes;
                severity info;
        };
        category xfer-in { xfer-log; };
        category xfer-out { xfer-log; };
        category notify { xfer-log; };
        category load { xfer-log; };
};




More information about the bind-users mailing list