An XCCDF Group - A logical subset of the XCCDF Benchmark
net.ipv4.conf.all.send_redirects
$ sudo sysctl -w net.ipv4.conf.all.send_redirects=0
/etc/sysctl.d
net.ipv4.conf.all.send_redirects = 0
net.ipv4.conf.default.send_redirects
$ sudo sysctl -w net.ipv4.conf.default.send_redirects=0
net.ipv4.conf.default.send_redirects = 0
net.ipv4.ip_forward
$ sudo sysctl -w net.ipv4.ip_forward=0
net.ipv4.ip_forward = 0