SV-272381r1124039_rule
V-272381
SRG-APP-000516-DNS-000092
BIND-9X-001240
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-272381
False
BIND-9X-001240
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
5687