Enable net.ipv6.conf.all.forwarding=1

This since the per interface setting does not work as in ipv4
The only way to limit forward (per interface) for ipv6 is by
using netfilter.
This commit is contained in:
Mattias Walström
2023-12-07 14:52:00 +01:00
committed by Joachim Wiberg
parent 734cc18919
commit a31b907bc0
+2 -1
View File
@@ -1,4 +1,5 @@
net.ipv6.conf.all.forwarding=0
net.ipv6.conf.all.forwarding=1
net.ipv6.conf.default.forwarding=0
net.ipv6.conf.all.autoconf=0
net.ipv6.conf.default.autoconf=0
net.ipv6.conf.default.keep_addr_on_down=1