Close Menu
    Facebook X (Twitter) Instagram
    • Download Cisco Packet Tracer
    Facebook X (Twitter) Instagram Pinterest Vimeo
    IT Beginner
    • Home
    • Server
    • WordPress
    IT Beginner
    Home»Software»How to update namecheap dynamic DNS on ubuntu
    Software

    How to update namecheap dynamic DNS on ubuntu

    17/07/2017Updated:17/07/2017No Comments1 Min Read

    To update namecheap dynamic DNS on Ubuntu, you will you need to install ddclient. What does ddclient do? Ddclient was first developed in Perl by Paul Burry to update dynamic DNS and has been maintaining by developers via SourceForge project.

    To install ddclient on Ubuntu

    $ sudo apt-get install ddclient

    After installed ddclient, you need to config ddclient file

    $ sudo nano /etc/ddclient/ddclient.conf
    ############
    # ddclient.conf
    # namecheap
    ############
    ## update time in 300 seconds
    daemon=300
    ## you can open this file with any text editor to see what is being sent
    cache=/tmp/ddclient.cache
    pid=/var/run/ddclient.pid
    ## This line will get your public IP address if you're system is not directly connected
    ## to the internet, such as behind a firewall/router
    use=web, web=http://whatismyipaddress.com/, web-skip='Your IP address is'
    protocol=namecheap
    server=dynamicdns.park-your-domain.com
    ## Your Domain name
    login=example.com
    password='password from namecheap'
    ssl=yes
    address with a comma then space
    @, forum, img, ssl, tracker, webmail, www

    Make ddclient start when you boot up your ubuntu system

    $ sudo update-rc.d ddclient defaults
    $ sudo update-rc.d ddclient enable
    dynamic dns namecheap
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleIntel 520 ssd 180gb in Dell 1121 with Ubuntu
    Next Article How to find duplicate files using FSLint on linux

    Related Posts

    Tips – Tricks

    How to fix nginx an upstream response is buffered to a temporary file error

    05/08/2017
    Tips – Tricks

    Optimize WordPress with Nginx

    04/08/2017
    Security

    How to secure Apache HTTP Web Server

    29/07/2017
    Subscribe
    Notify of
    guest

    guest

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    0 Comments
    Oldest
    Newest Most Voted
    Inline Feedbacks
    View all comments
    Tags
    apache centos Centos 6 cuda Desktop Environment dual boot environment featured gnome GUI hostname hosts intel kernel kill lamp server lemp server life MariaDB netflix nginx nvidia password php-fpm phpmyadmin pids processes s.m.a.r.t Security session solid state drive ssd ssh ssh server tag 1 tag 2 Ubuntu upgrade varnish VirtualBox VNC Server web server window manager wordpress xfce
    Facebook X (Twitter) Instagram Pinterest

    Type above and press Enter to search. Press Esc to cancel.

    wpDiscuz