DDClient questions
So I run a pi hole dns server on a small rock64 board and since it uses little resources, I decided to add a ddclient to keep my dnsomatic collection of domains up to date. I have comcast and it didn't change my IP for years but recently it changed twice so I figured I better do this.
Setup was simple and the config worked after some minor tweaks and setup the daemon to update once an hour.
On occasion I get some warnings about not being able to find an ipv4 or ipv6 address. If I run the ddclient -verbose command a few times, it will sometimes succeed, other times I see the same Warning error. Normal activity?
dietpi@DietPi:~$ sudo service ddclient status
● ddclient.service - Update dynamic domain name service entries
Loaded: loaded (/lib/systemd/system/ddclient.service; enabled; vendor prese t: enabled)
Active: active (running) since Fri 2021-12-17 10:40:01 EST; 3h 21min ago
Docs: man:ddclient(8)
Process: 14982 ExecStart=/usr/sbin/ddclient -daemon $daemon_interval -syslog -pid /run/ddclient.pid (code=exited, status=0/SUCCESS)
Main PID: 14983 (ddclient - slee)
Tasks: 1 (limit: 1000)
Memory: 9.2M
CPU: 653ms
CGroup: /system.slice/ddclient.service
└─14983 ddclient - sleeping for 2330 seconds
Dec 17 10:40:00 DietPi systemd[1]: Starting Update dynamic domain name service e ntries...
Dec 17 10:40:01 DietPi systemd[1]: Started Update dynamic domain name service en tries.
Dec 17 10:40:01 DietPi ddclient[14985]: WARNING: found neither ipv4 nor ipv6 ad dress
Dec 17 12:40:01 DietPi ddclient[16039]: WARNING: found neither ipv4 nor ipv6 ad dress
dietpi@DietPi:~$
Please sign in to leave a comment.
Comments
0 comments