8.2.3: does IXFR work or not?

kevind at sea.checkpoint.com kevind at sea.checkpoint.com
Wed Mar 7 16:47:36 UTC 2001


At 06:25 PM 3/6/2001 -0800, David Carmean wrote:


>I recently updated a set of one master and three slave servers to
>BIND 8.2.3-REL.   After seeing some comments on the list and in
>the tarball suggesting that IXFR might finally be working, I'm attempting
>to implement it in my configs.
>
>However, all that's happened so far is that I get the following
>messages in my log:
>
>         No IXFR log from 2001030616 for "inside.domain.com"
>
>I've got the following in named.conf on the master and slaves:
>
>         server <ip.of.master> {
>                 support-ixfr yes;
>         };
>
>         server <ip.of.slave> {
>                 support-ixfr yes;
>         };
>
>
>What am I missing?

In the master you need set the  "maintain-ixfr-base" option for the 
zone.  You than need to use
dynamic updates to make changes to your zone.

zone "example.com" IN {
         type master;
         allow-update { localhost; <list of IP addresses>; };
         file "example.com.db";
     maintain-ixfr-base yes;
}

-Kevin


More information about the bind-users mailing list