Seite 1 von 2
DDNSupdater.sh und DNS-O-Matic
Verfasst: So 29. Apr 2012, 10:53
von lostover
Hello Leute,
kann man das DDNSupdater.sh auch mit DNS-O-Matic nutzen?
MFG
DDNSupdater.sh und DNS-O-Matic
Verfasst: So 29. Apr 2012, 11:34
von ysimmerath
Wenn du dort schon registriert bist,Teste mal doch selber und berichte.
Man muss extra registrieren um zu testen
und hier ist die Update-Url
Code: Alles auswählen
Update-URL :http://updates.dnsomatic.com/nic/update?hostname=all.dnsomatic.com&myip=<ipaddr>&wildcard=NOCHG&mx=NOCHG&backmx=NOCH G
oder den hier
Sent from my iPhone using Tapatalk
Re: DDNSupdater.sh und DNS-O-Matic
Verfasst: So 29. Apr 2012, 13:44
von lostover
funktioniert leider nicht
Re: DDNSupdater.sh und DNS-O-Matic
Verfasst: So 29. Apr 2012, 14:16
von ysimmerath
Poste mal bitte dein config.
vielleicht benutze mal lieber den DDNSupdater2.sh ( bei mir läuft mit dyndns, no-ip und FREEDNS gleichzeitig )
probiere mal bitte so
Code: Alles auswählen
### CONFIG - START
USER="xxxx" # DDNS Benutzername
PASS="xxxx" # DDNS Passwort
HOST="dein Hostname" # DDNS Hostname
EVERY="300" # Zeit in Sekunden zwischen den Abfragen
LOG="1" # Erstelle Logfile hiervon? (wenn moeglich aus lassen) [0=nein; 1=ja]
# Provider URL's - enable only ONE!
#
#DNS-O-Matic
URL="http://updates.dnsomatic.com/nic/update?hostname=all.dnsomatic.com&myip=<ipaddr>&wildcard=NOCHG&mx=NOCHG&backmx=NOCH G"
# DynDNS.org
#URL="http://${USER}:${PASS}@members.dyndns.org/nic/update?hostname=$HOST"
# No-IP.com
#URL="http://dynupdate.no-ip.com/dns?username=${USER}&password=${PASS}&hostname=$HOST"
# DYNServ.ca
#URL="http://dynserv.ca/dyn/dynengine.cgi?name=${USER}&pass=${PASS}&func=set&domain=$HOST"
# IPActive.de
#URL="http://logon.ipactive.de/cgi-bin/logon_off.pl?V=2.1&B=${USER}&P=${PASS}&IP=$HOST&F=1"
#FREEDNS
#URL="http://freedns.afraid.org/dynamic/update.php?[Personenschlüssel][Domainschlüssel]"
ansonsten diese Update-Url testen
Code: Alles auswählen
URL="http://updates.dnsomatic.com/nic/update?myip=<ipaddr>"
Re: DDNSupdater.sh und DNS-O-Matic
Verfasst: So 29. Apr 2012, 14:33
von lostover
Last login: Sun Apr 29 12:06:37 2012
root@debian~ > ddns status
The IP of all.dnsomatic.com (62.) does NOT match your current Interne
t-IP: 91
You should update immediately! (with: /sbin/ddns now)
root@debian ~ > ddns now
HOST: all.dnsomatic.com - HOSTIP: 62. - CURRENTIP: 91.
Answer:
root@debian ~ >
Re: DDNSupdater.sh und DNS-O-Matic
Verfasst: So 29. Apr 2012, 14:35
von lostover
### CONFIG - START
USERNAME="Benutzename von DNS-O-Matic" # DDNS Benutzername
PASSWORD="Pass von DNS-O-Matic" # DDNS Passwort
DDNSHOST=".myftp.org" # DDNS Hostname
EVERY="300" # Zeit in Sekunden zwischen den Abfragen
LOG="1" # Erstelle Logfile hiervon? (wenn moeglich aus lassen) [0=nein; 1=ja]
# Provider URL's - Es darf nur EINE benutzt werden, alle anderen auskommentieren!
# (beliebig erweiterbar)
#
# NEU: $USERNAME und $PASSWORD werden innerhalb der URL mit %USER% und %PASS% definiert!
#
#DNS-O-Matic
URL="
http://updates.dnsomatic.com/nic/update ... ackmx=NOCH G"
# DynDNS.org
#URL="
http://%USER%:%PASS%@members.dyndns.org ... =$DDNSHOST"
# No-IP.com
#URL="
http://dynupdate.no-ip.com/dns?username ... =$DDNSHOST"
# DYNServ.ca
#URL="
http://dynserv.ca/dyn/dynengine.cgi?nam ... =$DDNSHOST"
# IPActive.de
#URL="
http://logon.ipactive.de/cgi-bin/logon_ ... NSHOST&F=1"
Re: DDNSupdater.sh und DNS-O-Matic
Verfasst: So 29. Apr 2012, 14:49
von ysimmerath
wie sieht mit dem anderen URL ?
teste mal auch bitte DDNSupdater2.sh ( der Online Script ist aktuell )
Re: DDNSupdater.sh und DNS-O-Matic
Verfasst: So 29. Apr 2012, 15:06
von lostover
$USERNAME , $PASSWORD , $DDNSHOST werden innerhalb der URL mit %USER% , %PASS% , %HOST% angegeben!
muss man das nicht dazwischen einbauen?
URL="http://updates.dnsomatic.com/nic/update ... ackmx=NOCH G"
Re: DDNSupdater.sh und DNS-O-Matic
Verfasst: So 29. Apr 2012, 15:26
von ysimmerath
nein muss man nicht
wie gesagt bleibt dir erst nur andere URL oder halt den DDNSupdater2.sh zu testen
Re: DDNSupdater.sh und DNS-O-Matic
Verfasst: So 29. Apr 2012, 15:51
von lostover
habe alles getestet leider ohne erfolg, trozdem danke für die hilfe