DynDns Client on ASL 5

Does the DynDNS client embedded on ASL 5 enable the use of "wildcards" (meaning the possibility tu use xxx.toto.dyndns.org when registering toto.dyndns.org) ?  
  • uhm.. does the client have to support this? (not sure by myself, maybe you can give an example)

    ~marcel 
  • If you register domain toto.dyndns.org and enable wildcard, all the subdomains xxx.toto.dyndns.org will point to the same ip as toto.dyndns.org. If you don't enable wildcard, only toto.dyndns.org is registered.

    This function seems to be activated or not by the client (for examples in DirectUpdate, in the embeded client in smoothwall or in the http interface on www.dyndns.org). 

    And read this (from FAQ on www.dyndns.org) :
    Why does my wildcard setting disappear? 
    If you've enabled the wildcard option manually on the web form, and then update your hostname with a client, you must ensure that the enable wildcard option is also set in your client's configuration. If the client doesn't indicate that the wildcard should remain set, it may reset that setting.  
  • hello jam,

    you can enable wildcards by adding a line to the /etc/dyndns.conf. this line contains only "wildcard" as parameter.

    for example my dyndns.conf looks like these:

    Code:

    service-type=dyndns
    user=myname:mypassword
    host=host1.dyndns.org,host2.dyndns.org,host3.dyndns.org
    interface=ppp0
    max-interval=86400
    cache-file=/opt/tmpfs/ez-ipupdate.cache
    #notify-email=
    #mx=
    #retrys=
    #timeout=
    #period=
    wildcard
    deamon

     

    greetings,
    volker.
  • Code:
    host=host1.dyndns.org,host2.dyndns.org,host3.dyndns.org

     

    Seeing this post and trying to add "host1.dyndns.org,host2.dyndns.org" to the Hostname field at the Web interface I got the error message " 'host.dyndns.org' does not look like a valid hostname " in the Firewall Hostname section  (where host.dyndns.org is the name of the Firewall). Clicking Save at Firewall Hostname does not result in this error. It seems like there is a wrong error message displayed.