Seite 9 von 10
					
				Re: [GELÖST] - DDNSupdater.sh läuft scheinbar nicht richtig
				Verfasst: Di 17. Apr 2012, 08:46
				von szonic
				Auf jeden Fall hast Du ein altes geladen: DDNSupdater.sh
Nimm lieber das hier: DDNSupdater2.sh, da sind weitere Features eingebaut!
Das verhalten ist aber korrekt! 
 
@feissmaik:
Vielleicht solltest Du die alte Variante vom Server nehmen?!
Grüss
szonic
 
			
					
				Re: [GELÖST] - DDNSupdater.sh läuft scheinbar nicht richtig
				Verfasst: Di 17. Apr 2012, 08:54
				von feissmaik
				ne eigentlich is das alte absichtlich noch da weil das eigentlich hervoragen funktioniert solange man nur eine dyndns hat und auf emails verzichten kann 
 
mit dem 2er gibts ja leider immernoch ein paar probleme - hab immernoch ein paar bugs bezüglich errors und so, hab grad nochmal was geändert also v2.23 is derzeit aktuell
 
			
					
				Re: [GELÖST] - DDNSupdater.sh läuft scheinbar nicht richtig
				Verfasst: Di 17. Apr 2012, 08:57
				von szonic
				Ah ok, werde heute Abend mal updaten! 

 
			
					
				Re: [GELÖST] - DDNSupdater.sh läuft scheinbar nicht richtig
				Verfasst: Di 17. Apr 2012, 18:24
				von rolu2
				Zur Info
Mein Problem mit den Mails ist erledigt
Danke noch mal @szonic
			 
			
					
				Re: [GELÖST] - DDNSupdater.sh läuft scheinbar nicht richtig
				Verfasst: Fr 20. Apr 2012, 08:26
				von szonic
				Gerne, dafür sind wir doch da (nicht nur hier)! 
 
@feissmaik:
Die Version 2.23 lüppt bisher auch ohne Aussetzer! 
 
Grüsse
szonic
 
			
					
				Re: [GELÖST] - DDNSupdater.sh läuft scheinbar nicht richtig
				Verfasst: So 28. Okt 2012, 15:52
				von kika11
				hi,
meine DDNSupdater2.sh updatet nicht wenn ich eine neue ip bekomme.
Muss ich das manuel starten lassen?
oder
sollte ich das vielleicht auch machen?
 i as noch ein Eintrag hinzugefügt werden:
Code: Alles auswählen
#!/bin/bash
#
# DynamicDNSupdater - supports: DynDNS.org, NO-IP.com, DYNServ.ca and IPActive.de
#
# Es koennen auch verschiedene Dienste genutzt werden um mehrere DNS-Hosts zu nutzen...
#
# Sonderzeichen im Password werden nun auch supported (danke IDDQD)
#
# credits: Didge2002, SnowHead, r00t, rj.2001, IDDQD
#
### CONFIG - START
# Zugangsdaten...
# es koennen mehrere accounts geupdated werden... (rest auskommentieren)
USERNAME["1"]="XXXXXXXXX"	# DDNS Benutzername1
PASSWORD["1"]="XXXXXXXX"	# DDNS Passwort1
DDNSHOST["1"]="XXXXXXX.dyndns.tv"	# DDNS Hostname1
#USERNAME["2"]="benutzer2"	# DDNS Benutzername2
#PASSWORD["2"]="password2"	# DDNS Passwort2
#DDNSHOST["2"]="host2.zapto.org"	# DDNS Hostname2
#USERNAME["3"]="benutzer3"	# DDNS Benutzername3
#PASSWORD["3"]="password3"	# DDNS Passwort3
#DDNSHOST["3"]="host3.dyndns.org"	# DDNS Hostname3
#
# Provider URL's - pro DDNSHOST muss wie oben ein dazu passendes URL["<zahl>"] angelegt werden!
# (beliebig erweiterbar)
#
# $USERNAME , $PASSWORD , $DDNSHOST werden innerhalb der URL mit %USER% , %PASS% , %HOST% angegeben!
#
URL["1"]="http://%USER%:%PASS%@members.dyndns.org/nic/update?hostname=%HOST%"
#URL["2"]="http://dynupdate.no-ip.com/dns?username=%USER%&password=%PASS%&hostname=%HOST%"
#URL["3"]="http://%USER%:%PASS%@members.dyndns.org/nic/update?hostname=%HOST%"
#
# BEISPIEL URL's
#
# DynDNS.org:		"http://%USER%:%PASS%@members.dyndns.org/nic/update?hostname=%HOST%"
# No-IP.com:		"http://dynupdate.no-ip.com/dns?username=%USER%&password=%PASS%&hostname=%HOST%"
# DYNServ.ca:		"http://dynserv.ca/dyn/dynengine.cgi?name=%USER%&pass=%PASS%&func=set&domain=%HOST%"
# IPActive.de:	"http://logon.ipactive.de/cgi-bin/logon_off.pl?V=2.1&B=%USER%&P=%PASS%&IP=%HOST%&F=1"
# two-dns.de:   "http://%USER%:%PASS%@update.two-dns.de/update?hostname=%HOST%"
gruss
 
			
					
				Re: [GELÖST] - DDNSupdater.sh läuft scheinbar nicht richtig
				Verfasst: So 28. Okt 2012, 15:57
				von jensebub
				Schau mal in 
