Nach dem Thema DynDNS und jeden Monat einloggen, bin ich hierhin gewechselt:
Seit September kein einziges Problem. Gut planbares Prepaid ohne Verpflichtungen und man unterstützt mal einen deutschen Anbieter.
Marcus
Nach dem Thema DynDNS und jeden Monat einloggen, bin ich hierhin gewechselt:
Seit September kein einziges Problem. Gut planbares Prepaid ohne Verpflichtungen und man unterstützt mal einen deutschen Anbieter.
Marcus
Für die Leute die bei all-inkl webspace haben -> da ist ein dyndns dienst dabei
bin nun weg von no-ip
Für die Leute die bei all-inkl webspace haben -> da ist ein dyndns dienst dabei
bin nun weg von no-ip
Letztens auch gesehen, aber der kann wohl keine Wildcards, oder doch?
Gerald
Ich denke mal mit den DNS Einstellungen dürfte das gehen
Wie wär's denn mit "Domain .de" von Strato ? Dyndns incl. de-Domain für 60ct / Monat.
Läuft hier mit meinem BinTec / TelDat Router und DynDNS-Protokoll einwandfrei.
Ciao
Piet
Ich denke mal mit den DNS Einstellungen dürfte das gehen
http://all-inkl.com/wichtig/anleitungen/…endern_241.html
Hmm, sieht kompliziert aus, da bleibe ich lieber bei dyndns.
Gerald
ZitatHmm, sieht kompliziert aus, da bleibe ich lieber bei dyndns.
joah hab ich auch noch nicht getestet / brauche es aber auch nicht
Also das hier auf meinem ipfire scheint noch zu laufen
cat /usr/local/bin/dyndns.login.sh
#!/bin/bash
LOGIN="username"
PASSWORD="password"
COOKIES="/tmp/.dynsdns.cookies.txt"
AL="en-gb"
#UA="Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/0.0.0 (KHTML, like Gecko) Version/0.0.0 Safari/0.0.0"
LOGINURL="https://account.dyn.com/entrance/"
POSTURL="$LOGINURL"
CHKURL="https://account.dyn.com/"
(( DEBUG )) && DST="-" || DST="/dev/null"
[[ -w "$( dirname "$COOKIES" )" ]] || { echo >&2 "FATAL: Cannot write to directory '$( dirname "$COOKIES" )'" ; exit 1; }
# Ensure no broken session caching...
if [[ -s "$COOKIES" ]]; then
[[ -w "$COOKIES" ]] || { echo >&2 "FATAL: Cannot write to file '$COOKIES'" ; exit 1 ; }
rm -f "$COOKIES" >/dev/null 2>&1
fi
(( DEBUG )) && echo >&2 "DEBUG: Fetching initial headers to pre-load cookies..."
curl -b $COOKIES -c $COOKIES -Ikso "$DST" -A "$UA" --url "$LOGINURL"
(( DEBUG )) && echo >&2 "DEBUG: Fetching UID..."
VALUE="$(
curl -b $COOKIES -c $COOKIES -kso - -A "$UA" --url "$LOGINURL" | \
grep -m 1 "multiform" | \
cut -d"'" -f 6
)"
(( DEBUG )) && echo >&2 "DEBUG: Read UID as '$VALUE' - posting data..."
curl -b $COOKIES -c $COOKIES -d "username=$LOGIN" -d "password=$PASSWORD" -d "iov_id" -d "multiform=$VALUE" -e "$LOGINURL" -kso "$DST" -A "$UA" --url "$POSTURL"
(( DEBUG )) && echo >&2 "DEBUG: Response received - verifying result..."
curl -b $COOKIES -c $COOKIES -e "$POSTURL" -kso - -A "$UA" -H "Accept-Language: $AL" --url "$CHKURL" | \
grep -qE "<span>(Welcome|Hi) <b>$LOGIN</b></span>" \
&& echo "Login successful" \
|| { echo >&2 "Login failed" ; exit 1 ; }
exit 0
Alles anzeigen
So sieht die Ausgabe aus
ich benutze seit Monaten dieses python Skript, läuft problemlos
https://github.com/kopf/dyndns-autologin
Christian
Ich halts wie Piet mit 'ner .de-Domain von Strato, ist ne echte Wunschdomain ohne irgendwelche Anhänge und ich spar mir das mit dem einloggen bei dyndns...
Versuch es mal mit den kostenlosen Anbieter http://www.clickip.de , bin sehr zufrieden .... Und ich muss nicht ständig meine Account aktualisieren ...
Hi,
Dyn stellt den Freeuser-Betrieb nun komplett ein.
ZitatAlles anzeigenTo our Dyn free hostname users:
For the last 15 years, all of us at Dyn have taken pride in offering you and millions of others a free version of our Dynamic DNS Pro product. What was originally a product built for a small group of users has blossomed into an exciting technology used around the world.
That is why with mixed emotions we are notifying you that in 30 days, we will be ending our free hostname program. This change in the business will allow us to invest in our customer support teams, Internet infrastructure, and platform security so that we can continue to strive to deliver an exceptional customer experience for our paying customers.
We would like to invite you to upgrade to VIP status for less than $20 -- a 25% discount good for any package of Remote Access (formerly DynDNS Pro). By doing so, you'll have access to customer support, additional hostnames, and more.
Here's how you get this done in two easy steps:
- Login to account.dyn.com.
- Click here to add Remote Access to your cart at the 25% off VIP rate. The discount will be applied upon checkout.We thank you for your usage of Dyn through the years, and hope to continue to support you through Dyn Remote Access or other products for years to come. Visit our FAQ page or this blog post for more information.
Jetzt muss ich mal nach Alternativen ausschau halten...
Grüße,
Hi !
Hab mich grad mal eingeloggt... da steht nix...
gruss gerd
Ich habe vorhin ebenfalls diese Mail erhalten.
joesy
die liegt bei mir aller wahrscheinlichkeit nach im Spam
gruss gerd
bei heise:
DynDNS-Urgestein stellt Gratis-Angebot ein
blau
So ich habe gerade auch auf twodns.de umgestellt.
Ich hoffe ja das ich diese Umstellung nicht so oft machen muss und der Anbieter LANGE und auch kostenlos bleibt.
Ich muss nun alle Seiten wo ich Links auf meinen eigenen Webserver habe ändern. Alleine das sind schon mal dutzende.
Dann kommen noch diverse Skripte, Handyeinstellungen, Boxen, ....
Schon recht nervig!!
Würde dyndns "nur" 5 Euro im Jahr kosten, hätte ich das auch bezahlt.
Ich benutze no-ip und auf dem dahinter liegenden Server (Debian) läuft das Aktualisierungsscript von no-ip. Klappt bestens...
http://www.schnatterente.net/technik/kosten…e-zwangs-update
löppt bei mir ohne Probleme.
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!