George Phillips Computer Services

This is the online workshop of GeorgePhillipsComputerServices.com . Here I'll keep a blog of technical details and solutions I encounter in my business and other activities. These tips could prove useful to you and keep you up and running. If you do encounter problems beyond your scope of expertise I'm just a click away. I can support you remotely via my website or visit your location. Just contact me on the CONTACT ME page and I'll be in touch with you shortly.

Wednesday, January 19, 2011

Configuring OpenDNS client in Ubuntu

Install ddclient in Ubuntu and configure file below.

-----------------------------------------------
/etc/ddclient.conf
----------------------------------------------
# Configuration file for ddclient generated by debconf
#
# /etc/ddclient.conf

daemon=600
ssl=yes
use=web, web=whatismyip.org
server=updates.opendns.com
protocol=dyndns2
login=*******
password=********
xxxxxxxx (your opendns network label)
--------------------------------------

Other helpful info:
sudo /etc/init.d/ddclient status
This checks to see whether it is running as a daemon.

sudo /etc/init.d/ddclient stop
This stops the daemon.

sudo /etc/init.d/ddclient stop
This starts the daemon.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home