Skip to content

Commit

Permalink
doc: Update kernel-parameters.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwinger233 committed Apr 14, 2024
1 parent 7c11a86 commit 23b8ad0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/en/user-guide/kernel-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ EOF
sudo sysctl --system
```

It is also recommended to enable IPv4 forward to avoid weird situations:
It is also recommended to enable IPv4 and IPv6 forward to avoid weird situations:

```shell
echo "net.ipv4.ip_forward = 1" | sudo tee /etc/sysctl.d/60-ip-forward.conf
echo "net.ipv6.conf.all.forwarding = 1" | sudo tee /etc/sysctl.d/60-ip-forward.conf
sudo sysctl --system
```

Expand Down

0 comments on commit 23b8ad0

Please sign in to comment.