Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

7 . Before the options section, add the following ACL ( if desired, also add the IP address of another local system or subnet )

7. Before the options section, add the following ACL (if desired, also add the IP address of another local system or subnet):
acl special {
localhost;
localnets;
};
8. Still in /etc/named.conf, within the options section, add or change allow-query to:
allow-query { special; };
9. Continuing in /etc/named.conf, within the options section, add or change the listen-on directives to:
listen-on port 53{ localhost; } ;
listen-on-v6 port 53{ localhost; } ;

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems On GPUs In Databases

Authors: Johns Paul ,Shengliang Lu ,Bingsheng He

1st Edition

1680838482, 978-1680838480

More Books

Students also viewed these Databases questions