Skip to content

Instantly share code, notes, and snippets.

@rnagarajanmca
Created August 5, 2019 19:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rnagarajanmca/2116e7f2d169e84284e97ba2124f0cb7 to your computer and use it in GitHub Desktop.
Save rnagarajanmca/2116e7f2d169e84284e97ba2124f0cb7 to your computer and use it in GitHub Desktop.
configure noip ( dynamic dns)

Install ddclient and configure noip dyn DNS


Install ddclient using following command

sudo apt-get install ddclient

Skip all installation steps (Don't worry we can configure after installation)

After successful installation open following file

/etc/ddclient.conf

and add following lines with your no ip credentials

protocol=dyndns2
use=web, web=checkip.dyndns.org/, web-skip="Current IP Address:"
server=dynupdate.no-ip.com
login=< YOUR NO-IP USERNAME>
password='< YOUR NO-IP PASSWPORD>'
<YOUR HOST>.no-ip.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment