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