turn on ip_forward on host sysctl
This commit is contained in:
parent
a8b2a9b24b
commit
debc495165
1 changed files with 2 additions and 1 deletions
|
|
@ -210,4 +210,5 @@ in
|
||||||
{
|
{
|
||||||
config.systemd.services = namespaceGlobalService // networkServices;
|
config.systemd.services = namespaceGlobalService // networkServices;
|
||||||
config.systemd.targets = networkTargets;
|
config.systemd.targets = networkTargets;
|
||||||
|
config.boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue