Project

General

Profile

Support #479

Installing NoIP Client on FreeBSD

Added by Daniel Curtis over 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Domain Name Server
Target version:
Start date:
11/18/2014
Due date:
% Done:

100%

Estimated time:
0.50 h
Spent time:

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
    
    1. 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.
      
  • Enable and start the noip service:
    echo 'noip_enable="YES"' >> /etc/rc.conf
    service noip start
    

Also available in: Atom PDF