Complete
Details
Details
Assignee
Waqar
WaqarReporter
DanielS
DanielSLabels
Components
Fix versions
Affects versions
Priority
More fields
More fields
Katalon Platform
Katalon Platform
Created March 9, 2021 at 10:33 AM
Updated July 1, 2022 at 2:48 PM
Resolved March 15, 2021 at 4:56 PM
I've turned on "Dynamic DNS" in System Settings / Services. The configuration appears in /etc/inadyn.conf as expected, but the address doesn't get updates. In /var/log/syslog:
Mar 9 09:58:19 home systemd[1]: inadyn.service: Succeeded.
Mar 9 10:00:19 home inadyn[3523]: inadyn: Not starting. Disabled in /etc/default/inadyn.
Looks like the service is indeed turned off in /etc/default/inadyn:
{{
Please note, /etc/inadyn.conf should be properly configured before running inadyn
Set to "yes" if inadyn should run in daemon mode
If this is changed to "yes", RUN_IPUP must be set to "no".
RUN_DAEMON="no"
Set to "yes" if inadyn should be run every time a new ppp connection is
established. This might be useful, if you are using dial-on-demand.
RUN_IPUP="no"
The user and group that inadyn should be run as.
USER="debian-inadyn"
GROUP="debian-inadyn"
}}