Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Andrea Grandi

About Curriculum PGP Key

Con guring ddclient to update your dynamic DNS at


noip.com
Tue 02 September 2014 | in HowTo | tags: howto linux dns

noip.com is one of the few dynamic DNS free services that are reliable to use. If you have, like in my
situation, a RaspberryPi connected to your home DSL and you want it to be always reachable without knowing
the current IP address (the IP could change if you have a normal DSL service at home), you need a dynamic
DNS service.

To update the noip.com one you just need ddclient a tool that is available in Raspbian/Debian repository. You
can install it with this command:

sudo apt-get install ddclient

then you just need to edit /etc/ddclient.conf

protocol=dyndns2
use=web, web=checkip.dyndns.com/, web-skip='IP Address'
server=dynupdate.no-ip.com
login=yourusername
password=yourpassword
yourhostname.no-ip.org

and restart the client:


sudo /etc/init.d/ddclient restart

That's all! Please remember that noip.com free accounts have a limitation: they need to be confirmed every
30 days (you will receive an email and you need to click on the link contained to update your DNS).

Comments !

ALSO ON ANDREA GRANDI

Using ipdb with Python 3.7.x b How to make subwoofer work How to configure Ed

How to write a custom Using ipdb with Python How to make How to configure
Django Middleware 3.7.x breakpoint subwoofer work in … Edimax EW-7811
3 years ago • 1 comment 2 years ago • 2 comments 3 years ago • 1 comment 3 years ago • 1 comme

To understand how a Python 3.7.x introduced a Using the same computer If you want to conne
Django Middleware works new method to insert a with Windows 8 and Ubuntu RaspberryPi to your
we need to remember … breakpoint in the code. … I noticed that the sound … network and you wa

2 Comments Andrea Grandi 🔒 Disqus' Privacy Policy 


1 Login

 Recommend 2 t Tweet f Share Sort by Best

Join the discussion…

LOG IN WITH
OR SIGN UP WITH DISQUS ?

Name

Sajjad Hoviegar • 8 months ago • edited


No-ip (noip.com) is supported by ddclient out of the box. You can specify in the config file protocol=noip:
use=web
ssl=yes

protocol=noip
login=<username>
password=<password>
<your_hostname>

More details in: https://medium.com/@nobuto_...


1△ ▽ • Reply • Share ›

Crypto Star • 3 years ago


thank you for clear document !
△ ▽ • Reply • Share ›

✉ Subscribe d Add Disqus to your siteAdd DisqusAdd ⚠ Do Not Sell My Data

social
rss feed

twitter
github

Powered by Pelican and Python - Source code available on GitHub

You might also like