Configure the dns server in linux

Source: Internet
Author: User
Linux configuration dns server-Linux Enterprise Application-Linux server application information. The following is a detailed description. My configuration is only used to resolve the domain name of .myqmail.com on the LAN.

First, determine whether your machine is loaded with the bind software. It is used to resolve domain names.

[Root @ duanj ~] # Rpm-qa bind
Binary-9.2.4-2

In/etc/rc. d/init. d/named, the daemon port of bind is 53.

Rndc is a named listening command and has its own port.

Now we need these files.

1./etc/resolv. conf specifies what the dns server is and the default dns query domain

Domain myqmail.com

Nameserver 192.168.1.169

2./etc/named. conf specifies the dns database file. It is also the main configuration file.

Add the database service file myqmail.com according to the existing format.
QUOTE:
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.