• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

ddclient not updating IP

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    ddclient not updating IP

    Any advice appreciated folks,

    ddclient was installed via package manager and I can see the service is running. Problem is it's not updating dyndns with my IP address.

    conf file was edited and is as follows
    Code:
    # Configuration file for ddclient generated by debconf
    #
    # /etc/ddclient.conf
    daemon=600                  # check every 600 seconds
    syslog=yes                  # log update msgs to syslog
    mail=root                   # mail all msgs to root
    mail-failure=root           # mail failed update msgs to root
    
    pid=/var/run/ddclient.pid
    protocol=dyndns2
    use=web, web=checkip.dyndns.com/, web-skip='IP Address'
    server=members.dyndns.org
    login=myuser
    password='mypsswd'
    myadd.dyndns.org
    no messages sent to root mbox either.

    Any ideas what's missing?

    TIA
    PL

    #2
    Ah, found in Event Log

    Code:
    WARNING:  cannot connect to checkip.dyndns.com:80 socket: IO::Socket::INET: Bad hostname 'checkip.dyndns.com'
    it pings ok though

    Comment


      #3
      Originally posted by Pondlife View Post
      Ah, found in Event Log

      Code:
      WARNING:  cannot connect to checkip.dyndns.com:80 socket: IO::Socket::INET: Bad hostname 'checkip.dyndns.com'
      it pings ok though
      Firewall blocking port 80?
      Step outside posh boy

      Comment


        #4
        Originally posted by Tarquin Farquhar View Post
        Firewall blocking port 80?
        One would hope not - that's the default HTTP port, and a firewall which blocks almost the entire web is a bit extreme...

        Comment


          #5
          Originally posted by Tarquin Farquhar View Post
          Firewall blocking port 80?
          http://checkip.dyndns.com/ works fine (and nope port 80 isn't blocked)

          Comment

          Working...
          X