ACLs, DNS logs, Queryperf stress tests, and dnstop performance tests

Source: Internet
Author: User

Review:

allow-recursion {}; Define a client that can be recursive

Allow-query {}; Clients that allow queries

allow-transfer{}; Enable zone transfer

Axfr

Ixfr

What if there are more clients that need to be defined?

So you can use a variable to define it, which is the ACL

ACL Acl_name {

***.***.***/**;

***.***.***/**;

};

Intelligent resolution of the server

First, configure three networks: a 172.168.100.1 a 192.168.0.141. a 172.16.100.8

The 192 is assumed to be the client of Unicom network, 172**.8 is assumed to be the client of telecom

Then go to the primary server to define NAMED.CONF (2 of the lab's named services were stopped from the server)

"Here we need to use a new feature view

View View_name {

All areas must be defined in an attempt

where match-clients {}; Represents the use of the defined ACL

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.