How to Install the Linux Dynamic Update Client on Debian Buster (Noip2) & configurations
Jobin- cd /usr/local/src/
- wget http://www.noip.com/client/linux/noip-duc-linux.tar.gz
- tar xf noip-duc-linux.tar.gz
- cd noip-2.1.9-1/
- make install
- /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/