BIND 9 Install / Named in Ubuntu
Bind is great DNS software. If you want to install follow this intruction:
- apt-get update
- apt-get upgrade
- apt-get install bind9
- /etc/init.d/apparmor teardown
- update-rc.d -f apparmor remove
- wget --user=ftp --password=ftp ftp://ftp.rs.internic.net/domain/db.cache -O /etc/bind/db.root
- 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;
- /etc/init.d/bind9 restart
- update-rc.d bind9 defaults
Done thank's
Nur Choliku Anwar
cara implementasinya gimana ya
ReplyDelete@Mesin: apakah ada yang belum jelas?Saya rasa itu sudah semua
ReplyDelete