X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=config%2Fetc%2Fsysctl.conf;h=e2e3d81b032ab1877e6c76e0136b8be165b23775;hp=8e06701ee630883e2b39159057f436d8cff8763b;hb=HEAD;hpb=94ca39b479b1c122294bce9c30d3fbac58ac1738 diff --git a/config/etc/sysctl.conf b/config/etc/sysctl.conf index 8e06701ee..e2e3d81b0 100644 --- a/config/etc/sysctl.conf +++ b/config/etc/sysctl.conf @@ -1,7 +1,10 @@ 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_ratelimit = 1000 +net.ipv4.icmp_ratemask = 6168 net.ipv4.tcp_syncookies = 1 net.ipv4.tcp_fin_timeout = 30 @@ -20,9 +23,14 @@ net.ipv4.conf.all.accept_redirects = 0 net.ipv4.conf.all.accept_source_route = 0 net.ipv4.conf.all.log_martians = 1 -net.netfilter.nf_conntrack_acct = 1 - 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