mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-04 15:27:55 +07:00
docs: kernel-parameters
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
# Configure Kernel Parameters
|
||||
|
||||
> **Note**
|
||||
> Parameters will be automatically configured if `global.auto_config_kernel_parameter` is `true`.
|
||||
|
||||
If you set up dae as a router or other intermediate device and bind it to LAN interfaces, you need to adjust some linux kernel parameters to make everything work fine. By default, the latest Linux distributions have IP Forwarding `disabled`. In the case where we need to up a Linux router/gateway or a VPN server or simply a plain dial-in server, then we need to enable forwarding. Moreover, in order to keep our gateway position and keep correct downstream route table, we should disable `send-redirects`. Do the followings to adjust linux kernel parameters:
|
||||
|
||||
For every LAN interfaces you want to proxy:
|
||||
|
Reference in New Issue
Block a user