12

ddclient seems powerful, however the only status message I can see is that it is running, by doing sudo /etc/init.d/ddclient status.

Is it possible to check what current ip is cached? since when? what's the time left until the next check? what's the host associated?

Just like No-IP client for Windows.

whitenoisedb
  • 743
  • 5
  • 12
  • 18

4 Answers4

17

I think what you're looking for is: sudo ddclient -query

That command will spit out the local IP addresses of all the interfaces on the machine (eg: lo, eth0, wlan0) followed by the dynamic public IP addresses current set for with dyndns.com.

Peace.

13

You can also run the following command:

sudo ddclient -daemon=0 -debug -verbose -noquiet

This will provide the send, connected, and receive to show you a complete visual of the completed calls and it will provide a success or fail at the end.

Stephen Rauch
  • 1,156
  • 6
  • 15
  • 21
Theodore
  • 131
3

I added verbose=yes in /etc/ddclient.conf and information showed up in /var/log/syslog.

tinlyx
  • 3,328
Leandro
  • 31
0

The following command gives the status of all services: "service --status-all"

Try also: "ps -ef" to know how long a service has been "sleeping." This will let you know when ddclient will attempt to update your IP address.