How to Install the Linux Dynamic Update Client on Debian Buster (Noip2) & configurations

How to Install the Linux Dynamic Update Client on Debian Buster (Noip2) & configurations

Jobin
  1. cd /usr/local/src/
  2. wget http://www.noip.com/client/linux/noip-duc-linux.tar.gz
  3. tar xf noip-duc-linux.tar.gz
  4. cd noip-2.1.9-1/
  5. make install
  6. /usr/local/bin/noip2 -C


  • To run Noip2 (sudo /usr/local/bin/noip2 ) OR (sudo noip2)
  • Add to cronjob for autorestart

1. open terminal and type it ( crontab -e )

2. add this line (@reboot sudo /usr/local/bin/noip2)

3.save and exit

Test its working or not

1. set a demo ip (noip2 -i 103.34.43.34)

2. ping your_domain_name

3. if you got 103.34.43.34 then its working


for more info

https://www.noip.com/support/knowledgebase/installing-the-linux-dynamic-update-client-on-ubuntu/




Report Page