[GH-ISSUE #470] IPv6 address updater does not handle IPv6 prefix string provided by Fritzbox DynDNS updater #345

Closed
opened 2026-02-26 10:30:58 +03:00 by kerem · 2 comments
Owner

Originally created by @nanosonde on GitHub (Dec 4, 2020).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/470

I am using the following update URLs in the Fritzbox UI (v7.21 FB7590):

https://ipv4.nsupdate.info/nic/update 
https://ipv6.nsupdate.info/nic/update?myip=<ip6lanprefix>

The IPv6 prefix that is sent by the FB updater leads to following error:
received bad ip address: '2a02:908:1200:1234::/64'

Looking at the code, it seems that check_ip() does not recognize this as an ip address.

Originally created by @nanosonde on GitHub (Dec 4, 2020). Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/470 I am using the following update URLs in the Fritzbox UI (v7.21 FB7590): ``` https://ipv4.nsupdate.info/nic/update https://ipv6.nsupdate.info/nic/update?myip=<ip6lanprefix> ``` The IPv6 prefix that is sent by the FB updater leads to following error: `received bad ip address: '2a02:908:1200:1234::/64'` Looking at the code, it seems that check_ip() does not recognize this as an ip address.
kerem closed this issue 2026-02-26 10:30:58 +03:00
Author
Owner

@ThomasWaldmann commented on GitHub (Dec 4, 2020):

iiirc it expects an ip address not address-prefix/netmask.

<!-- gh-comment-id:738778170 --> @ThomasWaldmann commented on GitHub (Dec 4, 2020): iiirc it expects an ip address not address-prefix/netmask.
Author
Owner

@ThomasWaldmann commented on GitHub (Nov 8, 2021):

code is deployed on nsupdate.info - try it!

<!-- gh-comment-id:963640589 --> @ThomasWaldmann commented on GitHub (Nov 8, 2021): code is deployed on nsupdate.info - try it!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#345
No description provided.