Ubuntu – ddclient Running Info

ddclient

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.

Best Answer

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.

Related Question