"Linux" DNS service-bind from server, cache server, forwarding server configuration

Source: Internet
Author: User

Environment

Operating system: CentOS 6.5

DNS software: Bind (Installation reference: "Linux" DNS service-bind basic configuration (ii))

Bind slave Server

From the server is to add the configuration information from the domain example.net in the main configuration file of Bind 3

  1. configuration file Location
   
/var/named/chroot/etc/named.conf
2. Add a zone definition for a row of fields in the master configuration file:
Zone "Example.net" {
Type slave;
Masters {120.27.99.64;};
File "Slaves/example.net.zone";
}
    
3, because bind is named user to run, so to the Storage zone file folder (/var/named/chroot/var/named/slaves) Authorization:
Before authorization:
    

Authorized:
    

4, start the BIND service, services named Start, in the Storage Zone folder (/var/named/chroot/var/named/slaves) view, has put the Example.net.zone file down
    

5, modify the DNS server IP address, test dig www.example.net
    

"Linux" DNS service-bind from server, cache server, forwarding server configuration

Related Article

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.