Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
elearning:workbooks:lpic:22:450:l101 [2022/11/01 16:47] – admin | elearning:workbooks:lpic:22:450:l101 [2022/11/21 09:34] (Version actuelle) – admin | ||
---|---|---|---|
Ligne 29: | Ligne 29: | ||
* 3.1 - La clef rndc | * 3.1 - La clef rndc | ||
* 3.2 - Les fichiers de configuration | * 3.2 - Les fichiers de configuration | ||
+ | * Caractéristiques avancées de Bind | ||
+ | * DNSSEC | ||
+ | * TSIG | ||
=====Présentation===== | =====Présentation===== | ||
Ligne 38: | Ligne 41: | ||
Lorsque un ordinateur souhaite communiquer avec un autre par le biais de son nom, par exemple avec www.i2tch.com, | Lorsque un ordinateur souhaite communiquer avec un autre par le biais de son nom, par exemple avec www.i2tch.com, | ||
- | Ce processus tente d' | + | Ce processus tente d' |
Si cette tentative échoue, le serveur DNS cherche le serveur de domaine pour le **TLD** ( Top Level Domain ) dans son cache afin de lui demander l' | Si cette tentative échoue, le serveur DNS cherche le serveur de domaine pour le **TLD** ( Top Level Domain ) dans son cache afin de lui demander l' | ||
Ligne 184: | Ligne 187: | ||
;; WHEN: Tue Nov 01 16:59:11 CET 2022 | ;; WHEN: Tue Nov 01 16:59:11 CET 2022 | ||
;; MSG SIZE rcvd: 811 | ;; MSG SIZE rcvd: 811 | ||
- | </ | ||
- | |||
- | Le fichier named.ca doit appartenir à l' | ||
- | |||
- | < | ||
- | [root@centos6 ~]# ls -l / | ||
- | -rw-r--r--. 1 root root 1666 30 mai 13:28 / | ||
- | |||
- | [root@centos7 ~]# ls -l / | ||
- | -rw-r-----. 1 root named 2298 Nov 1 16:59 / | ||
</ | </ | ||
Ligne 263: | Ligne 256: | ||
include "/ | include "/ | ||
</ | </ | ||
+ | |||
+ | <WRAP center round important 60%> | ||
+ | **Important** : Notez que pour désactiver les requêtes récursives, | ||
+ | </ | ||
Dans ce fichier on trouve des sections ayant la forme suivante : | Dans ce fichier on trouve des sections ayant la forme suivante : | ||
Ligne 348: | Ligne 345: | ||
}; | }; | ||
... | ... | ||
- | </file> | + | </code> |
<WRAP center round important 60%> | <WRAP center round important 60%> | ||
- | **Important** - Dans l' | + | **Important** - Dans l' |
</ | </ | ||
+ | |||
+ | Dernièrement, | ||
+ | |||
+ | < | ||
+ | acl mycompany { | ||
+ | 10.0.2.0/ | ||
+ | }; | ||
+ | |||
+ | options { | ||
+ | allow-query { mycompany; }; | ||
+ | }; | ||
+ | </ | ||
====2.3 - named.rfc1912.zones==== | ====2.3 - named.rfc1912.zones==== | ||
Ligne 441: | Ligne 450: | ||
</ | </ | ||
- | La section de zone fait corréspondre | + | La section de zone fait correspondre |
< | < | ||
Ligne 486: | Ligne 495: | ||
</ | </ | ||
- | Afin de configurer notre serveur correctement donc, il est necéssaire | + | Afin de configurer notre serveur correctement donc, il est nécessaire |
La zone correspondant à notre domaine, ici appelée " | La zone correspondant à notre domaine, ici appelée " | ||
Ligne 586: | Ligne 595: | ||
* La durée de vie en cache de cet enregistrement. | * La durée de vie en cache de cet enregistrement. | ||
* **classe** | * **classe** | ||
- | * Le réseau de transport utilisé. Dans notre cas, le réseau est du TCP. La valeur est donc IN. | + | * Le réseau de transport utilisé. Dans notre cas, Internet. La valeur est donc IN. |
* **type** | * **type** | ||
* Le type d' | * Le type d' | ||
* SOA - Start of Authority - se trouve au début du fichier et contient des informations générales | * SOA - Start of Authority - se trouve au début du fichier et contient des informations générales | ||
* NS - Name Server | * NS - Name Server | ||
- | * A - Address - indique une résolution de nom vers une adresse IP. Ne se trouve que dans les fichiers **.hosts** | + | * A - Address |
+ | * AAAA - Address IPv6 - indique une résolution de nom vers une adresse IP. Ne se trouve que dans les fichiers **.hosts** | ||
* PTR - %%PoinTeR%% - indique une résolution d'une adresse IP vers un nom. Ne se trouve que dans les fichiers inversés. | * PTR - %%PoinTeR%% - indique une résolution d'une adresse IP vers un nom. Ne se trouve que dans les fichiers inversés. | ||
* MX - Mail eXchange - le nom d'un serveur de mail. | * MX - Mail eXchange - le nom d'un serveur de mail. | ||
* CNAME - Canonical Name - un alias d'une machine. | * CNAME - Canonical Name - un alias d'une machine. | ||
- | * HINFO - Hardware Info - fournit des informations sur le matériel de la machine | + | * HINFO - Hardware Info - fournit des informations sur le matériel de la machine |
+ | * TXT - Un enregistrement contenant des informations textuelles pour des sources extérieures à votre domaine, par exemple : | ||
+ | * Vérification de la propriété du domaine | ||
+ | * Implémentation du **Sender Policy Framework** (SPF) | ||
+ | * Enregistrements **DomainKeys Identified Mail** (DKIM) pour vérifier l' | ||
+ | * **Zero-configuration networking DNS-based service discovery** | ||
+ | * Politiques de **Domain-based Message Authentication, | ||
* **donnée** | * **donnée** | ||
* La donnée de la ressource: | * La donnée de la ressource: | ||
Ligne 603: | Ligne 619: | ||
===Le fichier db.fenestros.loc.hosts=== | ===Le fichier db.fenestros.loc.hosts=== | ||
- | Ce fichier doit être créé dans / | + | Ce fichier doit être créé dans / |
< | < | ||
Ligne 656: | Ligne 672: | ||
</ | </ | ||
- | **Le numéro de série** doit être modifié chaque fois que le fichier soit changé. Il faut noter que dans le cas de plusieurs changements dans la même journée il est necessaire | + | **Le numéro de série** doit être modifié chaque fois que le fichier soit changé. Il faut noter que dans le cas de plusieurs changements dans la même journée il est nécessaire |
< | < | ||
Ligne 721: | Ligne 737: | ||
===Le fichier db.2.0.10.hosts=== | ===Le fichier db.2.0.10.hosts=== | ||
- | Ce fichier doit être créé dans / | + | Ce fichier doit être créé dans / |
< | < | ||
Ligne 729: | Ligne 745: | ||
$TTL 3D | $TTL 3D | ||
@ | @ | ||
- | | + | |
10800 ; Refresh | 10800 ; Refresh | ||
3600 ; Retry | 3600 ; Retry | ||
Ligne 885: | Ligne 901: | ||
**Important** - Notez l' | **Important** - Notez l' | ||
</ | </ | ||
+ | |||
+ | < | ||
+ | [root@centos7 ~]# host ittraining.team | ||
+ | ittraining.team has address 109.228.56.52 | ||
+ | ittraining.team mail is handled by 10 aspmx3.googlemail.com. | ||
+ | ittraining.team mail is handled by 5 alt2.aspmx.l.google.com. | ||
+ | ittraining.team mail is handled by 5 aspmx.l.google.com. | ||
+ | ittraining.team mail is handled by 10 mx.zoho.com. | ||
+ | ittraining.team mail is handled by 10 aspmx2.googlemail.com. | ||
+ | ittraining.team mail is handled by 1 alt1.aspmx.l.google.com. | ||
+ | </ | ||
====LAB #3 - L' | ====LAB #3 - L' | ||
- | L' | + | L' |
===3.1 - La clef rndc=== | ===3.1 - La clef rndc=== | ||
Ligne 895: | Ligne 922: | ||
< | < | ||
- | [root@centos6 | + | [root@centos7 |
wrote key file "/ | wrote key file "/ | ||
</ | </ | ||
Ligne 901: | Ligne 928: | ||
A l' | A l' | ||
- | <file text rndc.key> | + | <code> |
+ | [root@centos7 ~]# cat /root/rndc.key | ||
key " | key " | ||
- | algorithm hmac-md5; | + | |
- | secret "NuPP8qFNPZ7m0rWPPahRtA=="; | + | secret "F5/ |
}; | }; | ||
- | </file> | + | </code> |
+ | |||
+ | <WRAP center round important 60%> | ||
+ | **Important** - Notez le format de ce fichier. | ||
+ | </WRAP> | ||
===3.2 - Les fichiers de configuration=== | ===3.2 - Les fichiers de configuration=== | ||
Ligne 912: | Ligne 944: | ||
La clef doit être référencée dans le fichier **/ | La clef doit être référencée dans le fichier **/ | ||
- | <file text named.conf> | + | <code> |
+ | [root@centos7 ~]# vi / | ||
+ | [root@centos7 ~]# cat /etc/named.conf | ||
// | // | ||
// named.conf | // named.conf | ||
Ligne 921: | Ligne 955: | ||
// See / | // See / | ||
// | // | ||
+ | // See the BIND Administrator' | ||
+ | // configuration located in / | ||
options { | options { | ||
- | listen-on port 53 { 127.0.0.1; }; | + | |
- | listen-on-v6 port 53 { ::1; }; | + | listen-on-v6 port 53 { ::1; }; |
- | directory | + | directory |
- | dump-file | + | dump-file |
statistics-file "/ | statistics-file "/ | ||
memstatistics-file "/ | memstatistics-file "/ | ||
- | allow-query { | + | recursing-file |
- | localhost; | + | secroots-file |
- | 10.0.2.0/ | + | |
- | }; | + | localhost; |
- | forwarders { 10.0.2.3; }; | + | 10.0.2.0/ |
- | recursion yes; | + | }; |
- | dnssec-enable | + | /* |
- | dnssec-validation yes; | + | - If you are building an AUTHORITATIVE DNS server, do NOT enable |
- | dnssec-lookaside auto; | + | |
+ | recursion. | ||
+ | - If your recursive DNS server has a public IP address, you MUST enable access | ||
+ | | ||
+ | cause your server to become part of large scale DNS amplification | ||
+ | | ||
+ | | ||
+ | */ | ||
+ | recursion yes; | ||
- | /* Path to ISC DLV key */ | + | dnssec-enable yes; |
- | bindkeys-file "/ | + | dnssec-validation yes; |
+ | |||
+ | | ||
+ | bindkeys-file "/ | ||
+ | |||
+ | managed-keys-directory "/ | ||
+ | |||
+ | pid-file "/ | ||
+ | session-keyfile "/ | ||
}; | }; | ||
Ligne 952: | Ligne 1004: | ||
zone " | zone " | ||
- | type hint; | + | |
- | file " | + | file " |
}; | }; | ||
key " | key " | ||
- | algorithm hmac-md5; | + | |
- | secret "NuPP8qFNPZ7m0rWPPahRtA=="; | + | secret "F5/ |
}; | }; | ||
include "/ | include "/ | ||
- | </file> | + | include "/ |
+ | </code> | ||
- | Afin de dire à named d' | + | Afin de dire à named d' |
- | <file text named.conf> | + | <code> |
+ | [root@centos7 ~]# vi / | ||
+ | [root@centos7 ~]# cat /etc/named.conf | ||
// | // | ||
// named.conf | // named.conf | ||
Ligne 975: | Ligne 1030: | ||
// See / | // See / | ||
// | // | ||
+ | // See the BIND Administrator' | ||
+ | // configuration located in / | ||
options { | options { | ||
- | listen-on port 53 { 127.0.0.1; }; | + | |
- | listen-on-v6 port 53 { ::1; }; | + | listen-on-v6 port 53 { ::1; }; |
- | directory | + | directory |
- | dump-file | + | dump-file |
statistics-file "/ | statistics-file "/ | ||
memstatistics-file "/ | memstatistics-file "/ | ||
- | allow-query { | + | recursing-file |
- | localhost; | + | secroots-file |
- | 10.0.2.0/ | + | |
- | }; | + | localhost; |
- | forwarders { 10.0.2.3; }; | + | 10.0.2.0/ |
- | recursion yes; | + | }; |
- | dnssec-enable | + | /* |
- | dnssec-validation yes; | + | - If you are building an AUTHORITATIVE DNS server, do NOT enable |
- | dnssec-lookaside auto; | + | |
+ | recursion. | ||
+ | - If your recursive DNS server has a public IP address, you MUST enable access | ||
+ | | ||
+ | cause your server to become part of large scale DNS amplification | ||
+ | | ||
+ | | ||
+ | */ | ||
+ | recursion yes; | ||
- | /* Path to ISC DLV key */ | + | dnssec-enable yes; |
- | bindkeys-file "/ | + | dnssec-validation yes; |
+ | |||
+ | | ||
+ | bindkeys-file "/ | ||
+ | |||
+ | managed-keys-directory "/ | ||
+ | |||
+ | pid-file "/ | ||
+ | session-keyfile "/ | ||
}; | }; | ||
Ligne 1006: | Ligne 1079: | ||
zone " | zone " | ||
- | type hint; | + | |
- | file " | + | file " |
}; | }; | ||
Ligne 1015: | Ligne 1088: | ||
key " | key " | ||
- | algorithm hmac-md5; | + | |
- | secret "NuPP8qFNPZ7m0rWPPahRtA=="; | + | secret "F5/ |
}; | }; | ||
include "/ | include "/ | ||
- | </file> | + | include "/ |
+ | </code> | ||
- | A ce stade, rndc ne peut pas se connecter à named : | + | A ce stade, rndc ne peut pas se connecter à named. La raison est le manque du fichier **/ |
< | < | ||
- | [root@centos6 | + | [root@centos7 |
- | rndc: connection to remote host closed | + | cat: /etc/rndc.conf: No such file or directory |
- | This may indicate that | + | |
- | * the remote server is using an older version of the command protocol, | + | |
- | * this host is not authorized to connect, | + | |
- | * the clocks are not synchronized, | + | |
- | * the key is invalid. | + | |
- | named (pid 10806) en cours d' | + | |
</ | </ | ||
- | La raison est le manque du fichier | + | Créez donc ce fichier : |
- | <file text rndc.conf> | + | <code> |
+ | [root@centos7 ~]# vi / | ||
+ | [root@centos7 ~]# cat /etc/rndc.conf | ||
key " | key " | ||
- | algorithm hmac-md5; | + | |
- | secret "NuPP8qFNPZ7m0rWPPahRtA=="; | + | secret "F5/ |
}; | }; | ||
Ligne 1047: | Ligne 1117: | ||
default-key | default-key | ||
}; | }; | ||
- | </file> | + | </code> |
<WRAP center round important 60%> | <WRAP center round important 60%> | ||
- | **Important** - Notez la présence de la section concernant la valeur de la clef et la section qui définit le serveur par défaut et la clef par défaut.Dans le cas où vous avez plusieurs serveurs à gérer à partir d'une seule instance de rndc vous pouvez inclure des clauses supplémentaires correspondantes à chaque configuration des fichiers / | + | **Important** - Notez la présence de la section concernant la valeur de la clef et la section qui définit le serveur par défaut et la clef par défaut. Dans le cas où vous avez plusieurs serveurs à gérer à partir d'une seule instance de rndc vous pouvez inclure des clauses supplémentaires correspondantes à chaque configuration des fichiers / |
</ | </ | ||
- | Pour prendre en compte cette configuration, | + | Pour prendre en compte cette configuration, |
< | < | ||
- | [root@centos6 | + | [root@centos7 |
- | Arrêt de named : . [ OK ] | + | |
- | Démarrage de named : | + | [root@centos7 ~]# systemctl status named |
+ | ● named.service - Berkeley Internet Name Domain (DNS) | ||
+ | | ||
+ | | ||
+ | Process: 9129 ExecStop=/ | ||
+ | Process: 9142 ExecStart=/ | ||
+ | Process: 9140 ExecStartPre=/ | ||
+ | Main PID: 9144 (named) | ||
+ | | ||
+ | | ||
+ | |||
+ | Nov 02 05:47:10 centos7.fenestros.loc named[9144]: network unreachable resolving ' | ||
+ | Nov 02 05:47:10 centos7.fenestros.loc named[9144]: | ||
+ | Nov 02 05:47:10 centos7.fenestros.loc named[9144]: | ||
+ | Nov 02 05:47:10 centos7.fenestros.loc named[9144]: | ||
+ | Nov 02 05:47:10 centos7.fenestros.loc named[9144]: | ||
+ | Nov 02 05:47:10 centos7.fenestros.loc named[9144]: | ||
+ | Nov 02 05:47:10 centos7.fenestros.loc named[9144]: | ||
+ | Nov 02 05:47:10 centos7.fenestros.loc named[9144]: | ||
+ | Nov 02 05:47:10 centos7.fenestros.loc named[9144]: | ||
+ | Nov 02 05:47:10 centos7.fenestros.loc named[9144]: | ||
</ | </ | ||
Ligne 1064: | Ligne 1154: | ||
< | < | ||
- | [root@centos6 | + | [root@centos7 |
- | version: 9.7.3-P3-RedHat-9.7.3-8.P3.el6_2.2 | + | WARNING: key file (/ |
+ | version: | ||
+ | running on centos7.fenestros.loc: | ||
+ | boot time: Wed, 02 Nov 2022 04:47:10 GMT | ||
+ | last configured: Wed, 02 Nov 2022 04:47:10 GMT | ||
+ | configuration file: /etc/named.conf | ||
CPUs found: 1 | CPUs found: 1 | ||
worker threads: 1 | worker threads: 1 | ||
- | number of zones: | + | UDP listeners per interface: 1 |
+ | number of zones: | ||
debug level: 0 | debug level: 0 | ||
xfers running: 0 | xfers running: 0 | ||
Ligne 1074: | Ligne 1170: | ||
soa queries in progress: 0 | soa queries in progress: 0 | ||
query logging is OFF | query logging is OFF | ||
- | recursive clients: 0/0/1000 | + | recursive clients: 0/900/1000 |
- | tcp clients: | + | tcp clients: |
server is up and running | server is up and running | ||
- | named (pid 12105) en cours d' | ||
</ | </ | ||
- | |||
- | <WRAP center round important 60%> | ||
- | **Important** - Notez les lignes supplémentaires dans la sortie. | ||
- | </ | ||
Les options de cette commande sont : | Les options de cette commande sont : | ||
< | < | ||
- | [root@centos6 | + | [root@centos7 |
rndc: invalid argument -- | rndc: invalid argument -- | ||
Usage: rndc [-b address] [-c config] [-s server] [-p port] | Usage: rndc [-b address] [-c config] [-s server] [-p port] | ||
- | [-k key-file ] [-y key] [-V] command | + | |
command is one of the following: | command is one of the following: | ||
- | | + | |
- | reload | + | |
- | Reload a single | + | |
- | | + | |
- | Schedule immediate maintenance for a zone. | + | |
- | | + | Close, truncate and re-open the DNSTAP output file. |
- | Retransfer | + | dnstap -roll count |
- | freeze Suspend updates to all dynamic zones. | + | Close, rename and re-open the DNSTAP output file(s). |
+ | dumpdb | ||
+ | Dump cache(s) to the dump file (named_dump.db). | ||
+ | flush | ||
+ | flush [view] | ||
+ | flushname name [view] | ||
+ | Flush the given name from the server' | ||
+ | flushtree name [view] | ||
+ | Flush all names under the given name from the server' | ||
+ | freeze | ||
freeze zone [class [view]] | freeze zone [class [view]] | ||
- | Suspend updates to a dynamic zone. | + | |
- | | + | |
- | | + | |
- | Enable | + | |
- | | + | |
- | Resend NOTIFY messages for the zone. | + | |
- | reconfig Reload configuration file and new zones only. | + | |
- | sign zone [class [view]] | + | |
- | Update zone keys, and sign as needed. | + | |
loadkeys zone [class [view]] | loadkeys zone [class [view]] | ||
- | Update keys without signing immediately. | + | |
- | | + | |
- | | + | Check trust anchor for RFC 5011 key changes |
- | | + | managed-keys status [class [view]] |
- | Dump cache(s) to the dump file (named_dump.db). | + | Display RFC 5011 managed keys information |
+ | managed-keys sync [class [view]] | ||
+ | | ||
+ | modzone zone [class [view]] { zone-options } | ||
+ | Modify a zone's configuration. | ||
+ | Requires allow-new-zones option. | ||
+ | notify zone [class [view]] | ||
+ | Resend NOTIFY messages for the zone. | ||
+ | | ||
+ | | ||
+ | List all negative trust anchors. | ||
+ | nta [-lifetime duration] [-force] domain | ||
+ | Set a negative trust anchor, disabling DNSSEC validation | ||
+ | for the given domain. | ||
+ | Using -lifetime specifies the duration of the NTA, up | ||
+ | to one week. | ||
+ | Using -force prevents the NTA from expiring before its | ||
+ | full lifetime, even if the domain can validate sooner. | ||
+ | nta -remove domain [view] | ||
+ | | ||
+ | for the given domain. | ||
+ | querylog [ on | off ] | ||
+ | Enable / disable query logging. | ||
+ | reconfig | ||
+ | recursing | ||
+ | refresh zone [class [view]] | ||
+ | Schedule immediate maintenance for a zone. | ||
+ | reload | ||
+ | reload zone [class [view]] | ||
+ | Reload a single zone. | ||
+ | retransfer zone [class [view]] | ||
+ | Retransfer a single zone without checking serial number. | ||
+ | scan Scan available network interfaces for changes. | ||
secroots [view ...] | secroots [view ...] | ||
- | Write security roots to the secroots file. | + | |
- | stop Save pending updates to master files and stop the server. | + | showzone zone [class [view]] |
- | stop -p Save pending updates to master files and stop the server | + | Print a zone's configuration. |
- | reporting process id. | + | sign zone [class [view]] |
- | | + | Update zone keys, and sign as needed. |
- | | + | signing -clear all zone [class [view]] |
- | process id. | + | Remove the private records for all keys that have |
- | trace Increment debugging level by one. | + | finished signing the given zone. |
- | trace level Change the debugging level. | + | signing -clear < |
- | | + | Remove the private record that indicating the given key |
- | flush Flushes all of the server' | + | has finished signing the given zone. |
- | flush [view] Flushes the server' | + | signing -list zone [class [view]] |
- | | + | List the private records showing the state of DNSSEC |
- | Flush the given name from the server' | + | signing in the given zone. |
- | status Display status of the server. | + | signing -nsec3param hash flags iterations salt zone [class [view]] |
- | recursing Dump the queries that are currently recursing (named.recursing) | + | Add NSEC3 chain to zone if already signed. |
- | validation | + | Prime zone with NSEC3 chain if not yet signed. |
- | Enable / disable DNSSEC validation. | + | signing -nsec3param none zone [class [view]] |
- | | + | Remove NSEC3 chains from zone. |
- | addzone [" | + | signing -serial < |
- | Add zone to given view. Requires new-zone-file option. | + | Set the zones' |
- | delzone [" | + | stats Write server statistics to the statistics file. |
- | Removes zone from given view. Requires new-zone-file option. | + | status |
+ | stop Save pending updates to master files and stop the server. | ||
+ | stop -p | ||
+ | reporting process id. | ||
+ | | ||
+ | remove their journal files. | ||
+ | | ||
+ | Dump a single zone's changes to disk, and optionally | ||
+ | remove its journal file. | ||
+ | thaw Enable | ||
+ | thaw zone [class [view]] | ||
+ | Enable updates to a frozen dynamic zone and reload it. | ||
+ | trace | ||
+ | trace level | ||
+ | | ||
+ | Delete | ||
+ | | ||
+ | | ||
+ | validation | ||
+ | Enable / disable DNSSEC validation. | ||
+ | | ||
+ | | ||
- | * == not yet implemented | + | Version: 9.11.4-P2-RedHat-9.11.4-26.P2.el7_9.10 |
- | Version: 9.7.3-P3-RedHat-9.7.3-8.P3.el6_2.2 | + | |
</ | </ | ||
+ | |||
+ | <WRAP center round important 60%> | ||
+ | **Important** - Notez la sous-commande **reload** qui permet de recharger la configuration d'une zone spécifique sans recharger la configuration de toutes les zones. | ||
+ | </ | ||
+ | |||
+ | =====Caractéristiques avancées de Bind===== | ||
+ | |||
+ | ====DNSSEC==== | ||
+ | |||
+ | **DNSSEC** — Abréviation de DNS SECurity, cette fonctionnalité permet aux zones d' | ||
+ | |||
+ | * De cette manière, les informations sur une zone spécifique peuvent être vérifiées comme provenant d'un serveur de noms qui l'a signée avec une clé privée particulière, | ||
+ | |||
+ | BIND version 9 prend également en charge la méthode d' | ||
+ | |||
+ | ====TSIG==== | ||
+ | |||
+ | **TSIG** — Abréviation de Transaction SIGNatures, cette fonctionnalité permet un transfert du maître vers l' | ||
+ | |||
+ | * Cette fonctionnalité renforce la méthode standard d' | ||
+ | |||
+ | BIND version 9 prend également en charge TKEY, qui est une autre méthode de clé secrète partagée pour autoriser les transferts de zone. | ||
+ | |||
+ | ---- | ||
+ | Copyright © 2022 Hugh Norris | ||