Answers for "raspberry pi install no-ip"

0

raspberry pi install no-ip

cd /home/pi
mkdir noip
cd noip
wget https://www.noip.com/client/linux/noip-duc-linux.tar.gz
tar -zxvf noip-duc-linux.tar.gz
cd noip-2.1.9-1
sudo make
sudo make install
#when asked set interval as 30 (minutes) - or 60. 
#keep in mind that if your ip changes it can take up to this amount of time until it updates

#if needed to start manually: 
sudo /usr/local/bin/noip2
#check if noip2 is active: 
sudo noip2 -S
Posted by: Guest on August-06-2021
0

no ip raspberry manually update

sudo /usr/local/bin/noip2

# when executing this line, your external IP-adddress is sent to noip.com
Posted by: Guest on June-18-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language