View previous topic :: View next topic |
Author |
Message |
viralex Apprentice
Joined: 24 Apr 2008 Posts: 237 Location: Viareggio (Lu,Italy)
|
Posted: Tue Jul 07, 2009 3:10 pm Post subject: [risolto] problema ddclient |
|
|
salve a tutti!
ho un problema con il mio dyndns.
fino a poco tempo fa usavo l'updater integrato nel mio router 3com. e funziona ancora...
ma siccome non sono sempre a casa ho deciso di mettere ddclient sul mio portatile.
il mio ddclient.conf
Code: |
cache=/tmp/ddclient.cache
pid=/var/run/ddclient.pid
daemon=120 # check every 300 seconds
syslog=yes # log update msgs to syslog
use=web, web=checkip.dyndns.org/, web-skip='IP Address'
#use=web, web=dyndns
login=xxxxxxxxx # default login
password=xxxxxxxxxxx # default password
server=members.dyndns.org
protocol=dyndns2
xxxxxxxx.ath.cx
|
apache è configurato correttamente e quando uso l'updater del router funziona.
la cosa strana è questa:
Code: |
viralex@dron3 ~ $ sudo ddclient -daemon=0 -noquiet -debug -force
DEBUG: proxy =
DEBUG: url = checkip.dyndns.org/
DEBUG: server = checkip.dyndns.org
DEBUG: get_ip: using web, checkip.dyndns.org/ reports 79.33.207.223
DEBUG:
DEBUG: nic_dyndns2_update -------------------
DEBUG: proxy =
DEBUG: url = http://members.dyndns.org/nic/update?system=dyndns&hostname=xxxxxxx.ath.cx&myip=79.33.207.223
DEBUG: server = members.dyndns.org
WARNING: updating xxxxxxxx.ath.cx: nochg: No update required; unnecessary attempts to change to the current address are considered abusive
viralex@dron3 ~ $ ping xxxxxxxx.ath.cx
PING xxxxxxx.ath.cx (79.16.58.44) 56(84) bytes of data.
64 bytes from xxxxxxxx.ath.cx (79.16.58.44): icmp_seq=1 ttl=62 time=76.3 ms
|
quando lo aggiorna da GOOD, in questo caso il mio indirizzo ip è effettivamente 79.33.207.223.
sembrerebbe funzionare, ma il PING mi da il vecchio indirizzo ip... e ovviamente il dyndns non va.
cosa ho fatto di sbagliato??
Last edited by viralex on Tue Jul 07, 2009 5:36 pm; edited 2 times in total |
|
Back to top |
|
|
viralex Apprentice
Joined: 24 Apr 2008 Posts: 237 Location: Viareggio (Lu,Italy)
|
Posted: Tue Jul 07, 2009 3:42 pm Post subject: |
|
|
DEBUG: proxy =
DEBUG: url = checkip.dyndns.org/
DEBUG: server = checkip.dyndns.org
DEBUG: get_ip: using web, checkip.dyndns.org/ reports 79.18.161.144
DEBUG:
DEBUG: nic_dyndns2_update -------------------
DEBUG: proxy =
DEBUG: url = http://members.dyndns.org/nic/update?system=dyndns&hostname=xxxxxx.ath.cx&myip=79.18.161.144
DEBUG: server = members.dyndns.org
SUCCESS: updating xxxxxxx.ath.cx: good: IP address set to 79.18.161.144 |
|
Back to top |
|
|
viralex Apprentice
Joined: 24 Apr 2008 Posts: 237 Location: Viareggio (Lu,Italy)
|
Posted: Tue Jul 07, 2009 5:36 pm Post subject: |
|
|
sono tornato dopo un po e funziona ^^'' |
|
Back to top |
|
|
X-Act! Apprentice
Joined: 22 Nov 2004 Posts: 245 Location: /home/xact/
|
Posted: Wed Jul 08, 2009 1:25 pm Post subject: |
|
|
E' molto probabile fosse un problema di cache del dns: il ddclient fa correttamente il suo lavoro e aggiorna il record (quando necessario) sui dns di dyndns, ma il tuo ti risponde comunque con l'indirizzo vecchio finché non gli scade la cache.
Se cambi spesso i record e usi spesso gli indirizzi purtroppo puoi farci quasi niente... _________________ "Io non mi sento obbligato a credere che lo stesso Dio che ci ha dotato di senso, ragione ed intelletto intendesse che noi ne facessimo a meno."
-- Galileo Galilei |
|
Back to top |
|
|
|