slave server

Riccardo ric.castellani at alice.it
Fri Sep 11 07:21:50 UTC 2009


I I create this configuration for my secondary server:

options {
         forward only;
        forwarders { serverA ; } ;
 } ;

zone "example.com"{
        type slave;
        file "zone.db";
        masters{ serverA; };
};

1- If I query to this server "example.com"  (it's authoritative for
this domain) server first tries to retrieves info from its zone file
(zone.db, which has copied from master) or from its cache ?
2- if I query to this server external domain, it will forward request
to serverA ?
3- This server will work acting as also caching server ?
4- If serverA doesn't know query answer, this server will return
domain "domain is not exist" ?



More information about the bind-users mailing list