Bug #15802
closedDynamic DNS attempts to resolve entries with disabled interfaces
100%
Description
When Dynamic DNS has an entry that refers to a disabled interface, Dynamic DNS still tries to look up the IP address of the interface
The system log contains entries similar to the following:
rc.dyndns.update: Dynamic DNS (<redacted>) There was an error trying to determine the public IP for interface - wan (ix3 ).
In the Dynamic DNS Clients list, the affected entry shows no Interface.
When editing the Dynamic DNS Client, the Interface to monitor defaults to LAN, and the disabled interface is not an option.
Dynamic DNS should still show disabled interfaces as choices and should not attempt to look up the IP address of disabled interfaces.
Updated by Andrew Almond 24 days ago
Opened this as a separate redmine as suggested by Marcos M. https://redmine.pfsense.org/issues/15800#note-1
Updated by Marcos M 24 days ago
- Subject changed from Dynamic DNS doesn't show disabled interfaces as choices and still attempts to resolve them. to DDNS attempts to resolve entries with disabled interfaces
- Status changed from New to Feedback
- Assignee set to Marcos M
- Target version set to 2.8.0
- % Done changed from 0 to 100
- Plus Target Version set to 24.11
The GUI issue can be left to:
https://redmine.pfsense.org/issues/15803
I've pushed e6597954c11c9481a806cc89d8087d8612bf5682 to fix the issue with resolving on disabled interfaces.
Updated by Andrew Almond 23 days ago
Thanks Marcos!
Is this available as a system patch to test on 24.03 or do I need to wait for 24.11 to be released?
Updated by Marcos M 22 days ago
- Status changed from Feedback to Resolved
This is working on 24.11.
The commit ID can be used to apply it - see:
https://docs.netgate.com/pfsense/en/latest/development/system-patches.html
Updated by Jim Pingle 16 days ago
- Subject changed from DDNS attempts to resolve entries with disabled interfaces to Dynamic DNS attempts to resolve entries with disabled interfaces