Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4182483
By: fgillote
Hello Wimpunk,
Maybe I misunderstood, but in my ddclient.conf, I have the line
server=members.dyndns.org and when the ddclient script executes its update it
tries to open a socket on "members.dyndns.org". My problem is : if the dns are
unreachable for example, the ddclient script can not connect to members.dyndns.org
(IO::Socket:: Error message can no connect to "members.dyndns.org"). If the
DNS are up, it can still no connect with the same error message. But if I add
a line in the ddclient script to try to open the socket on the ip address (I
got the ip using a system("dig") command) it WORKS!
Here is my ddclient.conf, did I miss something ?
syslog=yes
daemon=120
mail=xxx
mail-failure=xxx
pid=/var/run/ddclient.pid
use=if, if=ppp0
server=members.dyndns.org
protocol=dyndns2
wildcard=yes
login=xxx
password=xxx
site1-eyebox.dyndns.org
______________________________________________________________________
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
|