Thread: [Ddclient-forum] [ddclient - Help] Add eNom as provider
Brought to you by:
supersandro2000,
wimpunk
From: SourceForge.net <no...@so...> - 2009-01-29 12:20:10
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6289187 By: thericker I would like to use ddclient with eNom. They are the second largest domain registrar and I did not see them listed in the help file. Enom already has the service and an API to interface into it. I did the homework and here are the details needed to interface with their system. Their API Command Catalog: http://www.enom.com/resellers/APICommandCatalogEnom41.pdf I think GetHosts and SetHost commands are the two API commands needed. Both commands work when you set up a domain password, so no reseller account is needed. Their Dynamic DNS FAQ: http://www.enom.com/help/faq_dynamicdns.asp Server: dynamic.name-services.com Is there any chance eNom could be added in the next release? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=399428 |
From: SourceForge.net <no...@so...> - 2009-01-30 14:03:02
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6299755 By: adsldude Since Namecheap is an eNom reseller, I wonder if the Namecheap method already built into ddclient would work? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=399428 |
From: SourceForge.net <no...@so...> - 2009-01-30 15:00:25
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6300211 By: wimpunk Namecheap has been supported since I started supporting ddclient. See http://ddclient.wiki.sourceforge.net/Protocols ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=399428 |
From: SourceForge.net <no...@so...> - 2009-01-30 16:38:58
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6300967 By: tolboom Hello, There is a patch to get ddclient working with eNom: https://sourceforge.net/tracker/index.php?func=detail&aid=1556605&group_id=11681 7&atid=676130 Can somebody tell me how I can install this patch? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=399428 |
From: SourceForge.net <no...@so...> - 2009-01-30 19:46:12
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6302369 By: tolboom got it :-) Downloaded the patch from https://sourceforge.net/tracker/index.php?func=detail&aid=1556605&group_id=11681 7&atid=676130 Installed the program "patch" --> sudo apt-get install patch Then run the program patch to update your ddclient > patch < "downloaded file" You might get the question which file you want to patch --> /usr/sbin/ddclient Final step is to update you ddclient.conf file: # Configuration file for ddclient # /etc/ddclient.conf login=YourDomain protocol=enom password=YourPassword use=web domain=YourDomain server=dynamic.name-services.com. protocol=enom www To force the running and get proof for a working update type: > sudo ddclient -force -verbose|more Good luck ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=399428 |
From: SourceForge.net <no...@so...> - 2009-01-31 09:54:10
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6309119 By: thericker Can this patch get added into the next release? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=399428 |
From: SourceForge.net <no...@so...> - 2009-01-31 11:13:36
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6309617 By: wimpunk I'll take a closer look to the patch and maybe I will apply it. After taking a quick look, I'm not really happy with the way the patch introduces the T_DOMAIN. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=399428 |
From: SourceForge.net <no...@so...> - 2009-02-02 13:40:31
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6326973 By: thericker Can you implement eNom into ddclient properly? Their system has over 11 million domains. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=399428 |
From: SourceForge.net <no...@so...> - 2009-02-02 13:53:27
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6327052 By: wimpunk As I wrote before: I'll take a closer look to the patch and maybe I will apply it. I would do more effort if they would offer free accounts. And maybe we would really hurry up if they would pay for it. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=399428 |
From: SourceForge.net <no...@so...> - 2009-06-01 05:21:46
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7420225 By: baron_bits I've applied the eNom patch, but am having troubles with the host definitions. For example, I have several domains I'd like to update. I want to update the 'www' A record for these domains. When I define multiple hosts and do not include the FQDN, it skips everything but the last host. However, if I put in the FQDN, it processes each host, however, it sets the FQDN as the hostname in eNom so I things like 'www.mydomain.com.mydomain.com'. Included below are a few sample configs I've tried, none work the way I need them though. Thanks in advance to anyone that can give me a hand on this one. --- Config 1: Works for one host --- # Global Variables pid=/var/run/ddclient.pid daemon=300 protocol=enom server=dynamic.name-services.com syslog=yes use=if, if=eth0 ssl=yes # domain1.com domain=domain1.com login=domain1.com password=abc123 www -- end Config 1 -- ---- Config 2: Only works for the last defined host ---- # Global Variables pid=/var/run/ddclient.pid daemon=300 protocol=enom server=dynamic.name-services.com syslog=yes use=if, if=eth0 ssl=yes # domain1.com domain=domain1.com login=domain1.com password=abc123 www # domain2.com domain=domain2.com login=domain2.com password=abc123 www ---- End Config 2 ---- ---- Config 3: Updates all hosts defined, but adds hostnames with domain names to eNom ---- # Global Variables pid=/var/run/ddclient.pid daemon=300 protocol=enom server=dynamic.name-services.com syslog=yes use=if, if=eth0 ssl=yes # domain1.com domain=domain1.com login=domain1.com password=abc123 www.domain1.com # domain2.com domain=domain2.com login=domain2.com password=abc123 www.domain2.com ---- end Config 3 ---- ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=399428 |
From: SourceForge.net <no...@so...> - 2009-06-01 12:21:17
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7420730 By: baron_bits In the last post, Sourceforge automatically appended the "http://", that's not actually in my config file. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=399428 |