SV-207552r612253_rule
V-207552
SRG-APP-000142-DNS-000014
BIND-9X-001053
CAT II
10
Edit the "named.conf" file.
Add the following line to the "options" statement:
listen-on port 53 { <ip_address>; };
Replace "<ip_address>" with the IP of the name server.
Restart the BIND 9.x process.
Verify the BIND 9.x server is configured to listen on UDP/TCP port 53.
Inspect the "named.conf" file for the following:
options {
listen-on port 53 { <ip_address>; };
};
If the "port" variable is missing, this is a finding.
If the "port" variable is not set to "53", this is a finding.
Note: "<ip_address>" should be replaced with the DNS server IP address.
V-207552
False
BIND-9X-001053
Verify the BIND 9.x server is configured to listen on UDP/TCP port 53.
Inspect the "named.conf" file for the following:
options {
listen-on port 53 { <ip_address>; };
};
If the "port" variable is missing, this is a finding.
If the "port" variable is not set to "53", this is a finding.
Note: "<ip_address>" should be replaced with the DNS server IP address.
M
2926