Merge pull request #440 from likeitneverwentaway/domain-doc

Update doc on domain / dns
This commit is contained in:
Laurent Peuch 2017-01-25 20:24:26 +01:00 committed by GitHub
commit 3dcf4238ca
10 changed files with 56 additions and 21 deletions

33
OVH.md Normal file
View file

@ -0,0 +1,33 @@
#DNS Configuration with OVH
Let's see how to properly set the DNS redirections with [OVH](http://www.ovh.com).
Once you bought your domain name, got to the Web Control Panel, and click on you domain name on the left side:
<img src="/images/ovh_control_panel.png" width=800>
Click on the **DNS Zone** tab, then on **Add an entry**:
<img src="/images/ovh_dns_zone.png" width=800>
Now you need to add the DNS redirections as specified by the [standard DNS zone configuration](/dns_config)
###Dynamic IP
[General tutorial on dynamic IP](dns_dynamicip).
You should follow this part if you have a dynamic IP.
Find out if your ISP provides you with a dynamic IP adress [here](/isp).
Let's create a DynHost id.
Follow [this tutorial](http://blog.developpez.com/brutus/p6316/ubuntu/configurer_dynhost_ovh_avec_ddclient) to install ddclient.
ddclient will take care of telling OVH that the IP has changed. Then OVH will update the IP.
You need to add in the configuration file :
* your login and password DynHost
* your domain name
You should also check out [OVH's guide on DynHost](https://www.ovh.co.uk/g2024.hosting_dynhost).

View file

@ -2,27 +2,16 @@
Nous allons voir comment configurer le DNS avec [OVH](http://www.ovh.com).
Après achat de votre nom de domaine. Sélectionnez votre nom de domaine.
Après achat de votre nom de domaine, rendez vous dans l'espace client pour retrouver la panneau de configuration d'OVH, et cliquez sur votre domaine à gauche:
<img src="/images/OVH1_domain_select.png" width=400>
<img src="/images/ovh_control_panel.png" width=800>
Allez dans **Domaine & DNS** :
Cliquez sur l'onglet **Zone DNS**, puis sur **Ajouter une entrée**:
<img src="/images/OVH2_domain_DNS.png" width=250>
<img src="/images/ovh_dns_zone.png" width=800>
Puis, allez dans **Zone DNS** :
Il suffit maintenant d'ajouter les redirections DNS comme indiqué dans la [configuration DNS standard](/dns_config_fr).
<img src="/images/OVH3_zoneDNS.png" width=600>
<Voici la page de configuration des zones DNS
OVH4
Avec lédition texte.
OVH5>
À lendroit de configuration de la zone DNS, mettez-vous en édition texte, et utilisez-la [configuration DNS standard](/dns_config_fr).
###IP dynamique
@ -40,3 +29,5 @@ ddclient annonce à OVH le changement dIP. OVH va alors changer votre IP.
Il faut ajouter dans le fichier de configuration :
* votre identifiant et votre mot de passe DynHost
* votre nom de domaine
Il existe un [guide d'utilisation DynHost fait par OVH](https://docs.ovh.com/fr/fr/web/domains/utilisation-dynhost/).

2
dns.md
View file

@ -25,7 +25,7 @@ You have several choices here. Note that you can mix and match solutions if you
1. You can use YunoHost's DNS service, which will automatically configure your DNS for you. You must choose a domain that ends with `.nohost.me` or `noho.st` for this, which may be inconvenient for you (you would then only be able to use an email address like `john@my-server.noho.st`).
**This is the recommended option if you are just starting out with self-hosting.**
2. You can use the DNS service offered by your **registrar** (Gandi, NameCheap, BookMyName or others) to configure your domain name. Here is the [standard DNS configuration](/dns_config).
2. You can use the DNS service offered by your **registrar** (Gandi, NameCheap, BookMyName or others) to configure your domain name. Here is the [standard DNS configuration](/dns_config). The DNS service of your router can also be used, more info on [how to setup a local domain](yunohost.org/dns_local_network).
You can also check out these pages for specific [registrar](/registrar_en) documentation: [OVH](https://www.ovh.co.uk/index.xml), [Gandi](http://gandi.net), [NameCheap](http://namecheap.com) or [BookMyName](http://bookmyname.com).
**Warning**: If you choose this option, you will have more configuration possibilities, but nothing will be done for you. For example, if you want to use `webmail.my-server.org`, you must add it manually to the DNS records with your registrar.

View file

@ -30,7 +30,7 @@ Plusieurs choix soffrent à vous. Notez que vous pouvez cumuler ces solutions
1. Vous pouvez utiliser le service de DNS de YunoHost, qui soccupera de configurer tout seul les DNS de votre instance YunoHost. Vous devrez en revanche choisir un domaine se terminant par `.nohost.me` ou `.noho.st`, ce qui peut être inconvenant (vous aurez alors des adresses email telles que `jean@mon-serveur.noho.st`).
**Cest la méthode recommandée si vous débutez.**
2. Vous pouvez utiliser le service de DNS de votre **registrar** (Gandi, OVH, BookMyName ou autre) pour configurer vos noms de domaine. Voici la [configuration DNS standard](/dns_config_fr).
2. Vous pouvez utiliser le service de DNS de votre **registrar** (Gandi, OVH, BookMyName ou autre) pour configurer vos noms de domaine. Voici la [configuration DNS standard](/dns_config_fr). Il est aussi possible d'utiliser une redirection DNS locale, plus d'infos sur comment [Accéder à son serveur depuis le réseau local](/dns_local_network_fr).
Vous pouvez également consulter les documentations spécifiques à ces différents [bureaux denregistrement](/registrar_fr) : [Gandi](http://gandi.net), [OVH](/OVH_fr) ou [BookMyName](http://bookmyname.com).
**Attention** : Si vous choisissez ce mode de fonctionnement, vous aurez plus de flexibilité, mais rien ne sera automatique. Par exemple si vous souhaitez utiliser `webmail.mon-serveur.org`, vous devrez lajouter manuellement chez votre registrar.

View file

@ -18,6 +18,9 @@ You may retrieve your server private IP adress through different means:
- Or using your router or internet box, depending on model.
## Configure DNS of Internet box or router
The goal here is to create a network wide redirection handled by your router. The idea is to create a DNS redirection to your server's IP. You should access your router's configuration and look for DNS configuration, then add a redirection to your server's IP (e.g. redirect "yunohot.local" to 192.168.1.21).
### SFR Box
If you haven't found your server private IP, you may find it using the SFR box admin panel:
Go to Network tab > General

View file

@ -18,6 +18,9 @@ Vous pouvez retrouver ladresse privée de votre serveur de différentes mani
- Ou depuis votre routeur ou votre box, selon son modèle.
## Configurer le DNS de la box ou du routeur
L'idée ici est de créer une redirection qui sera active sur tout votre réseau. Le but est de créer une redirection DNS vers l'ip de votre serveur YunoHost dans votre box. Il faut donc accéder à l'interface de configuration de votre box et aux parametrages DNS, puis créer la redirection locale (par exemple, yunohost.local renvoi sur 192.168.21).
### Box SFR
Si vous ne disposez toujours pas de ladresse IP privée de votre serveur, vous pouvez la trouver sur linterface de votre box SFR :
Dans longlet Réseau puis Général

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
images/ovh_dns_zone.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

View file

@ -30,6 +30,8 @@ This is the first domain name linked to your YunoHost server, but also the one w
* If you do know what **DNS** is, you probably want to configure your own domain name here. In this case, please refer to the [yunohost.org/dns](/dns) page for more informations.
* If you don't own a domain name and don't want a **.nohost.me** or **.noho.st**, you can use a local domain. The idea is to configure your router to redirect a local domain name to your server. For example you could create the yunohost.local domain redirecting to your server in your router, and now every device on the network will be redirected to your server when accessing yunohost.local. More information on how to setup a local domain can be found [here](yunohost.org/dns_local_network).
### Administration password
This password will be used to access to your server's [administration interface](/admin). You would also use it to connect via **SSH** or **SFTP**. In general terms, this is your **system's key**, [choose it carefully](http://www.wikihow.com/Choose-a-Secure-Password).

View file

@ -32,6 +32,9 @@ Cest le nom de domaine qui permettra laccès à votre serveur ainsi qua
* Si en revanche vous maîtrisez la notion de **DNS**, vous pouvez utiliser votre propre nom de domaine. Dans ce cas, référez-vous à la page [yunohost.org/dns](/dns_fr) pour plus dinformations.
* Si vous n'avez pas de nom de domaine et que vous n'en voulez pas en *mondomaine.nohost.me* ou *mondomaine.noho.st*, vous pouvez utilisez un domaine local. Plus d'infos sur comment [accéder à son serveur depuis le réseau local](/dns_local_network_fr).
### Mot de passe dadministration
Cest le mot de passe qui vous permettra daccéder à l[interface dadministration](/admin_fr) de votre serveur. Vous pourrez également lutiliser pour vous connecter à distance via **SSH**, ou en **SFTP** pour transférer des fichiers.