BIND 9 Install / Named in Ubuntu


Bind is great DNS software. If you want to install follow this intruction:

  1. apt-get update
  2. apt-get upgrade
  3. apt-get install bind9
  4. /etc/init.d/apparmor teardown
  5. update-rc.d -f apparmor remove
  6. wget --user=ftp --password=ftp ftp://ftp.rs.internic.net/domain/db.cache -O /etc/bind/db.root
  7. Change/Add this line in /etc/bind/named.conf.option in option{}
    allow-query { any; };
    allow-recursion { any; };
    forwarders {
    8.8.8.8;

    8.8.4.4; 

    };
    dnssec-validation no;
  8. /etc/init.d/bind9 restart
  9. update-rc.d bind9 defaults

Done thank's

Nur Choliku Anwar

Install Server Networking Programming

Support you how to install server, networking and Programming Easy

2 comments:

You can post comment with english language or indonesia language.
Anda bisa memberikan komentar dalam bahasa inggris atau bahasa indonesia.