This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

[SOLVED]OpenDNS Dynamic IP update

I'm running the 7.500 firmware at home.  I've been using OpenDNS for DNS for a few months.  Now I want to try some of the filtering features of OpenDNS.  Does the 7.500 firmware have any way to update OpenDNS when my dynamic IP changes?  I'm already updating my entry in dyndns.com.

Thanks,
Jim


This thread was automatically locked due to age.
Parents
  • It turns out that Astaro's crontab doesn't actually run cron.daily or cron.hourly, which is strange since there is an astaro logrotate script in cron.daily.

    anyways, add
    # run-parts
    01 * * * * root run-parts /etc/cron.hourly

    to the end of /etc/crontab

    and 
    killall -HUP cron

    I think it's working, but keep in mind that up2date may overwrite the changes.

    Barry
Reply
  • It turns out that Astaro's crontab doesn't actually run cron.daily or cron.hourly, which is strange since there is an astaro logrotate script in cron.daily.

    anyways, add
    # run-parts
    01 * * * * root run-parts /etc/cron.hourly

    to the end of /etc/crontab

    and 
    killall -HUP cron

    I think it's working, but keep in mind that up2date may overwrite the changes.

    Barry
Children
No Data