]> git.ipfire.org Git - ipfire-3.x.git/blame - initscripts/sysctl.conf
Merge remote-tracking branch 'stevee/dbus'
[ipfire-3.x.git] / initscripts / sysctl.conf
CommitLineData
ccbe9281
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
6net.ipv4.tcp_sack = 0
7net.ipv4.tcp_timestamps = 0
8net.ipv4.tcp_syncookies = 1
9net.ipv4.tcp_fin_timeout = 30
10net.ipv4.tcp_window_scaling = 0
11net.ipv4.tcp_syn_retries = 3
12net.ipv4.tcp_synack_retries = 3
13
14net.ipv4.conf.default.rp_filter = 0
15net.ipv4.conf.default.accept_redirects = 0
16net.ipv4.conf.default.accept_source_route = 0
17net.ipv4.conf.default.log_martians = 1
18
19net.ipv4.conf.all.rp_filter = 0
20net.ipv4.conf.all.accept_redirects = 0
21net.ipv4.conf.all.accept_source_route = 0
22net.ipv4.conf.all.log_martians = 1
23
b9feeb0c
MT
24# IPv6 settings
25net.ipv6.conf.default.forwarding = 1
26net.ipv6.conf.default.autoconf = 0
27
ccbe9281 28kernel.printk = 1 4 1 7