Project

General

Profile

Actions

Feature #2148

closed

Dynamic DNS Update Frequency

Added by Chris Mirchandani about 12 years ago. Updated almost 12 years ago.

Status:
Closed
Priority:
Normal
Category:
Dynamic DNS
Target version:
-
Start date:
01/29/2012
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:

Description

The current Dynamic DNS configuration does not check for IP address changes often enough to be useful in many situations. I believe the script /etc/rc.dyndns.update is responsible for checking for a changed IP and updating the Dynamic DNS system. However, it is run via cron and the cron is set to update at 1:01 AM, see below.

1  1  *  *  *  root /usr/bin/nice -n20 /etc/rc.dyndns.update

A potential fix would be to have an option on the Dynamic DNS page that allows the user to see the default setting and update it if necessary.

A Modification that resolves this issue.

*/3  *  *  *  *  root /usr/bin/nice -n20 /etc/rc.dyndns.update

I have listed this as an AMD64 architecture issue because I only run AMD64, but I believe this issue is present in the other architectures as well. I also listed this as 2.0.1 issue because there is no option to select 2.0 and 2.0.1 like an all 2.x all option, but I know the issue exists in 2.0 AMD64.

Actions

Also available in: Atom PDF