SV-207584r612253_rule
V-207584
SRG-APP-000516-DNS-000092
BIND-9X-001401
CAT II
10
Edit the "named.conf" file.
Configure the external view statement to server external hosts only:
view "external" {
match-clients { <ip_address> | <address_match_list>; };
};
Restart the BIND 9.x process.
If the BIND 9.x name server is not configured for split DNS, this is Not Applicable.
Verify that the external view of the BIND 9.x server is configured to only serve external hosts.
Inspect the "named.conf" file for the following:
view "external" {
match-clients { <ip_address> | <address_match_list>; };
};
If the "match-clients" sub statement does not limit the external view to external hosts only, this is a finding.
V-207584
False
BIND-9X-001401
If the BIND 9.x name server is not configured for split DNS, this is Not Applicable.
Verify that the external view of the BIND 9.x server is configured to only serve external hosts.
Inspect the "named.conf" file for the following:
view "external" {
match-clients { <ip_address> | <address_match_list>; };
};
If the "match-clients" sub statement does not limit the external view to external hosts only, this is a finding.
M
2926