Results 1 to 2 of 2

Thread: trying to install No-ip

  1. #1
    Join Date
    Jan 2013
    Beans
    62

    trying to install No-ip

    i'm not sure how to install tar files, i'm trying to install this.

    Code:
    https://www.noip.com/downloads.php?page=linux

  2. #2
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: trying to install No-ip

    Hi 101kitty.

    The package 'ddclient' is compatible with no-ip protocol. It is in the repositories and it is very easy to configure:
    Code:
    sudo apt-get install ddclient
    This is from 'ddclient --help':
    Code:
    The 'No-IP Compatible' protocol is used to make dynamic dns updates
    over an http request.  Details of the protocol are outlined at:
    http://www.no-ip.com/integrate/
    
    Configuration variables applicable to the 'noip' protocol are:
      protocol=noip                    ## 
      server=fqdn.of.service       ## defaults to dynupdate.no-ip.com
      login=service-login          ## login name and password  registered with the s
    ervice
      password=service-password    ##
      fully.qualified.host         ## the host registered with the service.
    
    Example ddclient.conf file entries:
      ## single host update
      protocol=noip,                                        \
      login=userlogin@domain.com,                                \
      password=noip-password                           \
      myhost.no-ip.biz
    Hope it helps. Let us know how it goes.
    Regards.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •