Skip to content

Instantly share code, notes, and snippets.

@jverweijL
Last active May 3, 2018 15:41
Show Gist options
  • Save jverweijL/6eb0e10bf5d935d0d8e47b76cbea38fa to your computer and use it in GitHub Desktop.
Save jverweijL/6eb0e10bf5d935d0d8e47b76cbea38fa to your computer and use it in GitHub Desktop.

First you need to install and configure the ddns update client

cd /tmp
wget https://www.noip.com/client/linux/noip-duc-linux.tar.gz
tar xzf noip-duc-linux.tar.gz
sudo mv noip-2.1.9-1 /usr/local/src/
cd /usr/local/src/noip-2.1.9-1
sudo make
sudo make install

As user root I have the following cronjob

@reboot /usr/local/bin/noip2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment