SV-269888r1052480_rule
V-269888
SRG-NET-000362-RTR-000112
OS10-RTR-000630
CAT III
10
Disable IP directed broadcasts on all Layer 3 interfaces with the following commands.
OS10# system "echo net.ipv4.conf.all.bc_forwarding = 0 > /tmp/directed_broadcast.conf"
OS10# system "echo net.ipv4.conf.default.bc_forwarding = 0 >> /tmp/directed_broadcast.conf"
OS10# system "sudo cp /tmp/directed_broadcast.conf /etc/sysctl.d/"
OS10# system "sudo sysctl net.ipv4.conf.all.bc_forwarding=0"
Review the router configuration to determine if IP directed broadcast is enabled.
Perform the following command and verify that bc_forwarding = 0 for all interfaces. If bc_forwarding = 1 then directed broadcast is enabled. The default value is 0, disabled.
OS10# system "sudo sysctl net.ipv4.conf | grep bc_forwarding"
If IP directed broadcast is enabled on Layer 3 interfaces, this is a finding.
V-269888
False
OS10-RTR-000630
Review the router configuration to determine if IP directed broadcast is enabled.
Perform the following command and verify that bc_forwarding = 0 for all interfaces. If bc_forwarding = 1 then directed broadcast is enabled. The default value is 0, disabled.
OS10# system "sudo sysctl net.ipv4.conf | grep bc_forwarding"
If IP directed broadcast is enabled on Layer 3 interfaces, this is a finding.
M
5668