DNS Configuration and Management Manual (G06.27+, H06.05+, J06.03+)
BIND 9.x on the NonStop Server
HP DNS Configuration and Management Manual—529432-003
2-10
Incremental Zone Transfer (IXFR)
The server statements used to enable and disable the IXFR feature for the master
server are:
•
[Provide-ixfr yes_or_no;]
•
[Request-ixfr yes_or_no;]
The syntax for setting the server statement in the configuration file for the master
server is:
The IP address specified causes the local server, acting as the master server, not to
provide IXFR to the remote slave server 10.53.0.1.
The syntax for setting the server statement in the configuration file for the local slave
server is:
The IP address specified causes the local server, acting as a slave server, not to
request IXFR from the remote master server 10.53.0.1.
Server ip-address {
provide-ixfr no[yes];
};
Example 2-3. Setting the Server Statement to Disable IXFR
Server 10.53.0.1 {
provide-ixfr no;
};
Server ip-address {
request-ixfr no[yes];
};
Example 2-4. Setting the Server Statement in the Configuration File
Server 10.53.0.2 {
request-ixfr no;
};










