SV-269435r1050318_rule
V-269435
SRG-OS-000420-GPOS-00186
ALMA-09-042480
CAT II
10
Configure AlmaLinux OS 9 to use TCP syncookies using the following command:
$ echo 'net.ipv4.tcp_syncookies = 1' > /etc/sysctl.d/60-syncookies.conf
Load settings from all system configuration files with the following command:
$ sysctl --system
Verify AlmaLinux OS 9 is configured to use IPv4 TCP syncookies with the following command:
$ sysctl net.ipv4.tcp_syncookies
net.ipv4.tcp_syncookies = 1
Check that the configuration files are present to enable this kernel parameter.
$ /usr/lib/systemd/systemd-sysctl --cat-config | egrep -v '^(#|;)' | grep -F net.ipv4.tcp_syncookies | tail -1
net.ipv4.tcp_syncookies = 1
If the network parameter "ipv4.tcp_syncookies" is not equal to "1" or nothing is returned, this is a finding.
V-269435
False
ALMA-09-042480
Verify AlmaLinux OS 9 is configured to use IPv4 TCP syncookies with the following command:
$ sysctl net.ipv4.tcp_syncookies
net.ipv4.tcp_syncookies = 1
Check that the configuration files are present to enable this kernel parameter.
$ /usr/lib/systemd/systemd-sysctl --cat-config | egrep -v '^(#|;)' | grep -F net.ipv4.tcp_syncookies | tail -1
net.ipv4.tcp_syncookies = 1
If the network parameter "ipv4.tcp_syncookies" is not equal to "1" or nothing is returned, this is a finding.
M
5664