This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DynDNS Custom

I have searched the forums and have been unable to find anything on getting Astaro 5.008 to work with DynDNS custom.  I see entries for domains that are from dyndns.org but nothing using Custom DynDNS.  Has anyone got this to work or does Astaro not support it yet?


This thread was automatically locked due to age.
  • What are you trying to say? That you want your ASL to get a DNS update from dyndns.com?

    If that is the case, I dont think you can do that from the ASL box.

    Maurice
  • I have my own domain www.mydomain.com.  I subscribed to DynDNS because I receive a dynamic ip from my local provider.  There are four options from DynDNS to sign up for, "Static" (not me), "Dynamic" (not me because my domain is not from DynDNS), "Secondary" (not me), and "Custom" (thats me because I have a dynamic ip assigned from my provider and my domain is from another organization).  So when I fill out all the info under Astaro 5 DynDNS page and try to save the system log says:

    ez-ipupdate Version 3.0.11b8, Copyright (C) 1998-2001 Angus Mackay.
    /usr/bin/ez-ipupdate started for interface eth2 host www.mydomain.com using server members.dyndns.org and service dyndns
    malformed cache file: /opt/tmpfs/ez-ipupdate.cache
    /usr/bin/ez-ipupdate[9336]: invalid hostname: www.mydomain.com
    /usr/bin/ez-ipupdate[9336]: failure to update eth2->68.98.149.181 (www.mydomain.com)
    /usr/bin/ez-ipupdate[9336]: shuting down updater for www.mydomain.com due to fatal error

    ***Note www.mydomain.com was substituted for the real domain***

    This works with my linksys but the linksys is behind the firewall now so I can't use it. I hope that explains it better.

    Thanks
  • I also am in this same situation.  I upgraded to V5 last night and have been trying to get my dyndns-custom working.  On V4 I used ddclient which worked well (a custom hack).  V5 uses a program called EZ-IPUPDATE to do the updates.  I have got the final solution figured out yet, but one thing I know is that you cannot configure it correctly using webadmin.  You need to manually edit the conf file /etc/dyndns.conf to have any chance of making it work.  The first thing you need to change in the file is the service-type=dyndns-custom.  I will be spending more time looking at this tonight and will post further info in the near future.
    I have to say however that it would have been nice if Astaro had actually allowed all of the options for ez-ipupdate to be controlled from webadmin.
  • OK, Ive had a chance to play some more.  To make dyndns custom work you need the following in your /etc/dyndns.conf file.

    Code:

    service-type=dyndns-custom
    user=username[:P]assword
    host=mydomain.com.au,www.mydomain.com.au,mail.mydomain.com.au
    mx=mail.mydomain.com.au
    interface=ppp0
    max-interval=86400
    cache-file=/opt/tmpfs/ez-ipupdate.cache
    daemon



    Unfortunately this file seems to get overridden when the system is rebooted if the dyndns is turned on in webadmin.  If you turn if off however you have to manually start the daemon at each reboot.  The command to do this is:

    Code:
    ez-ipupdate -c /etc/dyndns.conf

     

    It should be noted that ez-ipupdate is able to work with many of the dynamic dns services, but the documentation for it is non-existant.  You can get help from the command line, but thats it and it doesn't really help.  I resorted to reading the source code.

    Astaro really should provide a far better user interface to this piece of code, maybe in a soon to be released up2date? Please.....
  • That did it.  Like you I looked all over the place for documentation for ez-ipupdate but couldn't find anything and I'm not smart enough to look at the source code. Thank you very much.

    How about it Astaro? More options for the DynDNS page?
  • i think they have to put more options in other areas, too.(take a look at the proxies ;-) )