Feature #14067
closedPer-instance options to control Dynamic DNS client Check IP Service behavior
100%
Description
Dynamic DNS has the ability to fetch the public IP via e.g. a service like dyndns.org. However, unless the IP on WAN is detected as being a "private IP", this check is not made in this way. The assumption is rather made that the WAN IP is valid and the one to be used.
Adding a checkbox to "force fetching public IP" would add beneficial in some cases.
One such case is solving an issue with UPnP not playing ball when WAN IP is RFC 1918. Using a random public IP, on the upstream router (for example a 5G router) solves this issue.
Related issues
Updated by Jim Pingle almost 2 years ago
It would also be nice in some rare cases to force it the opposite way, to disable the check entirely so it will use the address it has no WAN no matter what.
So this could have three choices:
- Auto (current default, uses check IP service when WAN is "private")
- Always use Check IP Service
- Never use Check IP Service
Might make sense to implement #9063 alongside this (the ability to select a specific Check IP service for a DynDNS entry)
Updated by Jim Pingle almost 2 years ago
- Related to Feature #9063: Allow dynamic DNS client entry to specify which Check IP service to use added
Updated by Marcos M about 2 months ago
- Status changed from New to In Progress
- Assignee set to Marcos M
- Target version set to 2.8.0
- Plus Target Version set to 25.01
Updated by Jim Pingle 13 days ago
- Plus Target Version changed from 25.01 to 25.03
Updated by Marcos M 11 days ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
Applied in changeset cca427857f26a2e169ece028d4503a1c974766b3.
Updated by Alhusein Zawi 8 days ago
tested with NOIP.com
Automatic/Always use the check IP service provides the public IP address
never use the check IP service provides the private IP address.
25.03-DEVELOPMENT (amd64)
built on Thu Dec 12 22:00:00 PST 2024
FreeBSD 15.0-CURRENT
Updated by Jim Pingle 5 days ago
- Subject changed from Allow choosing when to use the Check IP service in DDNS to Per-instance options to control Dynamic DNS client Check IP Service behavior