renne Posted May 7 Share Posted May 7 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! Quote Link to comment Share on other sites More sharing options...
0 r13 Posted May 7 Share Posted May 7 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} Quote Link to comment Share on other sites More sharing options...
0 renne Posted May 8 Author Share Posted May 8 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? Quote Link to comment Share on other sites More sharing options...
0 renne Posted May 8 Author Share Posted May 8 KeenDNS does not set an AAAA record either. Quote Link to comment Share on other sites More sharing options...
0 renne Posted May 8 Author Share Posted May 8 KeenDNS sets AAAA records if IPv6 mode with cloud access is enabled. But still no AAAA records for DDNS. Quote Link to comment Share on other sites More sharing options...
0 Le ecureuil Posted May 24 Share Posted May 24 В 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). Quote Link to comment Share on other sites More sharing options...
Question
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!
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
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.