SV-216143r603268_rule
V-216143
SRG-OS-000480
SOL-11.1-050130
CAT II
10
The Network Management profile is required.
Disable routing for IPv4 and IPv6.
# pfexec routeadm -d ipv4-forwarding -d ipv4-routing
# pfexec routeadm -d ipv6-forwarding -d ipv6-routing
To apply these changes to the running system, use the command:
# pfexec routeadm -u
Determine if routing is disabled.
# routeadm -p | egrep "routing |forwarding" | grep enabled
If the command output includes "persistent=enabled" or "current=enabled", this is a finding.
V-216143
False
SOL-11.1-050130
Determine if routing is disabled.
# routeadm -p | egrep "routing |forwarding" | grep enabled
If the command output includes "persistent=enabled" or "current=enabled", this is a finding.
M
4021