OpenDNS
Created: 02/01/2010
General Information
This guide shows how to configure FreeBSD so it will update your OpenDNS account with your dynamic IP from your ISP. Tested on FreeBSD 7.2 StableRequirements
Installation
You need to install ddclient from the ports collection.|
# # |
cd /usr/ports/dns/ddclient make install clean |
Configuration
After installing ddclient, you need to create/edit /usr/local/etc/ddclient.conf|
## ## OpenDNS.com account-configuration ## use=web, web=whatismyip.org server=updates.opendns.com protocol=dyndns2 login=opendns_username password=opendns_password opendns_network_label |
| # | /usr/local/etc/rc.d/ddclient start |
Author: Ben Francom
bfrancom at gmail dot com