Fix CI. Also, resync french and english pages.

This commit is contained in:
Salamandar 2021-02-15 11:35:24 +01:00
parent b9cd1ee731
commit efb5bab762
2 changed files with 19 additions and 12 deletions

View file

@ -15,6 +15,14 @@ Après avoir mis en place la solution proposée dans ce tutoriel, la redirection
La méthode qui sera mise en place consiste à rendre automatique le fait que la box annonce au DNS dynamique quelle a changée dadresse IP publique, et quensuite la zone DNS soit automatiquement changée. La méthode qui sera mise en place consiste à rendre automatique le fait que la box annonce au DNS dynamique quelle a changée dadresse IP publique, et quensuite la zone DNS soit automatiquement changée.
### Bureaux d'enregistrement
Voici quelques bureaux d'enregistrement, qui permettent d'acheter des noms de domaine :
* [OVH](http://ovh.com/)
* [GoDaddy](https://godaddy.com/)
* [Gandi](http://gandi.net/)
* [Namecheap](https://www.namecheap.com/)
* [BookMyName](https://www.bookmyname.com/)
Si vous possédez un nom de domaine chez **OVH**, vous pouvez aller à létape 4 et suivre ce [tutoriel](/OVH) étant donné quOVH propose un service de DynDNS. Si vous possédez un nom de domaine chez **OVH**, vous pouvez aller à létape 4 et suivre ce [tutoriel](/OVH) étant donné quOVH propose un service de DynDNS.
#### 1. Créer un compte pour un service de DNS dynamique #### 1. Créer un compte pour un service de DNS dynamique
@ -29,13 +37,13 @@ Voici des sites qui proposent un service de DynDNS gratuitement :
Créer un compte chez lun deux. Créer un compte chez lun deux.
#### 2. Déplacer les zones DNS #### 2. Déplacer les zones DNS
Déplacer les [zones DNS](/dns_config), à lexception des champs NS, du [bureau denregistrement](/registrar) où vous avez acheté votre nom de domaine vers le DNS dynamique où vous avez créé un compte à létape 1. Déplacer les [zones DNS](/dns_config), à lexception des champs NS, du [bureau denregistrement](#registrar) où vous avez acheté votre nom de domaine vers le DNS dynamique où vous avez créé un compte à létape 1.
#### 3. Basculer la gestion de votre nom de domaine vers le serveur DNS dynamique #### 3. Basculer la gestion de votre nom de domaine vers le serveur DNS dynamique
Cette étape consiste à faire savoir au [bureau denregistrement](/registrar) que le service de DNS sera assuré par le service de DynDNS. Cette étape consiste à faire savoir au [bureau denregistrement](#registrar) que le service de DNS sera assuré par le service de DynDNS.
Redirigez le champ NS vers ladresse IP donnée par le service de DynDNS. Redirigez le champ NS vers ladresse IP donnée par le service de DynDNS.
Ensuite, supprimez les [zones DNS](/dns_config), à lexception des champs NS, du [bureau denregistrement](/registrar). Ensuite, supprimez les [zones DNS](/dns_config), à lexception des champs NS, du [bureau denregistrement](#registrar).
#### 4. Créer un identifiant de DNS dynamique #### 4. Créer un identifiant de DNS dynamique
Sur le service de DNS dynamique créer un identifiant qui sera entré dans un client de DNS dynamique. Sur le service de DNS dynamique créer un identifiant qui sera entré dans un client de DNS dynamique.

View file

@ -9,10 +9,14 @@ routes:
! Before going further, make sure your global IP address is dynamic with: [ip.yunohost.org](http://ip.yunohost.org/). The global IP address of your box changes almost every day. ! Before going further, make sure your global IP address is dynamic with: [ip.yunohost.org](http://ip.yunohost.org/). The global IP address of your box changes almost every day.
This tutorial aim to get around dynamic IP issue which is: when the IP public address of your (Internet Service Provider-) box changes, the DNS zone is not updated to point towards the new IP address, and consequently your server is no more reachable via its domain name. After setting up the solution proposed in this tutorial, the redirection from your domain name to the actual IP address of your server will not be lost anymore. This tutorial aim to get around dynamic IP issue which is: when the IP public address of your (Internet Service Provider-) box changes, the DNS zone is not updated to point towards the new IP address, and consequently your server is no more reachable via its domain name
After setting up the solution proposed in this tutorial, the redirection from your domain name to the actual IP address of your server will not be lost anymore.
The method proposed here consists of automatizing the fact the box annonces its global IP adress change to the dynamic DNS, so that the DNS zone will automatically be updated. The method proposed here consists of automatizing the fact the box annonces its global IP adress change to the dynamic DNS, so that the DNS zone will automatically be updated.
### Registrars
Here are some examples of registrars, companies where you can buy domain names: Here are some examples of registrars, companies where you can buy domain names:
* [OVH](http://ovh.com/) * [OVH](http://ovh.com/)
* [GoDaddy](https://godaddy.com/) * [GoDaddy](https://godaddy.com/)
@ -34,19 +38,14 @@ Here are sites which offer a DynDNS service free of charge:
Register to one of them. It should provide you with one (or more) IP address to reach the service, and a login (that you may be able to self-define). Register to one of them. It should provide you with one (or more) IP address to reach the service, and a login (that you may be able to self-define).
#### 2. Move the DNS zones #### 2. Move the DNS zones
Copy the [DNS zones](/dns_config), except for the NS fields, from the [registrar](/registrar) where you bought your domain name from to the dynamic DNS service you registrer at in step 1. Copy the [DNS zones](/dns_config), except for the NS fields, from the [registrar](#registrar) where you bought your domain name from to the dynamic DNS service you registrer at in step 1.
#### 3. Switch the management of your domain name to the dynamic DNS server #### 3. Switch the management of your domain name to the dynamic DNS server
This step consists in declaring to your [registrar](/registrar) that the DNS service will now be managed by the DynDNS service provider. This step consists in declaring to your [registrar](#registrar) that the DNS service will now be managed by the DynDNS service provider.
For this, fisrt declare in the NS field(s) the IP address provided by the DynDNS service. For this, fisrt declare in the NS field(s) the IP address provided by the DynDNS service.
Then, remove any other item in the [DNS zones](/dns_config) (except the previous NS fields), from the registrar. Here are from examples of registrars: Then, remove any other item in the [DNS zones](/dns_config) (except the previous NS fields), from the [registrar](#registrar).
* [OVH](http://ovh.com/)
* [GoDaddy](https://godaddy.com/)
* [Gandi](http://gandi.net/)
* [Namecheap](https://www.namecheap.com/)
* [BookMyName](https://www.bookmyname.com/)
#### 4. Configure the client #### 4. Configure the client
This client could be your ISP-box, or a package installed on your server, such as `ddclient`. This client could be your ISP-box, or a package installed on your server, such as `ddclient`.