mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-14 09:48:47 +07:00
docs: add ip_forward recommendation
This commit is contained in:
@ -69,6 +69,12 @@ EOF
|
|||||||
sudo sysctl --system
|
sudo sysctl --system
|
||||||
```
|
```
|
||||||
|
|
||||||
|
It is also recommended to enable IPv4 forward to avoid weird situations:
|
||||||
|
```shell
|
||||||
|
echo "net.ipv4.ip_forward = 1" | sudo tee /etc/sysctl.d/60-ip-foward.conf
|
||||||
|
sudo sysctl --system
|
||||||
|
```
|
||||||
|
|
||||||
Please modify `docker0` to your LAN interface.
|
Please modify `docker0` to your LAN interface.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
Reference in New Issue
Block a user