~ubuntu-branches/ubuntu/saucy/maradns/saucy

« back to all changes in this revision

Viewing changes to doc/fr/source/recursive.ej

  • Committer: Bazaar Package Importer
  • Author(s): Kai Hendry
  • Date: 2006-10-09 17:44:21 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061009174421-yb151elg3m4t5shl
Tags: 1.2.12.03-1
* New upstream release with many new doc tweaks. Though most of the changes
  are with the webpages which I have chosen not to distribute as you can
  read them all rather online at http://maradns.org/
* The diffs in the Makefiles are due to upstream's configure script
* Added bind2csv2.py as an example from upstream's tools/
  There is a lot of little scripts in tools/ which can probably join this

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<HTML><HEAD><TITLE>Serveur DNS récursif</TITLE>
2
 
 
3
 
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
4
 
 
5
 
</HEAD><BODY>
6
 
 
7
 
<i>Ce document est placé dans le domaine public par Sam
8
 
Trenholme et sa traduction par Thomas Seyrat.</i>
9
 
 
10
 
<!-- <H1>Using MaraDNS as a recursive DNS server</H1>
11
 
 
12
 
This document is a step-by-step guide to setting up MaraDNS as a recursive 
13
 
DNS server.  It assumes that MaraDNS is already <A 
14
 
href=compile.html>compiled and installed</A>.
15
 
 
16
 
Once MaraDNS is installed: -->
17
 
 
18
 
<H1>Utiliser MaraDNS comme serveur DNS récursif</H1>
19
 
 
20
 
Ce document décrit la manière de mettre en place MaraDNS comme serveur
21
 
DNS récursif. Il suppose que MaraDNS est déjà <a
22
 
href="compile.html">compilé et installé</a>.
23
 
 
24
 
Une fois MaraDNS installé :
25
 
 
26
 
<UL>
27
 
 
28
 
<!-- <LI>The <tt>mararc</tt>file needs to be changed before MaraDNS will 
29
 
    function as a recursive DNS server.  <A 
30
 
    href=../examples/example_recursive_mararc.txt>Here is a mararc
31
 
    file that will work as a recursive DNS server</A> -->
32
 
 
33
 
<LI>Recopier le fichier d'example example_recursive_mararc.txt de la
34
 
distribution de MaraDNS dans /etc/mararc.</LI>
35
 
 
36
 
<!-- <LI>If one wishes to limit the range of IPs that can access the
37
 
    recursive DNS server, change the following line:
38
 
 
39
 
    <blockquote><tt>recursive_acl = "<b>0.0.0.0/32</b>"</tt>
40
 
    </blockquote>
41
 
 
42
 
    Replace the <b>0.0.0.0/32</b> with the range of IPs that one wishes
43
 
    to have contact the name server.  For example, if one has an office
44
 
    which uses IPs in the form 192.168.1.1, 192.168.1.2, etc.,
45
 
    and wishes to have only 192.168.1.<i>any</i> be allowed to make
46
 
    recursive queries:
47
 
 
48
 
    <blockquote><tt>recursive_acl = 
49
 
    "<b>192.168.1.0/24</b>"</tt>
50
 
    </blockquote> -->
51
 
 
52
 
<li>Si vous désirez restreindre les adresses IP autorisées à
53
 
interroger le serveur, modifiez la ligne suivante :
54
 
 
55
 
    <blockquote><tt>recursive_acl = "<b>0.0.0.0/32</b>"</tt>
56
 
    </blockquote>
57
 
 
58
 
    Remplacez le <b>0.0.0.0/32</b> par les réseaux que vous souhaitez
59
 
    autoriser à contacter le serveur. Par exemple, si votre bureau est
60
 
    adressé en 192.168.1.1, 192.168.1.2, etc. et que vous souhaitiez que
61
 
    seules les adresses en 192.168.1.<i>XXX</i> soient autorisées à
62
 
    faire des requêtes :
63
 
 
64
 
    <blockquote><tt>recursive_acl = "<b>192.168.1.0/24</b>"</tt>
65
 
    </blockquote>
66
 
 
67
 
 
68
 
<!-- <LI>More information about using MaraDNS in recursive mode is available
69
 
    from the <A href=man.maradns.html>MaraDNS manual page</A> and the
70
 
    <A href=man.mararc.html>mararc manual page</A>. -->
71
 
 
72
 
<LI>Vous trouverez plus d'informations concernant l'usage de MaraDNS en
73
 
mode récursif dans la <a href="man.maradns.html">page de manuel de
74
 
maradns</a> et dans <a href="man.mararc.html">celle de mararc</a>.
75
 
 
76
 
</UL>
77
 
 
78
 
</BODY></HTML>
79