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-215209

CAT II (Medium)

All AIX NFS anonymous UIDs and GIDs must be configured to values without permissions.

Rule ID

SV-215209r991589_rule

STIG

IBM AIX 7.x Security Technical Implementation Guide

Version

V3R2

CCIs

CCI-000366

Discussion

When an NFS server is configured to deny remote root access, a selected UID and GID are used to handle requests from the remote root user. The UID and GID should be chosen from the system to provide the appropriate level of non-privileged access.

Check Content

Check if the "anon" option is set correctly for exported file systems. 

List exported file systems using command: 

# exportfs -v 
/home/doej     rw,anon=-1,access=doej

Note: Each of the exported file systems should include an entry for the "anon=" option set to "-1" or an equivalent (60001, 60002, 65534, or 65535). 

If an appropriate "anon=" setting is not present for an exported file system, this is a finding.

Fix Text

Edit "/etc/exports" and set the "anon=-1" option for all exported file systems without it. 

Re-export the file systems using command: 
# exportfs -a