password generation utility was still python2
[bootcd.git] / etc / sysctl.conf
1 # Kernel sysctl configuration file for Red Hat Linux
2 #
3 # For binary values, 0 is disabled, 1 is enabled.  See sysctl(8) and
4 # sysctl.conf(5) for more details.
5
6 # Controls IP packet forwarding
7 net.ipv4.ip_forward = 0
8
9 # Controls source route verification
10 net.ipv4.conf.default.rp_filter = 1
11
12 # Controls the System Request debugging functionality of the kernel
13 kernel.sysrq = 0
14
15 # Controls whether core dumps will append the PID to the core filename.
16 # Useful for debugging multi-threaded applications.
17 kernel.core_uses_pid = 1
18
19 # TCP window scaling and broken routers
20 net.ipv4.tcp_moderate_rcvbuf=0
21 net.ipv4.tcp_window_scaling=0