Thursday, September 3, 2015

RaspberryPI-NOIP-WAN

Create Account on no-ip.com


Confirm your account

Log in to your account

Add a host or domain to your account

Configure your router(Set your ip address and port number)

Install the client No-IP to your Raspberry Pi

mkdir noip
cd noip
sudo wget http://www.no-ip.com/client/linux/noip-duc-linux.tar.gz
sudo tar vzxf NOIP Duke-linux.tar.gz
cd noip-2.1.9-1
sudo make
sudo make install


The client is now installed and configured, you can start:
sudo / usr / local / bin / noip2
a script found in 
/etc/init.d

sudo nano /etc/init.d/noipscript

Launch the script automatically at startup 

sudo update-rc.d noipscript defaults


Conclusion

With this script NOIP, you will be able to publish your services (web, ftp ...) on the Internet.

Already using No-IP service or this tutorial has given you ideas of use? Do not hesitate to ask in the comments below ... They are made for!

No comments:

Post a Comment