Mainos / Advertisement:

Ero sivun ”DDNS päivitysohjelmat” versioiden välillä

Kohteesta Taisto
Siirry navigaatioon Siirry hakuun
Rivi 18: Rivi 18:
  
 
3. Lisää tämä rivi muokaten tietoja palveluntarjoajasi mukaan
 
3. Lisää tämä rivi muokaten tietoja palveluntarjoajasi mukaan
 +
 +
  /etc/crontab: system-wide crontab
 +
# Unlike any other crontab you don't have to run the `crontab'
 +
# command to install the new version when you edit this file.
 +
# This file also has a username field, that none of the other crontabs do.
 +
 +
SHELL=/bin/sh
 +
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 +
 +
# m h dom mon dow user command
 +
17 * * * * root    run-parts --report /etc/cron.hourly
 +
25 6 * * * root test -x /usr/sbin/anacron || run-parts --report /etc/cron.daily
 +
47 6 * * 7 root test -x /usr/sbin/anacron || run-parts --report /etc/cron.weekly
 +
52 6 1 * * root test -x /usr/sbin/anacron || run-parts --report /etc/cron.monthly
 +
45 3 * * 1,5 root    curl -D - --user useraccount:password http://www.dy.fi/nic/update?hostname=hostname.dy.fi
 +
#
 +
 +
Ajaa tämä esimerkiksi testiksi, niin voin testata toimiiko päivitys
  
 
   curl -D - --user useraccount:password http://www.dy.fi/nic/update?hostname=hostname.dy.fi
 
   curl -D - --user useraccount:password http://www.dy.fi/nic/update?hostname=hostname.dy.fi

Versio 31. heinäkuuta 2014 kello 11.42

Dynaaminen DNS on kätevä tapa mahdollistaa dns nimen (esim. helenius.dy.fi / datatekniikka.fi) dynaamisissa IP-osoitteissa. Kun IP-osoite muuttuu niin voit automaattisoida IP-osoitteiden muutokset DNS palvelimiin. Normaalisti sinun tulisi tehdä tämä manuaalisesti. Dy.fi on suomalainen palvelu ja toimii dynaamisen dns palvelun ylläpitäjänä. S

Muita palveluja on dydns.org ja no-ip.org.

Käyttöönotto

Sinun tulee ensin tilata dyndns osoite palveluntarjoajaltasi.

Päivitys UNIX järjestemissä

1. Asenna curl pakettihallinnasta

 apt-get install curl

2. Avaa crontab

 nano /etc/crontab

3. Lisää tämä rivi muokaten tietoja palveluntarjoajasi mukaan

 /etc/crontab: system-wide crontab
  1. Unlike any other crontab you don't have to run the `crontab'
  2. command to install the new version when you edit this file.
  3. This file also has a username field, that none of the other crontabs do.

SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

  1. m h dom mon dow user command

17 * * * * root run-parts --report /etc/cron.hourly 25 6 * * * root test -x /usr/sbin/anacron || run-parts --report /etc/cron.daily 47 6 * * 7 root test -x /usr/sbin/anacron || run-parts --report /etc/cron.weekly 52 6 1 * * root test -x /usr/sbin/anacron || run-parts --report /etc/cron.monthly 45 3 * * 1,5 root curl -D - --user useraccount:password http://www.dy.fi/nic/update?hostname=hostname.dy.fi

Ajaa tämä esimerkiksi testiksi, niin voin testata toimiiko päivitys

 curl -D - --user useraccount:password http://www.dy.fi/nic/update?hostname=hostname.dy.fi
Mainos / Advertisement: