diff --git a/OVH.md b/OVH.md new file mode 100644 index 00000000..1edcfa70 --- /dev/null +++ b/OVH.md @@ -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: + + + +Click on the **DNS Zone** tab, then on **Add an entry**: + + + +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).