1FETCHZONE(1)                       fetchzone                      FETCHZONE(1)
2
3
4

NAME

6       fetchzone - get dns zone from server
7

DESCRIPTION

9       fetchzone transfers a user-specified dns zone from a zone server and
10       displays it in csv2 format on the standard output.
11

USAGE

13       fetchzone zone_name zone_server_IP [query_class]
14

OPTIONS

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

EXAMPLES

30       To obtain the zone example.com from the server 192.168.9.8:
31
32           fetchzone example.com 192.168.9.8
33
34       To obtain the zone example.org from the server 10.9.8.78 using a query
35       class of 255:
36
37           fetchzone example.com 10.9.8.78 255
38

BUGS

40       Fetchzone will not correctly output host names with utf-8 characters in
41       them.
42

SEE ALSO

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

AUTHOR

62       Sam Trenholme
63
64
65
66
67June 2004                          fetchzone                      FETCHZONE(1)
Impressum