named.conf

Ravi Nair ravi_nair_us at yahoo.com
Thu May 24 17:10:17 UTC 2001


Hi ,
here is the named.conf file .pl let me know if
anything is wrong.
options {
        directory "/etc/domain";
        dump-file "/opt/namedb/named_dump.db";
        memstatistics-file
"/opt/namedb/named_memstats.db";
        named-xfer "usr/local/sbin/named-xfer";
        pid-file "/opt/namedb/named.pid";

};

#
#
#
zone "." {
        type hint;
        file "db.cache";
};

zone "localhost" {
        type master;
        file "db.localhost";
};                 

zone "0.0.127.in-addr.arpa" {
        type master;
        file "db.0.0.127";
};

zone "5.0.10.in-addr.arpa" {
        type master;
        file "db.5.0.10";
};

zone "19.166.65.in-addr.arpa" {
        type master;
        file "db.19.166.65";
};

zone "4.0.10.in-addr.arpa" {
        type master;
        file "db.4.0.10";
};                         

zone "inv6-sjwisp.net" {
        type master;
        file "db.inv6-sjwisp.net";
};                                             



-------------------
Thanks
ravi

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/


More information about the bind-users mailing list