ho un problema con l'update per il DNS dinamico.
Il servizio a cui mi appoggio è fornito da zerigo.com, che mi chiede semplicemente di madare una richiesta HTTP del tipo:
Codice: Seleziona tutto
http://update.zerigo.com/dynamic?host=miosito.com&ip=100.100.100.100&[email protected]&password=79879a979afa897977f89f7889af9f8a798af
Il problema è che dal cisco (ho un 877) non funziona, e debuggando mi ritorna queste info:
Codice: Seleziona tutto
*Jul 16 09:06:30.232: DYNDNSUPD: Adding DNS mapping for miosito.com <=> 100.100.100.100
*Jul 16 09:06:30.232: HTTPDNS: Update add called for miosito.com <=> 100.100.100.100
*Jul 16 09:06:30.232: HTTPDNSUPD: Session ID = 0x8
*Jul 16 09:06:30.232: HTTPDNSUPD: URL = 'http://update.zerigo.com/dynamic?host=miosito.com&ip=100.100.100.100&[email protected]&password=79879a979afa897977f89f7889af9f8a798af'
*Jul 16 09:06:30.232: HTTPDNSUPD: Sending request
*Jul 16 09:06:30.592: HTTPDNSUPD: Response for update miosito.com <=> 100.100.100.100
*Jul 16 09:06:30.592: HTTPDNSUPD: DATA START
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.0.0</center>
</body>
</html>
*Jul 16 09:06:30.596: HTTPDNSUPD: DATA END, Status is Response data recieved, successfully
*Jul 16 09:06:30.596: HTTPDNSUPD: Call returned SUCCESS, update of miosito.com <=> 100.100.100.100 succeeded
*Jul 16 09:06:30.596: DYNDNSUPD: Another update completed (outstanding=0, total=0)
*Jul 16 09:06:30.600: HTTPDNSUPD: Clearing all session 8 info
Ho visto che la risposta:
Codice: Seleziona tutto
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.0.0</center>
</body>
</html>
Questa è la mia configurazione:
Codice: Seleziona tutto
ip name-server 8.8.8.8
ip name-server 8.8.4.4
ip ddns update method zerigo-DDNS
HTTP
add http://update.zerigo.com/dynamic?host=<h>&ip=<a>&[email protected]&password=79879a979afa897977f89f7889af9f8a798af
interval maximum 1 0 0 0
!
interface Dialer0
ip ddns update hostname miosito.com
ip ddns update zerigo-DDNS
Qualche suggerimento?
Manuel