UCF STIG Viewer Logo

The system must be configured with a default gateway for IPv4 if the system uses IPv4, unless the system is a router.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227002 GEN005560 SV-227002r603265_rule Medium
Description
If a system has no default gateway defined, the system is at increased risk of man-in-the-middle, monitoring, and Denial of Service attacks.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-29164r485345_chk )
Check the system for an IPv4 default route.

Procedure:
# netstat -r |grep default

If a default route is not defined, this is a finding.
Fix Text (F-29152r485346_fix)
Create or edit /etc/defaultrouter to contain the default gateway address.

Procedure (for a default gateway of 192.168.3.1):
# echo "192.168.3.1" > /etc/defaultrouter

Restart the system for the setting to take effect.