mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-12 16:59:38 +07:00
docs: add ip_forward recommendation
This commit is contained in:
@ -69,6 +69,12 @@ EOF
|
||||
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.
|
||||
|
||||
## Installation
|
||||
@ -181,4 +187,4 @@ If you use PVE, refer to [#37](https://github.com/daeuniverse/dae/discussions/37
|
||||
|
||||
### Troubleshooting
|
||||
|
||||
See [Troubleshooting](troubleshooting.md).
|
||||
See [Troubleshooting](troubleshooting.md).
|
||||
|
Reference in New Issue
Block a user