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

ez-ipupdate question

When I start Dyndns, I get the following message: WARNING: max-interval of 20000 is too short, using 86400

Is it possible to reduse the interval to less than one day ?

Another question; how do I get dyndns to auto-start, ie. after a reboot, exept for manualy typing /etc/rc.d/dyndns start ?


    


This thread was automatically locked due to age.
Parents
  • Just edit the /etc/dyndns.conf and change the max_intervall to 84000. To start your dyndns at boot, just make a symbolic link:
    cd to /etc/rc.d/rc3.d
    Create symlinks pointing to ../dyndns
    - ln -s ../dyndns K81dyndns
    - ln -s ../dyndns S81dyndns

    Start the dyndns service "/etc/rc.d/dyndns start" 

    For further instructions, have a look under docs.astaro.org  
Reply
  • Just edit the /etc/dyndns.conf and change the max_intervall to 84000. To start your dyndns at boot, just make a symbolic link:
    cd to /etc/rc.d/rc3.d
    Create symlinks pointing to ../dyndns
    - ln -s ../dyndns K81dyndns
    - ln -s ../dyndns S81dyndns

    Start the dyndns service "/etc/rc.d/dyndns start" 

    For further instructions, have a look under docs.astaro.org  
Children