Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4181302
By: fgillote
Hello wimpunk,
Here are the results of my test
1) It works with the use=web method
2) For the use=if method, I did the fllowing modifications in the ddclient script
:
Try to open the socket with the url
If it does not work, get the ip address of members.dyndns.org using a system("dig
members.dyndns.org") because the problem is linked to the perl DNS resolution
environment (I tried gethostbyname inet_ntoa .. with no success)
Then I try to open the socket again using the ip address in place of the
url name, it seems to work.
Fred
______________________________________________________________________
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
|