Support #479
Installing NoIP Client on FreeBSD
Status:
Closed
Priority:
Normal
Assignee:
Category:
Domain Name Server
Target version:
Description
Installing the NoIP client on FreeBSD is simple.
- First install noip using pkg:
pkg install noip
- Next generate a new configuration file:
noip2 -C
- Example output:
Auto configuration for FreeBSD client of no-ip.com. Please enter the login/email string for no-ip.com: bob@example.com Please enter the password for user 'bob@example.com' Only one host [examplehost.no-ip.org] is registered to this account. It will be used. Please enter an update interval:[30] Do you wish to run something at successful update?[N] (y/N) New configuration file '/usr/local/etc/no-ip2.conf' created.
- Example output:
- Enable and start the noip service:
echo 'noip_enable="YES"' >> /etc/rc.conf service noip start
Updated by Daniel Curtis about 10 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Updated by Daniel Curtis about 10 years ago
- Description updated (diff)
- Status changed from Resolved to Closed
Updated by Daniel Curtis almost 10 years ago
- Subject changed from Install and Setup NoIP Client on FreeBSD to Installing NoIP Client on FreeBSD