i jobs, die Einträge in 
i as sind nicht nötig.
dort sind schon die passende Abschnitte für die beiden ddns-skripte.
Code: Alles auswählen
#DDNSupdater.sh
#@reboot        root /var/emu/script/DDNSupdater.sh auto  #DDNSupdater.sh bei System boot/reboot starten
#0 6 * * 1 root /var/emu/script/DDNSupdater.sh now  #DDNSupdater.sh Static-IP Update erzwingen (Woechentlich um 06:00,Montag)
#DDNSupdater2.sh
#@reboot        root /var/emu/script/DDNSupdater2.sh auto  #DDNSupdater2.sh bei System boot/reboot starten
#0 6 * * 1 root /var/emu/script/DDNSupdater2.sh now  #DDNSupdater2.sh Static-IP Update erzwingen (Woechentlich um 06:00, Mon$
sie sollten nur noch nach Bedarf aktiviert werden.
Gruß
jensebub
 
			
					
				Re: [GELÖST] - DDNSupdater.sh läuft scheinbar nicht richtig
				Verfasst: So 28. Okt 2012, 18:49
				von kika11
				sollte ich hier was ändern?
Code: Alles auswählen
#DynDNS Static Update -> benoetigt [apt-get install ddclient]
#6 6 * * 1 root /usr/sbin/ddclient -force > /var/log/ipc/dyndns_update.log  #Static DynDNS Update (Woechentlich um 06:06, Montag)
#DDNSupdater.sh
#@reboot        root /var/emu/script/DDNSupdater.sh auto  #DDNSupdater.sh bei System boot/reboot starten
#0 6 * * 1 root /var/emu/script/DDNSupdater.sh now  #DDNSupdater.sh Static-IP Update erzwingen (Woechentlich um 06:00,Montag)
#DDNSupdater2.sh
#@reboot        root /var/emu/script/DDNSupdater2.sh auto  #DDNSupdater2.sh bei System boot/reboot starten
#0 6 * * 1 root /var/emu/script/DDNSupdater2.sh now  #DDNSupdater2.sh Static-IP Update erzwingen (Woechentlich um 06:00, Montag)
 
			
					
				Re: [GELÖST] - DDNSupdater.sh läuft scheinbar nicht richtig
				Verfasst: So 28. Okt 2012, 19:23
				von jensebub
				Code: Alles auswählen
#DDNSupdater2.sh
@reboot        root /var/emu/script/DDNSupdater2.sh auto  #DDNSupdater2.sh bei System boot/reboot starten
sollte da stehen, damit das skript beim reboot neu startet. Zum aktivieren hab ich die Raute(#) vorweg entfernt.
Bei einer static IP sollte der zweite Eintrag aktiviert sein, damit der dyndns-account bestehen bleibt.
Code: Alles auswählen
0 6 * * 1 root /var/emu/script/DDNSupdater2.sh now  #DDNSupdater2.sh Static-IP Update erzwingen (Woechentlich um 06:00, Montag)
Code: Alles auswählen
Usage: ddns [now|auto|kill|status|pid|help]
ddns now -> Force to update DDNSHOST immediately (erzwinge sofortiges updaten von DDNSHOST)
ddns auto -> Checks/updates DDNSHOST every 300 seconds (Ueberprueft/updated DDNSHOST alle 300 Sekunden)
ddns kill -> Kills running script (Script wird beendet)
ddns status -> Show current DDNSHOSTs status (Zeigt den aktuellen Status, ob ein update noetig ist)
ddns pid -> Show Process IDs (Zeigt die verwendeten ProzessIDs dieses Scripts)
ddns deinstall -> Deinstalls Script (Deinstalliert das Script)
ddns help -> This help... (Zeigt diese Hilfe...)
Gruß
jensebub
 
			
					
				Re: [GELÖST] - DDNSupdater.sh läuft scheinbar nicht richtig
				Verfasst: So 28. Okt 2012, 20:36
				von kika11
				funktionierts super  
 
  
habe die zwei (#) rauten weg server neusgestartet und nochmals router ip gewechselt was es macht... funktionierts super  supersache hier 
man bedankt sich thanks