STIGQter STIGQter: STIG Summary: Red Hat Enterprise Linux 8 Security Technical Implementation Guide Version: 2 Release: 8 Benchmark Date: 01 Jul 2026:

RHEL 8 must log IPv4 packets with impossible addresses by default.

DISA Rule

SV-284949r1208759_rule

Vulnerability Number

V-284949

Group Title

SRG-OS-000420-GPOS-00186

Rule Version

RHEL-08-040222

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure RHEL 8 to log martian packets on IPv4 interfaces by default.

Create a configuration file if it does not already exist:

$ sudo vi /etc/sysctl.d/ipv4_log_martians.conf

Add the following line to the file:

net.ipv4.conf.default.log_martians=1

Reload settings from all system configuration files with the following command:

$ sudo sysctl --system

Check Contents

Verify RHEL 8 logs IPv4 martian packets by default.

Check the value of the "default.log_martians" variable with the following command:

$ sudo sysctl net.ipv4.conf.default.log_martians
net.ipv4.conf.default.log_martians = 1

If "net.ipv4.conf.default.log_martians" is not set to "1" or is missing, this is a finding.

Vulnerability Number

V-284949

Documentable

False

Rule Version

RHEL-08-040222

Severity Override Guidance

Verify RHEL 8 logs IPv4 martian packets by default.

Check the value of the "default.log_martians" variable with the following command:

$ sudo sysctl net.ipv4.conf.default.log_martians
net.ipv4.conf.default.log_martians = 1

If "net.ipv4.conf.default.log_martians" is not set to "1" or is missing, this is a finding.

Check Content Reference

M

Target Key

2921