my forward zone configuration

Gian gian at silo.elga.net.id
Thu May 31 12:09:04 UTC 2001


hi,
i've still confuse about forward zone, so i wanna attach my configuration
for some to correct this conf 
in named.conf, db.hisdomain.com, db.iphisdomain.com

named.conf
---------
zone "10.10.10.IN-ADDR.ARPA" {
        type master;
        file "db.iphisdomain.com";
        allow-query {
                any;
        };
        allow-transfer {
                localhost;
                my-ns;
        };
};

zone "hisdomain.com" {
        type master;
        file "db.hisdomain.com";
        forward only;
        forwarders { 10.10.10.3; 
                     10.10.10.4;
                   };
};

---------------- 
db.hisdomain.com
----------------
$ORIGIN hisdomain.com.

$TTL 86400

@       86400   IN SOA  hisdomain.com.    gian.my.ns.server.com. (
                                2001053100      ; serial
                                10800           ; refresh after 3 hours
                                3600            ; retry after 1 hour
                                604800          ; expire after 1 week
                                86400)          ; minimum TTL of 1 day

        IN NS   ns.server.com.
        IN NS   ns1.hisdomain.com.
        IN NS   ns2.hisdomain.com.

ns1     IN A    10.10.10.3
ns2     IN A    10.10.10.4

------------------
db.iphisdomain.com
------------------
$ORIGIN 10.10.10.IN-ADDR.ARPA.

$TTL 86400

@       86400   IN SOA  my.ns.server.com.        gian.my.ns.server.com.
(
                                2001053100      ; serial
                                10800           ; refresh after 3 hours
                                3600            ; retry after 1 hour
                                604800          ; expire after 1 week
                                86400)          ; minimum TTL of 1 day

        IN NS   ns.server.com.
        IN NS   ns1.hisdomain.com.
        IN NS   ns2.hisdomain.com.


thx
-Gian-




More information about the bind-users mailing list