]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/etc/sysctl.conf
flash-images: disable fsck timecheck.
[people/pmueller/ipfire-2.x.git] / config / etc / sysctl.conf
CommitLineData
cd1a2927
MT
1net.ipv4.ip_forward = 1
2net.ipv4.ip_dynaddr = 1
3net.ipv4.icmp_echo_ignore_broadcasts = 1
4net.ipv4.icmp_ignore_bogus_error_responses = 1
5
cd1a2927
MT
6net.ipv4.tcp_syncookies = 1
7net.ipv4.tcp_fin_timeout = 30
cd1a2927
MT
8net.ipv4.tcp_syn_retries = 3
9net.ipv4.tcp_synack_retries = 3
10
ed37f707 11net.ipv4.conf.default.arp_filter = 1
cd1a2927
MT
12net.ipv4.conf.default.rp_filter = 0
13net.ipv4.conf.default.accept_redirects = 0
14net.ipv4.conf.default.accept_source_route = 0
15net.ipv4.conf.default.log_martians = 1
16
ed37f707 17net.ipv4.conf.all.arp_filter = 1
cd1a2927
MT
18net.ipv4.conf.all.rp_filter = 0
19net.ipv4.conf.all.accept_redirects = 0
20net.ipv4.conf.all.accept_source_route = 0
21net.ipv4.conf.all.log_martians = 1
22
23kernel.printk = 1 4 1 7
832eec23 24vm.swappiness=0
dc931fba 25vm.mmap_min_addr = 4096