Difference between revisions of "Web-Service-DNS-ddclient"
Jump to navigation
Jump to search
(Copy from PmWiki) |
(Initial conversion to MediaWiki markup.) |
||
Line 1: | Line 1: | ||
− | + | = Updating multiple Dynamic DNS domain names using ddclient on Linux in conjunction with dnsomatic.com = | |
− | # Set up an account at dnsomatic.com | + | # Set up an account at dnsomatic.com (or another "what is my IP address" service). |
− | + | # Point ddclient at the "what is my IP address" service. | |
− | + | #: /etc/ddclient/ddclient.conf | |
− | /etc/ddclient/ddclient.conf | + | #: <div style="background-color: #EEEEEE; border: dashed; border-width: 1px; font-family: courier; margin: 1en 1en; padding: 1ex; white-space: pre;"><nowiki> |
− | |||
− | |||
daemon=300 # check every 300 seconds | daemon=300 # check every 300 seconds | ||
syslog=yes # log update msgs to syslog | syslog=yes # log update msgs to syslog | ||
Line 20: | Line 18: | ||
password=dnsomatic_password | password=dnsomatic_password | ||
all.dnsomatic.com | all.dnsomatic.com | ||
− | + | </nowiki></div> | |
− | + | #:* Note that ''dnsomatic_user'' and ''dnsomatic_password'' are allowed to be a valid OpenDNS authentication login and password. | |
− | + | #:* Service Notes | |
− | + | #:** DynDNS | |
− | + | #:*** The User ID IS NOT an e-mail address with domain. The @domain portion of the account e-mail address is not entered. | |
− | + | #:*** The Host/Identifier is the full domain to update. | |
− | + | # Start the ddclient. | |
− | + | #:<nowiki> | |
− | # Start the ddclient. | ||
− | |||
− | |||
# service ddclient restart | # service ddclient restart | ||
− | + | </nowiki> | |
− | + | # If services at dnsomatic.com do not get updates, it might be necessary to wipe the ''ddclient.cache'' file and restart ddclient. | |
− | # If services at dnsomatic.com do not get updates, it might be necessary to wipe the ''ddclient.cache'' file and restart ddclient. | + | #:<div style="background-color: #EEEEEE; border: dashed; border-width: 1px; font-family: courier; margin: 1en 1en; padding: 1ex; white-space: pre;"><nowiki> |
− | |||
− | |||
# cd /var/cache/ddclient | # cd /var/cache/ddclient | ||
# >ddclient.cache | # >ddclient.cache | ||
# service ddclient restart | # service ddclient restart | ||
− | + | </nowiki></div> | |
+ | |||
+ | [[Category:Web]] | ||
+ | [[Category:Web-Service]] | ||
+ | [[Category:Web-Service-DNS]] |
Latest revision as of 05:33, 3 January 2018
Updating multiple Dynamic DNS domain names using ddclient on Linux in conjunction with dnsomatic.com
- Set up an account at dnsomatic.com (or another "what is my IP address" service).
- Point ddclient at the "what is my IP address" service.
- /etc/ddclient/ddclient.conf
- daemon=300 # check every 300 seconds syslog=yes # log update msgs to syslog mail=root # mail all msgs to root mail-failure=root # mail failed update msgs to root pid=/var/run/ddclient.pid # record PID in file. ssl=yes # use ssl-support. Works with # ssl-library use=web, web=myip.dnsomatic.com server=updates.dnsomatic.com protocol=dyndns2 login=dnsomatic_user password=dnsomatic_password all.dnsomatic.com
- Note that dnsomatic_user and dnsomatic_password are allowed to be a valid OpenDNS authentication login and password.
- Service Notes
- DynDNS
- The User ID IS NOT an e-mail address with domain. The @domain portion of the account e-mail address is not entered.
- The Host/Identifier is the full domain to update.
- DynDNS
- Start the ddclient.
- # service ddclient restart
- If services at dnsomatic.com do not get updates, it might be necessary to wipe the ddclient.cache file and restart ddclient.
- # cd /var/cache/ddclient # >ddclient.cache # service ddclient restart