Use BIND9 On Debian to set up the Domain Name Server-Linux Enterprise Application-Linux server application information. The following is a detailed description. This is a guide for beginners to build a Domain Name Server using BIND 9 On Debian. This Guide assumes that you are familiar with basic Unix Command Line operations and use the Debian GNU/Linux operating system.
This is a guide for beginners to build a Domain Name Server using BIND 9 On Debian. This Guide assumes that you are familiar with basic Unix Command Line operations and use the Debian GNU/Linux operating system.
The method described in this Guide applies to BIND 9.3.1 and later versions of the unstable branch of Debian GNU/Linux for the following purposes:
Provides a DNS Cache Server with good performance for the Intranet.
Provides internal network name resolution and anti-resolution for each machine on the Intranet.
First, switch to the root user and use apt-get to install BIND 9 and some domain name testing tools:
CODE: apt-get install bind9 Apt-get install dnsutils |