Difference between revisions of "Sysctl -p"
Jump to navigation
Jump to search
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | |||
+ | |||
+ | [[sysctl]] -p | ||
+ | [[net.]]ipv4.conf.all.accept_redirects = 0 | ||
+ | net.ipv4.conf.default.accept_redirects = 0 | ||
+ | net.ipv4.conf.all.secure_redirects = 0 | ||
+ | net.ipv4.conf.default.secure_redirects = 0 | ||
+ | net.ipv4.tcp_timestamps = 0 | ||
+ | <pre> | ||
+ | fs.suid_dumpable = 0 | ||
+ | kernel.randomize_va_space = 2 | ||
+ | net.ipv4.ip_forward = 0 | ||
+ | net.ipv4.conf.all.send_redirects = 0 | ||
+ | net.ipv4.conf.default.send_redirects = 0 | ||
+ | net.ipv4.conf.all.accept_source_route = 0 | ||
+ | net.ipv4.conf.default.accept_source_route = 0 | ||
+ | net.ipv6.conf.all.accept_source_route = 0 | ||
+ | net.ipv6.conf.default.accept_source_route = 0 | ||
+ | net.ipv6.conf.all.accept_redirects = 0 | ||
+ | net.ipv6.conf.default.accept_redirects = 0 | ||
+ | net.ipv4.conf.all.log_martians = 1 | ||
+ | net.ipv4.conf.default.log_martians = 1 | ||
+ | net.ipv4.icmp_echo_ignore_broadcasts = 1 | ||
+ | net.ipv4.icmp_ignore_bogus_error_responses = 1 | ||
+ | net.ipv4.tcp_syncookies = 1 | ||
+ | net.ipv6.conf.all.accept_ra = 0 | ||
+ | net.ipv6.conf.default.accept_ra = 0 | ||
+ | net.ipv4.route.flush = 1 | ||
+ | net.ipv6.route.flush = 1 | ||
+ | fs.file-max = 6815744 | ||
+ | kernel.sem = 32000 1024000000 500 32000 | ||
+ | kernel.shmmni = 4096 | ||
+ | kernel.shmall = 1073741824 | ||
+ | kernel.shmmax = 4398046511104 | ||
+ | kernel.panic_on_oops = 1 | ||
+ | net.core.rmem_default = 262144 | ||
+ | net.core.rmem_max = 4194304 | ||
+ | net.core.wmem_default = 262144 | ||
+ | net.core.wmem_max = 1048576 | ||
+ | net.ipv4.conf.all.rp_filter = 2 | ||
+ | net.ipv4.conf.default.rp_filter = 2 | ||
+ | fs.aio-max-nr = 1048576 | ||
+ | net.ipv4.ip_local_port_range = 9000 65500 | ||
+ | vm.nr_hugepages = 10164 | ||
+ | </pre> | ||
+ | |||
+ | |||
+ | == Errors == | ||
+ | [[sysctl]] -p | ||
+ | sysctl: error setting key '[[fs.file-max]]': [[Read-only file system]] | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[sysctl -a]]</code> | ||
== See also == | == See also == |
Latest revision as of 09:36, 8 September 2023
sysctl -p net.ipv4.conf.all.accept_redirects = 0 net.ipv4.conf.default.accept_redirects = 0 net.ipv4.conf.all.secure_redirects = 0 net.ipv4.conf.default.secure_redirects = 0 net.ipv4.tcp_timestamps = 0
fs.suid_dumpable = 0 kernel.randomize_va_space = 2 net.ipv4.ip_forward = 0 net.ipv4.conf.all.send_redirects = 0 net.ipv4.conf.default.send_redirects = 0 net.ipv4.conf.all.accept_source_route = 0 net.ipv4.conf.default.accept_source_route = 0 net.ipv6.conf.all.accept_source_route = 0 net.ipv6.conf.default.accept_source_route = 0 net.ipv6.conf.all.accept_redirects = 0 net.ipv6.conf.default.accept_redirects = 0 net.ipv4.conf.all.log_martians = 1 net.ipv4.conf.default.log_martians = 1 net.ipv4.icmp_echo_ignore_broadcasts = 1 net.ipv4.icmp_ignore_bogus_error_responses = 1 net.ipv4.tcp_syncookies = 1 net.ipv6.conf.all.accept_ra = 0 net.ipv6.conf.default.accept_ra = 0 net.ipv4.route.flush = 1 net.ipv6.route.flush = 1 fs.file-max = 6815744 kernel.sem = 32000 1024000000 500 32000 kernel.shmmni = 4096 kernel.shmall = 1073741824 kernel.shmmax = 4398046511104 kernel.panic_on_oops = 1 net.core.rmem_default = 262144 net.core.rmem_max = 4194304 net.core.wmem_default = 262144 net.core.wmem_max = 1048576 net.ipv4.conf.all.rp_filter = 2 net.ipv4.conf.default.rp_filter = 2 fs.aio-max-nr = 1048576 net.ipv4.ip_local_port_range = 9000 65500 vm.nr_hugepages = 10164
Errors[edit]
sysctl -p sysctl: error setting key 'fs.file-max': Read-only file system
Related[edit]
See also[edit]
Advertising: