This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Dynamic DNS and EasyDNS provider

Hello,

Just moved my dynamic dns provider to a sophos supported one (easyDNS). While everything is working as expected, I get an error message in the graphical sophos user interface (Unknown Error)

See the log below, update is successfull but parser report as an error. Could this be filled as a bug? I'm running latest SFOS 16.05.1 MR-1

Feb 11 22:24:01.828370: connect_to_server: members.easydns.com:80
Feb 11 22:24:01.938472: connect_to_server: connect(members.easydns.com) successful
Feb 11 22:24:01.938514: Connected with server - client_fd: 0 server_fd: 2
Feb 11 22:24:01.938526: write_server_socket: writing 'GET /dyn/ez-ipupdate.php?hostname=XXX.com&myip=XXX&wildcard=NOCHG&mx=NOCHG&backmx=NOCHG&offline=NOCHG HTTP/1.0
Host: members.easydns.com
Authorization: Basic XXX
User-Agent: ddc 0.1

'
Feb 11 22:24:01.938544: write_server_socket:writen = 234, exerted = 0
Feb 11 22:24:02.402789: read_server_socket(): read bytes: HTTP/1.1 200 OK
Date: Sat, 11 Feb 2017 21:24:01 GMT
Server: Apache
X-Powered-By: PHP/5.4.45-0+deb7u5
Set-Cookie: easydns_language=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/
Vary: Accept-Encoding
Content-Length: 63
Connection: close
Content-Type: text/html

NOERROR
no update required for XXX to XXX

parse_response: ERROR
no



This thread was automatically locked due to age.
  • Here are the possible return code from EasyDNS

     

    Result Codes Are As Follows:

    • NOACCESS
      The authentication failed. This no only happens if the username/password are wrong, but if they send a hostname for a domain that isn’t under the user’s account.

    • NOSERVICE
      Dynamic DNS is not turned on for this domain. Each domain must have it’s own dyndns flag enabled individually (by the user) in their member settings.

    • ILLEGAL INPUT
      Self-explanatory. Client sent data that is outside the allowed set for a dyndns update.

    • TOOSOON
      Not enough time has elapsed since the last update. You need to wait at least 10 minutes between updates.

    • NOERROR
      Everything works fine.
  • I am having the EXACT same problem.   EasyDNS updates fine but the message in the DDNS section of the Network tab says "Unknow error."

     

    My log messages in ddc.log are exactly the same indicating  success:

     

    NOERROR
    XXX updated to YYY

    parse_response: ERROR
    no

     

    It looks like an issue where XG parses the "NOERROR" as "ERROR"

     

    any ideas?