Jump to content
  • 0

How to enable DDNS IPv6 on Keenetic devices?


renne

Question

5 answers to this question

Recommended Posts

  • 0
50 минут назад, renne сказал:

INWX uses https://dyndns.inwx.com/nic/update?myip=<ipaddr>&myipv6=<ip6addr> as update_url.

Both, the IPv4 and the IPv6 address have to be updated in a single call to the API.

KeeneticOS seems to send the IPv4 address and no IPv6 address.
 

How can we enable IPv6 for DynDNS?

Thanx for any hint! :-)

Your configuration should be like this to update both addresses:

dyndns profile _WEBADMIN
    type custom
    no send-address
    url https://dyndns.inwx.com/nic/update?myip=${ip}&myipv6=${ip6}

 

Link to comment
Share on other sites

  • 0

The log says:

I [May  8 12:34:30] ndm: DynDns::Profile: "_WEBADMIN": IPv4: updated successfully.
W [May  8 12:34:30] ndm: DynDns::Profile: "_WEBADMIN": IPv6 update not run (not run).

Why does the IPv6 update not run? Do I have to enable it separately?

Link to comment
Share on other sites

  • 0
В 08.05.2024 в 13:39, renne сказал:

The log says:

I [May  8 12:34:30] ndm: DynDns::Profile: "_WEBADMIN": IPv4: updated successfully.
W [May  8 12:34:30] ndm: DynDns::Profile: "_WEBADMIN": IPv6 update not run (not run).

Why does the IPv6 update not run? Do I have to enable it separately?

It's the different situation.

Dyndns try to execute two http requests in parallel: via IPv4 connection, and via IPv6 connection.

This logs signalise that your interface has only IPv4 connection, and it's impossible to connect via IPv6.

But you can update both addresses via arguments in link: it's just a different method of updating.

So please enable the interface debug to which the dyndns profile is linked via:
> interface XXX debug
and prove which arguments are really passed to the dyndns servers (in logs).

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...