Skip to content

Commit 5114715

Browse files
committed
OCPBUGS-29402: Adding safe sysctls
1 parent 233391c commit 5114715

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

modules/nodes-safe-sysctls-list.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,22 @@ a| This restricts `ICMP_PROTO` datagram sockets to users in the group range. The
4949

5050
| `net.ipv4.ip_unprivileged_port_start`
5151
| This defines the first unprivileged port in the network namespace. To disable all privileged ports, set this to `0`. Privileged ports must not overlap with the `ip_local_port_range`. For more information, see link:https://docs.kernel.org/networking/ip-sysctl.html?highlight=ip_unprivileged_port_start#ip-variables#ip-variables[ip_unprivileged_port_start].
52+
53+
|`net.ipv4.ip_local_reserved_ports`
54+
| Specify a range of comma-separated local ports that you want to reserve for applications or services.
55+
56+
| `net.ipv4.tcp_keepalive_time`
57+
| Specify the interval in seconds before the first `keepalive` probe should be sent after a connection has become idle.
58+
59+
| `net.ipv4.tcp_fin_timeout`
60+
| Specify the time in seconds that a connection remains in the `FIN-WAIT-2` state before it is aborted.
61+
62+
| `net.ipv4.tcp_keepalive_intvl`
63+
| Specify the interval in seconds between the `keepalive` probes. This value is multiplied by the `tcp_keepalive_probes` value to determine the total time required before it is decided that the connection is broken.
64+
65+
| `net.ipv4.tcp_keepalive_probes`
66+
| Specify how many `keepalive` probes to send until it is determined that the connection is broken.
67+
5268
|===
5369

5470

0 commit comments

Comments
 (0)