SV-207595r612253_rule
V-207595
SRG-APP-000516-DNS-000087
BIND-9X-001612
CAT II
10
Edit the zone file and configure each name server on a separate network segment.
Verify that each name server listed on the BIND 9.x server is on a separate network segment.
Inspect the "named.conf" file and identify all of the zone files that the BIND 9.x server is using.
zone "example.com" {
file "zone_file";
};
Inspect each zone file and identify each A record for each NS record listed:
ns1.example.com 86400 IN A 192.168.1.4
ns2.example.com 86400 IN A 192.168.2.4
If there are name servers listed in the zone file that are not on different network segments for the specified domain, this is a finding.
V-207595
False
BIND-9X-001612
Verify that each name server listed on the BIND 9.x server is on a separate network segment.
Inspect the "named.conf" file and identify all of the zone files that the BIND 9.x server is using.
zone "example.com" {
file "zone_file";
};
Inspect each zone file and identify each A record for each NS record listed:
ns1.example.com 86400 IN A 192.168.1.4
ns2.example.com 86400 IN A 192.168.2.4
If there are name servers listed in the zone file that are not on different network segments for the specified domain, this is a finding.
M
2926