User Tools

Site Tools


nethserver-ddclient

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
nethserver-ddclient [2015/05/03 18:25]
stephdl created
nethserver-ddclient [2019/06/05 19:48] (current)
Line 1: Line 1:
 ==== ddclient ==== ==== ddclient ====
 +====Introduction====
  
-First you need to install my repository +Every computer attached to the Internet has an IP address. Name Translation is the process of relating a name (like 'www.google.com') to an IP address (like '74.125.19.103') so that a website (or other service) on a computer can be accessed using an easily remembered name, rather than the IP address number of the computer. Name Translation is implemented via a distributed database known as the Domain Name System. 
-  yum install http://mirror.de-labrusse.fr/NethServer/6/noarch/nethserver-stephdl-1.0.0-1.ns6.noarch.rpm+ 
 +This database is implemented on the Internet by DNS name servers which keep track of DNS records and exchange this information between each other to maintain consistencyEvery request for a name (iea web browser) is then directed to one of these name servers. 
 + 
 +Most servers on the Internet have a fixed (static) IP address that never changesThe DNS record for this node will only change infrequently. 
 + 
 +However, many home users are assigned an IP address that changes more frequentlyThese dynamic IP addresses are assigned by an ISPThis makes it a challenge to translate a Name to one of these IP addresses. 
 + 
 +A number of DNS name servers offer a method to update the DNS database with dynamic IP name translations. This is accomplished by using a small software utility on their computer or a local router. 
 + 
 +These Dynamic DNS services allow the user to choose a hostname and set an initial IP address to correspond to that hostname. The software utility then periodically checks for a change to the computer's IP address, and when a new IP address is discovered, it updates the Dynamic DNS database to reflect that change.  
 + 
 +=====Installation===== 
 +First you need to install my repository, [[nethserver|see how to do it]]
  
 then you can install my module then you can install my module
Line 11: Line 24:
 you have a bundle of dyndns providers, some are free of charge, others are not. If you think that more providers could be added, please raise an issue in github and provide the dydns configuration (GG is your friend) you have a bundle of dyndns providers, some are free of charge, others are not. If you think that more providers could be added, please raise an issue in github and provide the dydns configuration (GG is your friend)
  
-When your providers is not listed, you have custom field to fill but in some case od specific settings it is possible that it doesn't work -> raise a bug+When your providers is not listed, you have custom fields to fill but in case of specific settings it is possible that it doesn't work -> raise a bug
  
 ==== Issues ==== ==== Issues ====
Line 17: Line 30:
 Please raise Issues on [[https://github.com/stephdl/nethserver-ddclient/issues|github]] Please raise Issues on [[https://github.com/stephdl/nethserver-ddclient/issues|github]]
  
 +==== RPM from atrpms ====
 +ftp://fr2.rpmfind.net/linux/atrpms/el6-i386/atrpms/stable/ddclient-3.8.1-9.el6.noarch.rpm
 ====Sources==== ====Sources====
 source are available https://github.com/stephdl/nethserver-ddclient/tree/ns6 source are available https://github.com/stephdl/nethserver-ddclient/tree/ns6
 {{tag>module}} {{tag>module}}
nethserver-ddclient.1430677528.txt.gz · Last modified: 2019/06/05 19:48 (external edit)