]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - config/etc/sysctl.conf
firewall: Extend rate limiting for ICMP error messages.
[people/teissler/ipfire-2.x.git] / config / etc / sysctl.conf
index b2934577ee2ced4251a289f958ff8369cdf78aea..a91aeb37f16dc82f5b183f45e9f278ad483f4283 100644 (file)
@@ -1,7 +1,9 @@
 net.ipv4.ip_forward = 1
 net.ipv4.ip_dynaddr = 1
+
 net.ipv4.icmp_echo_ignore_broadcasts = 1
 net.ipv4.icmp_ignore_bogus_error_responses = 1
+net.ipv4.icmp_ratemask = 88089
 
 net.ipv4.tcp_syncookies = 1
 net.ipv4.tcp_fin_timeout = 30
@@ -24,3 +26,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