mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
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:
committed by
Joachim Wiberg
parent
734cc18919
commit
a31b907bc0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user