"Linux" DNS service-bind basic configuration

Source: Internet
Author: User

About Bind

The most widely used DNS server software now is bind (Berkeley Internet Name Domain), which was first written by a student at Berkeley University, and now the latest version is 9, with ISC (Internet Systems Consortium) written and maintained.

Bind supports most of the first operating systems (Linux,unix,mac,windows)

The name of the bind service is called named

DNS by default using UDP, TCP protocol, using port is (domain), 953 (MDC, remote control use)

Bind installation

This example uses the same environment as the CentOS 6.5 Linux operating system, so it is straightforward to use the command: Yum install-y bind Bind-chroot bind-utils
Where Bind-chroot and bind-utils are bind-related packages.
  
  

Bind configuration

Bind config file is saved in two locations:
/etc/named.conf-bind Service Master configuration file
/var/named/-zone file (DNS information for the domain)

If Bind-chroot is installed (where chroot is the abbreviation for change root), bind is encapsulated in a pseudo-root directory where the configuration file becomes:
/var/named/chroot/etc/named.conf-bind Service Master configuration file
/var/named/chroot/var/named/-zone file
Chroot is encapsulated in a pseudo-root directory through the relevant files, has achieved the purpose of security protection, once the program is compromised, will only access the contents of the pseudo-root directory, not the real root directory

"Linux" DNS service-bind basic configuration

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.