[Ddclient-forum] [ddclient - Help] RE: Please help fix this error
Brought to you by:
supersandro2000,
wimpunk
From: SourceForge.net <no...@so...> - 2007-08-23 00:33:23
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4479775 By: vikram_khatri Hi - Thanks for the reply. I am still having this trouble as of date. My IP address changes once or twice in a year so I get into this whenever IP update fails. This is my config file: ====================== daemon=300 syslog=yes protocol=dyndns2 mail=root mail-failure=root pid=/var/run/ddclient.pid ssl=no fw-login=mylogin fw-password=mypwd use=fw, fw=http://192.168.100.100:80/Status.htm, fw-skip='WAN.*?IP Address:' server=www.dyndns.com wildcard=YES login=mylogin password=mypwd custom=yes zinox.com ====================== This is the partial output from debug: DEBUG: proxy = DEBUG: url = http://192.168.100.100:80/Status.htm DEBUG: server = 192.168.100.100:80 DEBUG: opt(fw = DEBUG: glo fw = http://192.168.100.100:80/Status.htm CONNECT: 192.168.100.100:80 CONNECTED: using HTTP SENDING: GET /Status.htm HTTP/1.0 SENDING: Host: 192.168.100.100:80 SENDING: Authorization: Basic YWRtaW46YWRtaW4= SENDING: User-Agent: ddclient/3.7.3 SENDING: Connection: close SENDING: ->->->->->->->->-> DEBUG: get_ip: using fw, http://192.168.100.100:80/Status.htm reports 24.40.134.32 INFO: forcing updating zinox.com because no cached entry exists. DEBUG: DEBUG: nic_dyndns2_update ------------------- INFO: setting IP address to 24.40.134.32 for zinox.com UPDATE: updating zinox.com DEBUG: proxy = DEBUG: url = http://www.dyndns.com/nic/update?system=custom&hostname=zinox.com&myip=24.40.1 41.46&wildcard=ON DEBUG: server = www.dyndns.com DEBUG: opt(fw = DEBUG: glo fw = http://192.168.100.100:80/Status.htm CONNECT: www.dyndns.com CONNECTED: using HTTP SENDING: GET /nic/update?system=custom&hostname=zinox.com&myip=24.40.134.32&wil dcard=ON HTTP/1.0 SENDING: Host: www.dyndns.com SENDING: Authorization: Basic dmlrcmFtazphbmphbGk= SENDING: User-Agent: ddclient/3.7.3 SENDING: Connection: close SENDING: RECEIVE: HTTP/1.1 200 OK RECEIVE: Date: Thu, 23 Aug 2007 00:19:23 GMT RECEIVE: Server: Apache RECEIVE: X-UpdateCode: X RECEIVE: Content-Length: 14 RECEIVE: Connection: close RECEIVE: Content-Type: text/plain; charset=ISO-8859-1 RECEIVE: RECEIVE: good 127.0.0.1 SUCCESS: updating zinox.com: good: IP address set to 127.0.0.1 If I type the url http://www.dyndns.com/nic/update?system=custom&hostname=zinox.com&myip=24.40.134 .32&wildcard=ON in my browser address, it returns as "good 127.0.0.1" Though ddclient is running on my machine but it does not seem to work. May be, it is not the ddclient issue but dyndns returns infamous "good 127.0.0.1". Or is it getting right credentials passed on? All of these my wild guesses. I can help fix this if you give me directions. I can work with perl a little bit. Your help is very much appreciated. Thanks ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=399428 |