Dynamic dns update
-
after a cold boot this is being ran several times
Dec 1 00:22:02 php: : phpDynDNS: No Change In My IP Address and/or 28 Days Has Not Past. Not Updating Dynamic DNS Entry. Dec 1 00:22:02 php: : DynDns: Cached IP: x.x.x.x Dec 1 00:22:02 php: : DynDns: Current WAN IP: x.x.x.x Dec 1 00:22:02 php: : DynDns: _detectChange() starting. Dec 1 00:22:02 php: : DynDns: updatedns() starting Dec 1 00:22:02 php: : DynDns: Running updatedns() Dec 1 00:21:02 php: : phpDynDNS: No Change In My IP Address and/or 28 Days Has Not Past. Not Updating Dynamic DNS Entry. Dec 1 00:21:02 php: : DynDns: Cached IP: x.x.x.x Dec 1 00:21:02 php: : DynDns: Current WAN IP: x.x.x.x Dec 1 00:21:02 php: : DynDns: _detectChange() starting. Dec 1 00:21:02 php: : DynDns: updatedns() starting Dec 1 00:21:02 php: : DynDns: Running updatedns()
x.x.x.x is what i changed.
it runs from Dec 1 00:08:01 up to Dec 1 00:24:02.
I am using no-ip. Build 95a. I was not sure if it is supposed to run this many times.-psychosematic
-
after a cold boot this is being ran several times
Dec 1 00:22:02 php: : phpDynDNS: No Change In My IP Address and/or 28 Days Has Not Past. Not Updating Dynamic DNS Entry. Dec 1 00:22:02 php: : DynDns: Cached IP: x.x.x.x Dec 1 00:22:02 php: : DynDns: Current WAN IP: x.x.x.x Dec 1 00:22:02 php: : DynDns: _detectChange() starting. Dec 1 00:22:02 php: : DynDns: updatedns() starting Dec 1 00:22:02 php: : DynDns: Running updatedns() Dec 1 00:21:02 php: : phpDynDNS: No Change In My IP Address and/or 28 Days Has Not Past. Not Updating Dynamic DNS Entry. Dec 1 00:21:02 php: : DynDns: Cached IP: x.x.x.x Dec 1 00:21:02 php: : DynDns: Current WAN IP: x.x.x.x Dec 1 00:21:02 php: : DynDns: _detectChange() starting. Dec 1 00:21:02 php: : DynDns: updatedns() starting Dec 1 00:21:02 php: : DynDns: Running updatedns()
x.x.x.x is what i changed.
it runs from Dec 1 00:08:01 up to Dec 1 00:24:02.
I am using no-ip. Build 95a. I was not sure if it is supposed to run this many times.-psychosematic
Run from a shell:
update_file.sh /etc/cron && shutdown -r now
-
Run from a shell:
update_file.sh /etc/cron && shutdown -r now
Should be
update_file.sh /etc/crontab && shutdown -r now
-