SV-272392r1124046_rule
V-272392
SRG-APP-000516-DNS-000500
BIND-9X-001360
CAT II
10
Configure the BIND 9.x caching name server to use the DISA ERS anycast IP addresses.
Edit the "named.conf" file and add the following to the global options statement:
forward only;
forwarders { <IP_ADDRESS_LIST>; };
Restart the BIND 9.x process.
If the server is not a caching server, this is not applicable.
Note: The use of the Defense Research and Engineering Network (DREN) Enterprise Recursive DNS servers, as mandated by the DODIN service provider DREN, meets the intent of this requirement.
Verify that the server is configured to forward all DNS traffic to the DISA ERS anycast IP addresses ( <IP_ADDRESS_LIST>; ).
Inspect the "named.conf" file for the following:
forward only;
forwarders { <IP_ADDRESS_LIST>; };
If the "named.conf" options are not set to forward queries only to the ERS anycast IPs, this is a finding.
V-272392
False
BIND-9X-001360
If the server is not a caching server, this is not applicable.
Note: The use of the Defense Research and Engineering Network (DREN) Enterprise Recursive DNS servers, as mandated by the DODIN service provider DREN, meets the intent of this requirement.
Verify that the server is configured to forward all DNS traffic to the DISA ERS anycast IP addresses ( <IP_ADDRESS_LIST>; ).
Inspect the "named.conf" file for the following:
forward only;
forwarders { <IP_ADDRESS_LIST>; };
If the "named.conf" options are not set to forward queries only to the ERS anycast IPs, this is a finding.
M
5687