1nsd-xfer(8) nsd 3.2.8 nsd-xfer(8)
2
3
4
6 nsd-xfer - AXFR client to transfer zones from a name server
7
9 nsd-xfer [-4] [-6] [-a address[@port]] [-p port] [-s serial] [-T tsig‐
10 info] [-v] -z zone -f file servers
11
13 Nsd-xfer is program to transfer zones from a name server using AXFR.
14 NSD is a complete implementation of an authoritative DNS nameserver.
15
17 -4 Only send to IPv4 addresses.
18
19 -6 Only send to IPv6 addresses.
20
21 -a address[@port]
22 Specify the source address (and port) to send from.
23
24 -f file
25 The file to store the zone in.
26
27 -p port
28 Specify the port to send to.
29
30 -s serial
31 Specify the serial of the current zone. The zone is only trans‐
32 ferred if the master server has a zone with a greater serial
33 number.
34
35 -T tsiginfo
36 Use TSIG to verify the zone transfer. The tsiginfo file must
37 contain the TSIG key information. The file is removed upon suc‐
38 cessful reading of the key. The format of the tsiginfo file is
39 described in the doc/README file (section 3.3).
40
41 -v Be more verbose.
42
43 -z zone
44 Specify the zone to receive.
45
46 servers
47 List of nameservers to try.
48
50 To run this program the standard way type:
51
52 # nsd-xfer -z foobar.cz -f foobar.cz.zone 1.2.3.4
53
55 nsd(8), nsdc(8), nsd.conf(5), nsd-checkconf(8), nsd-notify(8), nsd-
56 patch(8), zonec(8)
57
59 NSD was written by NLnet Labs and RIPE NCC joint team. Please see CRED‐
60 ITS file in the distribution for further details.
61
62
63
64NLnet Labs Mar 22, 2011 nsd-xfer(8)