SV-100985r1_rule
V-90335
SRG-APP-000315-WSR-000004
VRAU-LI-000375
CAT II
10
Determine the IP addresses which will be allowed to access Lighttpd.
Navigate to and open /opt/vmware/etc/lighttpd/lighttpd.conf
Configure the "lighttpd.conf" file with the following:
$HTTP["remoteip"] !~ "a.a.a.a" {
url.access-deny = ( "" )
}
Note: a.a.a.a is the IPv4 address provided by the ISSO. If additional IPv4 addresses are allowed, use the information shown below instead (3 addresses shown):
$HTTP["remoteip"] !~ "a.a.a.a|b.b.b.b|c.c.c.c" {
url.access-deny = ( "" )
}
At the command prompt, execute the following command:
grep -A 4 'remoteip' /opt/vmware/etc/lighttpd/lighttpd.conf
If the command does not return any output, this is a finding.
Note: The output should look like the following:
$HTTP["remoteip"] !~ "a.a.a.a" {
url.access-deny = ( "" )
}
Where a.a.a.a is an allowed IP address.
V-90335
False
VRAU-LI-000375
At the command prompt, execute the following command:
grep -A 4 'remoteip' /opt/vmware/etc/lighttpd/lighttpd.conf
If the command does not return any output, this is a finding.
Note: The output should look like the following:
$HTTP["remoteip"] !~ "a.a.a.a" {
url.access-deny = ( "" )
}
Where a.a.a.a is an allowed IP address.
M
3457