mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 07:33:01 +02:00
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.
6 lines
170 B
Plaintext
6 lines
170 B
Plaintext
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
|