Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nsd-xfer(8) [mojave man page]

nsd-xfer(8)                                                         nsd 3.2.12                                                         nsd-xfer(8)

NAME
nsd-xfer - AXFR client to transfer zones from a name server SYNOPSIS
nsd-xfer [-4] [-6] [-a address[@port]] [-p port] [-s serial] [-T tsiginfo] [-v] -z zone -f file servers DESCRIPTION
Nsd-xfer is program to transfer zones from a name server using AXFR. NSD is a complete implementation of an authoritative DNS nameserver. OPTIONS
-4 Only send to IPv4 addresses. -6 Only send to IPv6 addresses. -a address[@port] Specify the source address (and port) to send from. -f file The file to store the zone in. -p port Specify the port to send to. -s serial Specify the serial of the current zone. The zone is only transferred if the master server has a zone with a greater serial number. -T tsiginfo Use TSIG to verify the zone transfer. The tsiginfo file must contain the TSIG key information. The file is removed upon successful reading of the key. The format of the tsiginfo file is described in the doc/README file (section 3.3). -v Be more verbose. -z zone Specify the zone to receive. servers List of nameservers to try. EXAMPLES
To run this program the standard way type: # nsd-xfer -z foobar.cz -f foobar.cz.zone 1.2.3.4 SEE ALSO
nsd(8), nsdc(8), nsd.conf(5), nsd-checkconf(8), nsd-notify(8), nsd-patch(8), zonec(8) AUTHORS
NSD was written by NLnet Labs and RIPE NCC joint team. Please see CREDITS file in the distribution for further details. NLnet Labs jul 19, 2012 nsd-xfer(8)

Check Out this Related Man Page

zonec(8)                                                            nsd 3.2.12                                                            zonec(8)

NAME
zonec - NSD zone compiler version 3.2.12. SYNOPSIS
zonec [-v] [-h] [-C] [-L] [-F] [-c configfile] [-d directory] [-o origin] [-z zonefile] [-f database] DESCRIPTION
Zonec is the nsd(8) database compiler for creating name space databases from a set of input master zone files specified in nsd.conf(5) file. It is normally invoked via nsdc(8) rebuild command. Zonec will then parse every zone in nsd.conf(5) file and add it to the name space database, /var/lib/nsd3/nsd.db by default, that is used by nsd(8) to answer incoming queries. OPTIONS
-c configfile Read specified configfile instead of the default /etc/nsd3/nsd.conf. -C No config file is read (use with -f, -o and -z). -d directory Change the working directory to directory before doing any work. Overrides zonesdir: option in config file. -f database Create the specified database instead of the file specified as database: in the config file. -o origin Use this as the first origin. Zone information is read from zonefile specified with -z. When reading zones from config file this option is ignored. -z zonefile Reads all zone information from zonefile. If zonefile equals `-`, then all zone information is read from stdin, making constructs like: # cat zones* | ./zonec -C -f nsd.db -o example.net -z - possible. When reading zones from config file this option is ignored. -v Increase the verbosity of zonec. This flag can be specified multiple times to increase the level of verbosity. The first level of verbosity will print per zone summary information. The second level of will print progress information for each 10,000 RRs pro- cessed. -F Set debug facilities. (If compiled with --enable-checking.) -L Set debug level. (If compiled with --enable-checking.) FILES
/var/lib/nsd3/nsd.db default NSD database /etc/nsd3/nsd.conf default NSD configuration file DIAGNOSTICS
Zonec will log all the problems via the standard error output and progress via stdout if the v option is specified. SEE ALSO
nsd(8), nsdc(8), nsd.conf(5), nsd-checkconf(8), nsd-notify(8), nsd-patch(8), nsd-xfer(8) AUTHORS
NSD was written by NLnet Labs and RIPE NCC joint team. Please see CREDITS file in the distribution for further details. BUGS
Zonec has rather weak error diagnostics that will change in further versions. Zonec expects the input files to be free of syntax errors and very little fool proof checks are done. NLnet Labs jul 19, 2012 zonec(8)
Man Page