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
  • Thanks Angelo!

    I got it to work as follows:

    create a new file in /etc called crontab.custom or similar (I used crontab.myinitials)
    containing:
    # local hacks
    # run ddclient for OpenDNS every hour
    05 * * * * root /usr/sbin/ddclient -daemon 0 -file /etc/ddclient/ddclientOpenDNS.conf

    I had to reboot to get it to rebuild /etc/crontab... I waited a day first and it didn't rebuild.

    That's it!


    Angelo,
    I tried to setup a cron.hourly folder and put
    11 * * * * root run-parts /etc/cron.hourly

    with a script
    #!/bin/bash
    # run ddclient for OpenDNS
    /usr/sbin/ddclient -daemon 0 -file /etc/ddclient/ddclientOpenDNS.conf
    touch /tmp/ddclient-bg-updated

    and /var/log/system.log shows 
    2009:11:10-11:11:01 barrygould /usr/sbin/cron[5939]: (root) CMD (run-parts /etc/cron.hourly)

    but it doesn't actually run my script in /etc/cron.hourly/
    (neither ddclient is updated nor is /tmp/ddclient-bg-updated created)
    I've got the permissions set to 755 on that script, so I'm a little confused why it wouldn't work, but at least it works as a regular cron job.

    Thanks for the tip!

    Barry
  • Hi there,

    Anyone know if this still works in 9.104-17?

    I VPN frequently from the machine that my OpenDNS updater is on and so OpenDNS is not particularly happy a bunch of the time.
Reply Children
No Data