Add sysctl config

This commit is contained in:
Laura Hausmann 2020-04-03 21:17:14 +02:00
parent 8ea3866a2f
commit e6dd0c2e3d
Signed by: zotan
GPG Key ID: 5EC1D38FFC321311
1 changed files with 9 additions and 0 deletions

9
sysctl/dn42.conf Normal file
View File

@ -0,0 +1,9 @@
net.ipv4.conf.all.forwarding = 1
net.ipv4.conf.all.rp_filter = 0
net.ipv4.conf.default.forwarding = 1
net.ipv4.conf.default.rp_filter = 0
net.ipv6.conf.all.accept_ra = 2
net.ipv6.conf.all.forwarding = 1
net.ipv6.conf.default.accept_ra = 2
net.ipv6.conf.default.forwarding = 1
net.ipv6.conf.all.proxy_ndp = 1