Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 2.18 KB

dns_dynamicip.md

File metadata and controls

39 lines (26 loc) · 2.18 KB

DNS with a dynamic IP

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 change almost every days.

This tutorial aim to get around dynamic IP issue who's nest: when the IP address public of the box change, the DNS zone is not update to point towards the new IP address.

After put in place the solution proposed in this tutorial, the redirection from your domain name to the real IP address will not be loose anymore.

The method which will be put in place consist to make automatic the fact the box annonce to the dynamic DNS it has change global IP address, and then the DNS zone will automatically be changed.

If you own a domain name at OVH, you could go to step 4 and follow this tutorial because OVH propose a DynDNS service.

1. Create an account to a Dynamic DNS service

Here is sites which offer a DynDNS service free of charge:

Register to one of them.

2. Move the DNS zones

Move the DNS zones, excepted the NS fields, from the registar where you bought your domain name to the dynamic DNS service you registrer at step 1.

3. Toggle management of your domain name to the dynamic DNS server

This step consist to say to the registar that DNS service will be manage by the DynDNS service. Redirect NS field to the IP address gived by the DynDNS service.

Then, remove DNS zones, excepted NS fields, from the registar.

4. Create a Dynamic DNS login

On the dynamic DNS service create a login that you will enter on a dynamic DNS client. This client could be your box or a package installed on your server as ddclient. We gone use the client installed on the box which is more easy way.

5. Configure the box

Put the login of the dynamic DNS and the public IP address on your box.