Configuring and Managing DNS Servers

Source: Internet
Author: User
Keywords DNS Server
Tags aliyun analysis bind configuration dns dns server dns servers domain

"Mission Analysis and Requirements"
 This task is to achieve the primary DNS service, assume the network of DNS http://www.aliyun.com/zixun/aggregation/11632.html "> 24-hour All-weather service, so configuration and management are the core
 Master the installation and implementation principle of DNS under Linux
 Master DNS service configuration and detection method

"Hardware and Software Environment"
 using virtual machines to integrate with real host environment
 Install red Hat Enterprise Linux Server 5.0 in VMware Virtual machine systems
 ISO file with Linux installation CD on hard drive

"Step Decomposition"
According to the domain name design in the project overview, the registered domain name is test.com, as shown in table 3 in the overview section.

1. Install DNS Service

Installation (first and two discs)
#mount/media
#cd/media/server
#rpm –IVH bind-9.3.3-7.el5.i386.rpm (second CD)
#rpm –IVH bind-utils-9.3.3-7.el5.i386.rpm (first CD)

2, create the configuration/etc/named.conf main configuration file

#cp/usr/share/doc/bind-9.3.3/sample/etc/named.*/etc/
#cp/usr/share/doc/bind-9.3.3/sample/var/named/*.zone/var/named
#cd etc
#wget Ftp://ftp.rs.internic.net/domain/named.root//If the network is available, you can download the new Named.root file directly
Or
#cp/usr/share/doc/bind-9.3.3/sample/var/named/named.root/etc/
#cp/usr/share/doc/bind-9.3.3/sample/var/named/named.*/var/named

3, the following edit named.conf main configuration file

#vi/etc/named.conf

When you edit a file, the name of the view, the name of the zone, and the file name of the positive and negative areas can be set according to your own.

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.