Difference between revisions of "OpenDNS"

From Blue-IT.org Wiki

(Ubuntu)
(Ubuntu)
Line 3: Line 3:
 
  208.67.222.222, 208.67.220.220
 
  208.67.222.222, 208.67.220.220
  
I had some trouble to get OpenDNS working with ubuntu. So according to [http://ubuntuforums.org/showthread.php?t=487520 ubuntuforums] I did the following:
+
I had some trouble to get OpenDNS working with ubuntu. So according to [http://martinwebster.info/2010/08/23/opendns-dynamic-ip-updater-ddclient-on-ubuntu/ this thread] I did the following:
  
 
  sudo apt-get install ddclient
 
  sudo apt-get install ddclient
Line 10: Line 10:
  
 
  ##
 
  ##
  ## DNS-O-Matic account-configuration
+
  ## OpenDNS.com account-configuration
 
  ##
 
  ##
  use=web, web=myip.dnsomatic.com
+
  use=web, web=whatismyip.org
  server=updates.dnsomatic.com,      \
+
  protocol=dyndns2,                  \
+
  server=updates.opendns.com
  login=your account user name,      \
+
  protocol=dyndns2        
  password='your password'            \
+
  login=opendns_username   
  all.dnsomatic.com
+
  password=opendns_password
 +
  opendns_network_label
 +
 
 +
Make sure SSL is enabled at the top of the configuration (ssl=yes # use ssl-support.)

Revision as of 13:21, 25 September 2010

Ubuntu

Open up an account at OpenDNS and edit your network setting to use the dns servers provided:

208.67.222.222, 208.67.220.220

I had some trouble to get OpenDNS working with ubuntu. So according to this thread I did the following:

sudo apt-get install ddclient
sudo vim /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

Make sure SSL is enabled at the top of the configuration (ssl=yes # use ssl-support.)