leodutra
3/13/2017 - 3:39 AM

No-IP Arch Linux

No-IP Arch Linux

Install No-IP Client If needed install Packer on Arch Linux or install Yaourt on Arch Linux or use another package wrapper.

Install No-IP Client with packer.
packer -S noip

Configure No-IP Back-end Create the configuration file.
sudo noip2 -C Enter the relevant details when prompted. All settings can be modified individually later.

Modify the update interval.
sudo noip2 -U 30 Interval that the IP will be updated is set with -U option in minutes. Default is 30 minutes.

Modify No-IP username.
sudo noip2 -u username

Modify No-IP password.
sudo noip2 -p password

Start noip service.
sudo systemctl start noip2

Enable noip service.
sudo systemctl enable noip2