SV-219579r603263_rule
V-219579
SRG-OS-000480
OL6-00-000320
CAT II
10
To set the default policy to DROP (instead of ACCEPT) for the built-in FORWARD chain which processes packets that will be forwarded from one interface to another, add or correct the following line in "/etc/sysconfig/iptables":
:FORWARD DROP [0:0]
Run the following command to ensure the default "FORWARD" policy is "DROP":
grep ":FORWARD" /etc/sysconfig/iptables
The output must be the following:
# grep ":FORWARD" /etc/sysconfig/iptables
:FORWARD DROP [0:0]
If it is not, this is a finding.
V-219579
False
OL6-00-000320
Run the following command to ensure the default "FORWARD" policy is "DROP":
grep ":FORWARD" /etc/sysconfig/iptables
The output must be the following:
# grep ":FORWARD" /etc/sysconfig/iptables
:FORWARD DROP [0:0]
If it is not, this is a finding.
M
2928