Hier werden die Unterschiede zwischen der gewählten und der aktuellen Version gezeigt.
| ddns:ez-ipupdate | ddns:ez-ipupdate 14.07.2014 19:32 aktuell | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ====== ez-ipupdate ====== | ||
| + | |||
| + | ===== Über ez-ipupdate ===== | ||
| + | |||
| + | "ez-ipupdate" ist ein einfacher Client von Angus Mackay, der verschiedene DDNS-Protokolle unterstützt. | ||
| + | |||
| + | Weitere Infos: [[http://sourceforge.net/projects/ez-ipupdate/]] | ||
| + | |||
| + | |||
| + | ===== Installation und Konfiguration ===== | ||
| + | |||
| + | Aufruf des Clienten, bspw. als Cron. Vorher gilt es die aktuelle IP zu ermitteln! Bspw. über ddns.tiggerswelt.net/nic/checkip | ||
| + | <code>ez-ipupdate -c /etc/ez-ipupdate.conf -a <YOUR_IP></code> | ||
| + | |||
| + | ==== Konfigurationsdatei ==== | ||
| + | Die Konfigurationsdatei befindet sich bspw. unter /etc/ez-ipupdate.conf | ||
| + | <code> | ||
| + | service-type=dyndns-custom | ||
| + | server=tiggerswelt.net:80 | ||
| + | request=http://ddns.tiggerswelt.net/nic/update?hostname= | ||
| + | user=username:password | ||
| + | host=sub.yourdomain.whatever | ||
| + | interface=egiga0 | ||
| + | max-interval=86400 | ||
| + | |||
| + | cache-file=/etc/ez-ipupdate.cache | ||
| + | </code> | ||
| + | |||