1GETZONE(1)                          getzone                         GETZONE(1)
2
3
4

NAME

6       getzone - get dns zone from server
7

DESCRIPTION

9       getzone transfers a user-specified dns zone from a zone server and
10       displays it in csv1 format on the standard output. This program is here
11       for compatibility with older setups that use getzone to get zone files;
12       newer setups may wish to consider using the fetchzone tool to obtain
13       csv2-compatible zone files.
14

USAGE

16       getzone zone_name zone_server_IP [query_class]
17

OPTIONS

19       zone_name
20
21       Name of the dns zone to be transferred.
22
23       zone_server_IP
24
25       IP address of dns server
26
27       query_class
28
29       Optional argument which can change the query class from 1 (the default)
30       to 255. This may be needed for some versions of Bind.
31

EXAMPLES

33       To obtain the zone example.com from the server 192.168.9.8:
34
35           getzone example.com 192.168.9.8
36
37
38       To obtain the zone example.org from the server 10.9.8.78 using a query
39       class of 255:
40
41           getzone example.com 10.9.8.78 255
42
43

SEE ALSO

45       The man pages maradns(8) and csv1(5)
46
47       http://www.maradns.org
48
50       THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS OR
51       IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
52       WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
53       DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR
54       ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
55       DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
56       OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
57       HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
58       STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
59       IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
60       POSSIBILITY OF SUCH DAMAGE.
61

AUTHOR

63       MaraDNS is written by Sam Trenholme. Jaakko Niemi used 5 minutes to put
64       this manpage together. Sam has subsequently made revisions to this
65       manpage.
66
67
68
69
70October 2001                        getzone                         GETZONE(1)
Impressum