Support #479
Updated by Daniel Curtis about 10 years ago
Installing the NoIP client on FreeBSD is simple. * First install noip using pkg: <pre> pkg install noip </pre> * Next generate a new configuration file: <pre> noip2 -C </pre> *# Example output: <pre> > 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. </pre> * Enable and start the noip service: <pre> echo 'noip_enable="YES"' >> /etc/rc.conf service noip start </pre>