Menu

use of checkip.two-dns.de results in error

Help
zzzZZ
2014-05-13
2014-06-08
  • zzzZZ

    zzzZZ - 2014-05-13

    Hi,
    I'm running version 02.24.38 for updating my ip at twodns.de
    The update woks well but the ip-checking using "checkip.two-dns.de" results in an error message:

    Tue May 13 19:31:56 2014: S:INADYN: Started 'inadyn-mt version 02.24.38' - dynamic DNS updater.
    Tue May 13 19:31:56 2014: W:INADYN: IPv4 address read from cache file (/tmp/inadyn_ip.cache): '1.2.3.4'...
    Tue May 13 19:31:56 2014: E:INADYN: ip parse failed in check_my_ip_address...
    Tue May 13 19:31:56 2014: W:DYNDNS: Failed checking current ip...
    Tue May 13 19:31:56 2014: W:DYNDNS: Iterating after retry interval...
    Tue May 13 19:31:58 2014: E:INADYN: ip parse failed in check_my_ip_address...
    .
    .
    .
    Tue May 13 19:32:11 2014: W:DYNDNS: Failed checking current ip...
    Tue May 13 19:32:11 2014: W:DYNDNS: Error 'RC_IP_PARSER_INVALID_IP' (0x18) when talking to IP server
    Tue May 13 19:32:11 2014: W:'RC_IP_PARSER_INVALID_IP' (0x18) updating the IPs. (it 0)

    my config looks like this:
    --dyndns_system custom@http_svr_basic_auth
    --dyndns_server_name update.twodns.de
    --dyndns_server_url /update?hostname=
    --username myuser
    --password mypass
    --alias myalias.dd-dns.de
    --ip_server_name checkip.two-dns.de /

    Any help is appreciated. Thx!

     
  • Bryan Hoover

    Bryan Hoover - 2014-05-14

    Hi zzzZZ,

    Server url should be:

    --dyndns_server_url /update?

    This patch, should fix your problem:

    https://sourceforge.net/p/inadyn-mt/patches/9/

    Or you could use the default ip server, or some other.

    Cheers!

     

    Last edit: Bryan Hoover 2014-05-14
  • zzzZZ

    zzzZZ - 2014-05-15

    Hi Bryan,
    the patch indeed solved the problem.
    Thanks for your help.

     
  • Bryan Hoover

    Bryan Hoover - 2014-06-08

    two-dns.de is directly supported in latest inadyn-mt version (02.24.40). That is, config can be a bit simplified, dropping the dyndns_server_url option:

    --dyndns_system default@two-dns.de
    --username myuser
    --password mypass
    --alias myalias.dd-dns.de

     

Log in to post a comment.