MS DNS primary and bind secondary

Kevin Darcy kcd at daimlerchrysler.com
Thu Jul 26 22:58:31 UTC 2001


twong at solutioncentral.com wrote:

> We have a MS DNS server running. IS it possible to setup a secondary
> bind server and replicate the zone files from the MS DNS server?

  Yes. In named.conf:

zone "example.com" {
    type slave;
    file "example.com"; // change to suit local filename conventions
    masters { x.x.x.x; }; // address of MS DNS server
};


- Kevin



More information about the bind-users mailing list