fix kernel ip forwarding on trantor
This commit is contained in:
parent
982e7edd2d
commit
8f165dbc05
1 changed files with 3 additions and 4 deletions
|
|
@ -31,9 +31,8 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
kernel.sysctl = {
|
||||
"net.ipv4.ip_forward" = 1;
|
||||
kernel.sysctl = {
|
||||
"net.ipv4.ip_forward" = 1;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue