Difference between revisions of "Configuring OpenDNS"

From Amahi Wiki
Jump to: navigation, search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== [[Configuring OpenDNS]] ==
+
== Initial Configuration ==
  
 
Amahi uses OpenDNS to provide Domain Name System to translate names into IP address.
 
Amahi uses OpenDNS to provide Domain Name System to translate names into IP address.
Line 9: Line 9:
 
One needs to create an account with OpenDNS (free) to access all those features.
 
One needs to create an account with OpenDNS (free) to access all those features.
  
Go to -> http://www.opendns.com/
+
Go to '''<nowiki>http://www.opendns.com/</nowiki>'''
  
 
Select create account.   
 
Select create account.   
Line 22: Line 22:
 
You can also create shortcut ie; typing "mail" in the url bar, would open your web based email.
 
You can also create shortcut ie; typing "mail" in the url bar, would open your web based email.
  
==Additional Setup Information==
+
==Dynamic IP Updater==
  
To set your DD-WRT router to automatically update openDNS with your WAN IP follow this tutorial -> http://www.dd-wrt.com/wiki/index.php/OpenDNS#OpenDns_with_DNS-O-Matic_for_users_with_a_Dynamic_IP
+
Refer to one of the following guides for updating your OpenDNS account with your WAN IP automatically when it changes
  
Alternate tutorial link ->http://infodepot.wikia.com/wiki/OpenDNS#OpenDns_with_DNS-O-Matic_for_users_with_a_Dynamic_IP
+
* [http://www.dd-wrt.com/wiki/index.php/OpenDNS#OpenDns_with_DNS-O-Matic_for_users_with_a_Dynamic_IP DD-WRT router]
  
You may also use one of openDNS's clients to automatically update your WAN IP with openDNS -> http://www.opendns.com/support/article/109
+
* [http://infodepot.wikia.com/wiki/OpenDNS#OpenDns_with_DNS-O-Matic_for_users_with_a_Dynamic_IP OpenDns with DNS-O-Matic for users with a Dynamic IP]
 +
 
 +
* [https://support.opendns.com/entries/23282614 OpenDNS client] (Windows, Mac, Linux)
 +
 
 +
 
 +
:'''NOTE:'''  You may encounter issues in Fedora 19/21 with the ddclient not starting.  If so, do the following as ''root'' user (refer to [https://bugzilla.redhat.com/show_bug.cgi?id=860310 Red Hat Bugzilla – Bug 860310]):
 +
mkdir /var/run/ddclient
 +
chown ddclient:ddclient /var/run/ddclient
 +
systemctl start ddclient
  
 
==Performance Impact==
 
==Performance Impact==
Line 34: Line 42:
 
Do note that many major websites, download hosts and media sites are now using content delivery network. These network will resolve an IP that is closest to you for performance. Typically, when you use your ISP's DNS server, you will get an IP address within or close to your ISP's network.  
 
Do note that many major websites, download hosts and media sites are now using content delivery network. These network will resolve an IP that is closest to you for performance. Typically, when you use your ISP's DNS server, you will get an IP address within or close to your ISP's network.  
  
If you choose to use OpenDNS, you will get IP addresses that are optimal to OpenDNS' network but maybe far away from your network. This will have performance impact for sites that are using content delivery networks.
+
If you choose to use OpenDNS, you will get IP addresses that are optimal to the OpenDNS network but maybe far away from your network. This will have performance impact for sites that are using content delivery networks.

Latest revision as of 22:45, 15 September 2015

Initial Configuration

Amahi uses OpenDNS to provide Domain Name System to translate names into IP address.

Doing so, it has the power to filter or block domain names. (web sites).

OpenDNS can also provide statistics about requests on your network.

One needs to create an account with OpenDNS (free) to access all those features.

Go to http://www.opendns.com/

Select create account.

Once complete go to the network tab. From there add your current IP. It is showing on the upper right corner.

Dnsnetwork.png

Under the setting tab, you can use a preset rules for filtering websites, (Adult website, P2P, drugs) or create your own set of rules, and exceptions.

You can also create shortcut ie; typing "mail" in the url bar, would open your web based email.

Dynamic IP Updater

Refer to one of the following guides for updating your OpenDNS account with your WAN IP automatically when it changes


NOTE: You may encounter issues in Fedora 19/21 with the ddclient not starting. If so, do the following as root user (refer to Red Hat Bugzilla – Bug 860310):
mkdir /var/run/ddclient
chown ddclient:ddclient /var/run/ddclient
systemctl start ddclient

Performance Impact

Do note that many major websites, download hosts and media sites are now using content delivery network. These network will resolve an IP that is closest to you for performance. Typically, when you use your ISP's DNS server, you will get an IP address within or close to your ISP's network.

If you choose to use OpenDNS, you will get IP addresses that are optimal to the OpenDNS network but maybe far away from your network. This will have performance impact for sites that are using content delivery networks.