STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 1 hour ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to IBM AIX 7.x Security Technical Implementation Guide

V-215265

CAT II (Medium)

AIX must not have IP forwarding for IPv6 enabled unless the system is an IPv6 router.

Rule ID

SV-215265r991589_rule

STIG

IBM AIX 7.x Security Technical Implementation Guide

Version

V3R2

CCIs

CCI-000366

Discussion

If the system is configured for IP forwarding and is not a designated router, it could be used to bypass network security by providing a path for communication not filtered by network devices.

Check Content

From the command prompt, run the following command:

# /usr/sbin/no -o ip6forwarding 
ip6forwarding = 0

If the value returned is not "0", this is a finding.

Fix Text

Disable IPv6 forwarding on the system: 
# /usr/sbin/no -p -o ip6forwarding=0