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
  • Hi. Let me give you ninja tip [:)]

    The crontab is actually "built" at certain intervals via the various crontab.* files. Such as these files can often be replaced/built via up2dates, so if you have something custom you want to run as part of a certain process, simply add it like:

    joe/vi crontab.logging
    30 5 0 0 0   root /home/login/yourscript (eg)

    this will cause it to be built into the crontab and run daily at 5:30 etc... you can google crontab syntax for more details on this if you like. Hope that clears up a way to add your own timed things via the cli..just watch after an up2date that your lines are still there, if not you will have to re-add them. Also, you could just create crontab.custom which wouldn't be overwritten, but i havent tried that lately to see if we parse with crontab.* or an actual list of specified files... 

    ps. dont forget to delete the "backup", after you edit crontab.logging there will be a backup made of crontab.logging~ which you should remove since otherwise you will get the events run 2x as both files are inserted into the crafted crontab file.

    cheers.
Reply
  • Hi. Let me give you ninja tip [:)]

    The crontab is actually "built" at certain intervals via the various crontab.* files. Such as these files can often be replaced/built via up2dates, so if you have something custom you want to run as part of a certain process, simply add it like:

    joe/vi crontab.logging
    30 5 0 0 0   root /home/login/yourscript (eg)

    this will cause it to be built into the crontab and run daily at 5:30 etc... you can google crontab syntax for more details on this if you like. Hope that clears up a way to add your own timed things via the cli..just watch after an up2date that your lines are still there, if not you will have to re-add them. Also, you could just create crontab.custom which wouldn't be overwritten, but i havent tried that lately to see if we parse with crontab.* or an actual list of specified files... 

    ps. dont forget to delete the "backup", after you edit crontab.logging there will be a backup made of crontab.logging~ which you should remove since otherwise you will get the events run 2x as both files are inserted into the crafted crontab file.

    cheers.
Children
No Data