]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - config/etc/sysctl.conf
Merge branch 'next' of https://github.com/ipfire/ipfire-2.x into feature_firewalllog_...
[people/teissler/ipfire-2.x.git] / config / etc / sysctl.conf
index b2934577ee2ced4251a289f958ff8369cdf78aea..d6a2f75048123728f5b44b7a245d200761e67c5f 100644 (file)
@@ -24,3 +24,10 @@ kernel.printk = 1 4 1 7
 vm.swappiness=0
 vm.mmap_min_addr = 4096
 vm.min_free_kbytes = 8192
+
+# Disable IPv6 by default.
+net.ipv6.conf.all.disable_ipv6 = 1
+net.ipv6.conf.default.disable_ipv6 = 1
+
+# Enable netfilter accounting
+net.netfilter.nf_conntrack_acct=1