Difference between revisions of "Stapsgewijs/Ubuntu Name Server"
| Line 15: | Line 15: | ||
== Configuratie == | == Configuratie == | ||
| + | <!-- om met een item nummer 3. te beginnen codeer je: | ||
<ol start="3"> | <ol start="3"> | ||
<li>drie | <li>drie | ||
| − | <ul> | + | <ul><li> c</ul></li> |
| − | <li> c | ||
| − | </ul> | ||
| − | </li> | ||
<li> vier </li> | <li> vier </li> | ||
</ol> | </ol> | ||
| + | MAAR | ||
| + | ik begin weer opnieuw te nummeren: | ||
| + | --> | ||
| + | Gebruik de volgende opties om de server te <u>configureren</u.: | ||
| + | |||
| + | Er zijn 3 soorten name servers: | ||
| + | # {{sl|Caching Name Server}} | ||
| + | # {{sl|Primary Name Server}} | ||
| + | # {{sl|Secondary Name Server}} | ||
| + | Elk daarvan wordt hierna besproken. | ||
| + | |||
| + | === Caching Name Server === | ||
| + | When configured as a caching nameserver BIND9 will find the answer to name queries and remember the answer when the domain is queried again. | ||
| + | |||
| + | === Primary Name Server === | ||
| + | As a primary server, BIND9 reads the data for a zone from a file on its host and is authoritative for that zone. | ||
| + | |||
| + | === Secondary Name Server === | ||
| + | As a secondary server, BIND9 gets the zone data from another nameserver that is authoritative for the zone | ||
Revision as of 15:08, 17 February 2022
| Deze pagina maakt deel uit van de serie Stapsgewijs. |
Een Name server a.k.a. DNS server wordt opgebouwd met de volgende stappen. Daarbij wordt het proces gevolgd , dat beschreven wordt in de Ubuntu Serve Guide[1].
Installatie
Er wordt hier uitgegaan van een up-to-date geïnstalleerde Basic Server.
We installeren twee packages:
- de bind9 software
sudo apt-get install bind9
- de dnsutils verzameling hulpsoftware
sudo apt-get install dnsutils
Configuratie
Gebruik de volgende opties om de server te configureren</u.:
Er zijn 3 soorten name servers:
Elk daarvan wordt hierna besproken.
Caching Name Server
When configured as a caching nameserver BIND9 will find the answer to name queries and remember the answer when the domain is queried again.
Primary Name Server
As a primary server, BIND9 reads the data for a zone from a file on its host and is authoritative for that zone.
Secondary Name Server
As a secondary server, BIND9 gets the zone data from another nameserver that is authoritative for the zone