UCF STIG Viewer Logo

The Photon operating system must not perform IPv4 packet forwarding.


Overview

Finding ID Version Rule ID IA Controls Severity
V-239183 PHTN-67-000112 SV-239183r675357_rule Medium
Description
Routing protocol daemons are typically used on routers to exchange network topology information with other routers. If this software is used when not required, system network information may be unnecessarily transmitted across the network.
STIG Date
VMware vSphere 6.7 Photon OS Security Technical Implementation Guide 2021-04-15

Details

Check Text ( C-42394r675355_chk )
At the command line, execute the following command:

# /sbin/sysctl -a --pattern "net.ipv4.ip_forward$"

Expected result:

net.ipv4.ip_forward = 0

If the system is intended to operate as a router, this is N/A.

If the output does not match the expected result, this is a finding.
Fix Text (F-42353r675356_fix)
At the command line, execute the following commands:

# sed -i -e "/^net.ipv4.ip_forward/d" /etc/sysctl.conf
# echo net.ipv4.ip_forward=0>>/etc/sysctl.conf