View | Details | Raw Unified | Return to bug 212637
Collapse All | Expand All

(-)pkg-message.in.proposed (-6 / +24 lines)
Lines 1-12 Link Here
1
###########################################################
1
###########################################################
2
You need to generate the noip config file 'no-ip2.conf' in
2
You must have a registered host with No-IP (www.noip.com)
3
%%PREFIX%%/etc/no-ip2.conf.  To do this automatically, run:
3
to use the noip Dynamic DNS Update Client (DUC).
4
4
5
	make conf
5
You must also create the noip config file
6
/usr/local/etc/no-ip2.conf before using noip. To create the
7
configuration file, run as root:
6
8
7
You need to register with www.no-ip.com to use this port.
9
/usr/local/bin/noip2 -C
10
11
You will be prompted to enter the Ethernet port that will be
12
associated with the host, your No-IP account name and
13
password, and the hostname you have registered with No-IP.
14
Your No-IP username and password are not stored, the
15
config file contains a unique key for the DUC to access the
16
No-IP DDNS service and only root has read permission.
17
18
If you are compiling from source using the ports tree, you
19
can also “make conf” to create the config file.
20
21
To run noip automatically at boot, add the following line
22
to /etc/rc.conf
8
23
9
You also need to add the following line to your
10
/etc/rc.conf or /etc/rc.conf.local file:
11
noip_enable="YES"
24
noip_enable="YES"
25
26
Refer to the following for more information:
27
28
/usr/local/bin/noip2 --help
29
/usr/local/share/doc/noip/README.FIRST
12
###########################################################
30
###########################################################

Return to bug 212637