SV-64107r1_rule
V-22490
GEN005570
GEN005570
CAT II
10
Add a default route for IPv6.
Edit /etc/sysconfig/network-scripts/ifcfg-eth0 (substitute interface as appropriate).
Add an IPV6_DEFAULTGW=<gateway> configuration setting.
Restart the interface.
# ifdown eth0; ifup eth0
Check for a default route for IPv6. If the system is a VM host and acts as a router solely for the benefit of its client systems, then this rule is not applicable.
# ip -6 route list | grep default
If the system uses IPv6, and no results are returned, this is a finding.
V-22490
False
GEN005570
Check for a default route for IPv6. If the system is a VM host and acts as a router solely for the benefit of its client systems, then this rule is not applicable.
# ip -6 route list | grep default
If the system uses IPv6, and no results are returned, this is a finding.
M
System Administrator
2207