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) ?  
Parents
  • 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.
Reply
  • 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.
Children
  • 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.