![]() |
Optware.Ddclient HistoryHide minor edits - Show changes to markup November 24, 2010, at 12:46 AM
by -- ddclient
Changed line 34 from:
To secure root or reboot with sync, sync, reboot. to:
To secure root or reboot with sync, sync, reboot. Rebooting is a good test for making sure that the rcS modification works. Do ps or ps -ef (if you installed the utils) to see if ddclient is running. November 24, 2010, at 12:40 AM
by -- ddclient
Changed lines 30-31 from:
Edit /etc/init.d/rcS to incude /opt/sbin/ddclient to:
Edit /etc/init.d/rcS to incude /opt/sbin/ddclient mount -o ro,remount / To secure root or reboot with sync, sync, reboot. November 24, 2010, at 12:37 AM
by -- ddclient
Changed lines 1-2 from:
Here is another link for setting up ddclient. to:
Here is another link for setting up ddclient DynDNSupdate. November 24, 2010, at 12:32 AM
by -- ddclient
Added lines 1-31:
Here is another link for setting up ddclient. mount -o remount,rw / The next two installs are for secure logon, probably a good idea, if not ssl=yes will crash ddclient. If you want to be unsecure, ssl=no for ddlient.conf. ipkg install perl-io-socket-ssl (which should also install perl-crypt-ssleay) edit /opt/etc/ddclient/ddclient.conf # Basic configuration file for ddclient daemon=600 cache=/tmp/ddclient.cache pid=/var/run/ddclient.pid use=web, web=checkip.dyndns.com/, web-skip='IP Address' login=<your username> password=<your password> protocol=dyndns2 server=members.dyndns.org wildcard=YES ssl=yes <your hostname you signed up for> With the above setup, ddclient will run in daemon mode. Page last modified on November 24, 2010, at 12:46 AM
|