How to Install the Linux Dynamic Update Client on Ubuntu (Noip2) & configurations
--
CREATE ACCOUNT --
--
INSTALL --
--
TELEGRAPH --
Use
Are you trying to set up a website, FTP server, mail server or any other type of online service? Do you want
people to be able to reach it via the Internet? Does your ISP only give you a dynamic IP address (one that
changes from time to time and is not static)? Here are a few simple steps to follow to get yourself set up and
online using No-IP’s free dynamic DNS service. This will allow you to run your servers at your home or business
without a static IP address.
Install
- 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
Configure & Test
- To run Noip2 (sudo /usr/local/bin/noip2 ) OR (sudo noip2)
- Add to cronjob for autorestart
- open terminal and type it ( crontab -e )
- add this line (@reboot sudo /usr/local/bin/noip2)
- save and exit
- Test its working or not
- set a demo ip (noip2 -i 103.34.43.34)
- ping your_domain_name
- if you got 103.34.43.34 then its working