User Tools

Site Tools


nethserver-ddclient

Differences

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

Link to this comparison view

nethserver-ddclient [2015/05/07 13:26]
stephdl
nethserver-ddclient [2019/06/05 19:48]
Line 1: Line 1:
-==== ddclient ==== 
-====Introduction==== 
  
-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. 
- 
-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 consistency. Every request for a name (ie. a web browser) is then directed to one of these name servers. 
- 
-Most servers on the Internet have a fixed (static) IP address that never changes. The DNS record for this node will only change infrequently. 
- 
-However, many home users are assigned an IP address that changes more frequently. These dynamic IP addresses are assigned by an ISP. This 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 
-  yum install http://mirror.de-labrusse.fr/NethServer/6/noarch/nethserver-stephdl-1.0.0-1.ns6.noarch.rpm 
- 
-then you can install my module 
-  yum install nethserver-ddclient --enablerepo=stephdl 
-   
-===== Usage ===== 
- 
-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 fields to fill but in case of specific settings it is possible that it doesn't work -> raise a bug 
- 
-==== Issues ==== 
- 
-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==== 
-source are available https://github.com/stephdl/nethserver-ddclient/tree/ns6 
-{{tag>module}} 
nethserver-ddclient.txt ยท Last modified: 2019/06/05 19:48 (external edit)