Copyright (C) 2008-2021 Oliver Bohlen.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU Free Documentation License".
This documentation comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.
I'm using the provider Kontent for syncing my daily changing IP with the Internet-DNS for my top-level-domain and DynDNS.org for syncing the Domain gentooly.homelinux.org.
Here is a little cron-job doing this work for me.
If you want to use this solution you need the following howto(s) finished:
emerge net-dns/ez-ipupdate
File permissions:
Owner: root
Group: root
Permissions: -rw-r--r--
Click here for a download of the complete file: /etc/crontab
Changed on 07.09.08My Provider offers an easier way to update my dynamic IP with my domain. Here you don't need ez-ipupdate. It is enough to use wget on a specific URL.
#*/30 * * * * root /root/scripts/dyndns.sh 2>&1 # Internetverbindung aufbauen falls pppd nicht da #*/30 * * * * root if ! ps ax | grep -v grep | grep -q pppd; then /etc/init.d/net.ppp0 zap ; /etc/init.d/net.ppp0 start ; fi
Please send a feedback to: doc<at>gabosh.net
Howto listingHere you can find the official Gentoo Linux Forums where you can find a lot of answers.
Here a link to the official Gentoo Linux Homepage.