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

Midnight IP renewal

Hi!

We have an T-DSL Business ADSL line, that disconnects every 24 hours. Since we are using DynDNS services, we want that disconnect to happen at a time, when noone is using our webservices.

Is it possible to write a cron-job that reconnects at 3:00 for example?

Thanks,
Thorsten


This thread was automatically locked due to age.
Parents Reply
  • Can you post a link to that thread?

    And just to put it right:

    I'll then create a script called "crontab.dslreconnect" in /etc with this content:
    0 3 * * *  root /var/chroot-pppoe/etc/ppp/ip-down

    Is this right for the PPPoE to reconnect at 3:00?

    Thanks,
    Thorsten
Children