aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/files/sysctl-nf-conntrack.conf
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2018-04-12 17:57:44 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-04-13 10:16:45 +0200
commit445682c07d0669984f2cc8acb1fba5e1a5e3bc27 (patch)
tree1a7c0c1c1521850d157600e14965f27507d7b849 /package/kernel/linux/files/sysctl-nf-conntrack.conf
parentbee696d66c95337d91fc0256afbf481dc93ddb27 (diff)
downloadupstream-445682c07d0669984f2cc8acb1fba5e1a5e3bc27.tar.gz
upstream-445682c07d0669984f2cc8acb1fba5e1a5e3bc27.tar.bz2
upstream-445682c07d0669984f2cc8acb1fba5e1a5e3bc27.zip
base-files: move netfilter sysctl defaults to specific kmod packages
Avoid warnings when applying settings for uninstalled kmods. See also FS#1073. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'package/kernel/linux/files/sysctl-nf-conntrack.conf')
-rw-r--r--package/kernel/linux/files/sysctl-nf-conntrack.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/kernel/linux/files/sysctl-nf-conntrack.conf b/package/kernel/linux/files/sysctl-nf-conntrack.conf
new file mode 100644
index 0000000000..37baf5fd6f
--- /dev/null
+++ b/package/kernel/linux/files/sysctl-nf-conntrack.conf
@@ -0,0 +1,9 @@
+# Do not edit, changes to this file will be lost on upgrades
+# /etc/sysctl.conf can be used to customize sysctl settings
+
+net.netfilter.nf_conntrack_acct=1
+net.netfilter.nf_conntrack_checksum=0
+net.netfilter.nf_conntrack_max=16384
+net.netfilter.nf_conntrack_tcp_timeout_established=7440
+net.netfilter.nf_conntrack_udp_timeout=60
+net.netfilter.nf_conntrack_udp_timeout_stream=180