Noip-duc-linux.tar.gz: Permission denied

Hi, going through the guide:

https://documentation.storj.io/dependencies/port-forwarding

did this

wget http://www.no-ip.com/client/linux/noip-duc-linux.tar.gz

got this as result:

wget http://www.no-ip.com/client/linux/noip-duc-linux.tar.gz
--2020-01-19 11:43:27--  http://www.no-ip.com/client/linux/noip-duc-linux.tar.gz
Resolving www.no-ip.com (www.no-ip.com)... 8.23.224.110
Connecting to www.no-ip.com (www.no-ip.com)|8.23.224.110|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.noip.com/client/linux/noip-duc-linux.tar.gz [following]
--2020-01-19 11:43:27--  https://www.noip.com/client/linux/noip-duc-linux.tar.gz
Resolving www.noip.com (www.noip.com)... 8.23.224.107
Connecting to www.noip.com (www.noip.com)|8.23.224.107|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 134188 (131K) [application/x-gzip]
noip-duc-linux.tar.gz: Permission denied

Cannot write to ‘noip-duc-linux.tar.gz’ (Success).

any ideas?

cd ~
wget http://www.no-ip.com/client/linux/noip-duc-linux.tar.gz

Also, check please, you could have this package already

ls -l noip-duc-linux.tar.gz

thank you, that solved it.

it’s asking me now this:

Please enter an update interval:[30]

If you want to keep the default 30 minutes, just press enter or type in a different value and press enter.

Thanks, getting this now:

ubuntu@ubuntu:~$ /usr/local/bin/noip2
Configuration data '/usr/local/etc/no-ip2.conf' is read-only!
No updates can be made.
One noip2 process is already active,
and the multiple instance flag (-M) is not set

Run this command with sudo (or as root). Only root can write to /usr/local/etc/no-ip2.conf.
It also looks like the process is already running (possibly started as service).

you could do the following:
stop the process
sudo service stop noip2
manually edit the config
sudo nano /usr/local/etc/no-ip2.conf
start the service again
sudo service start noip2

got this:

ubuntu@ubuntu:~$ sudo service stop noip2
stop: unrecognized service