dont use net.ipv4.ip_forward
`net.ipv4.conf.all.forwarding` is sufficient.
This commit is contained in:
parent
1a33f3791c
commit
cba3b31df3
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@
|
|||
|
||||
# Enable forwarding of packets
|
||||
boot.kernel.sysctl = {
|
||||
"net.ipv4.ip_forward" = true;
|
||||
"net.ipv4.conf.all.forwarding" = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue