Difference between revisions of "Konfigurasi Untuk OpenDNS"

From OnnoWiki
Jump to navigation Jump to search
Line 13: Line 13:
 
         nameserver 208.67.222.222
 
         nameserver 208.67.222.222
 
         nameserver 208.67.220.220
 
         nameserver 208.67.220.220
 +
 +
 +
 +
Konfigurasi untuk BIND DNS Server. Edit named.conf
 +
 +
# vi /etc/bind/named.conf.options
 +
 +
Pastikan isinya ada
 +
 +
        options {
 +
        forwarders { 208.67.222.222; 208.67.220.220; };
 +
        ...
 +
        };
 +
 +
 +
Reload BIND
 +
 +
# rndc reload

Revision as of 06:47, 6 February 2008

Di kutip dari situs OpenDNS http://www.opendns.com

"OpenDNS protects millions of people a day across hundreds of thousands of schools, businesses and homes as they navigate the Internet. We block phishing sites and give you the power to block adult sites, proxies and individual domains."


Konfigurasinya sangat sederhana. Edit /etc/resolv.conf

# vi /etc/resolv.conf

Pastikan isinya

       nameserver 208.67.222.222
       nameserver 208.67.220.220


Konfigurasi untuk BIND DNS Server. Edit named.conf

# vi /etc/bind/named.conf.options

Pastikan isinya ada

       options {
       	forwarders { 208.67.222.222; 208.67.220.220; };
       	...
       };


Reload BIND

# rndc reload