Skip to content

Commit

Permalink
Update getting-started-runtime-configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mstopa-splunk authored Jul 3, 2024
1 parent d46f76d commit 8ab7982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/gettingstarted/getting-started-runtime-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ IPv4 forwarding must be enabled for container networking.

* To check that IPv4 forwarding is enabled:
```sudo sysctl net.ipv4.ip_forward```

* To enable IPv4 forwarding:
```sudo sysctl net.ipv4.ip_forward=1```

* To ensure your changes persist upon reboot:
* Define sysctl settings through files in ```/usr/lib/sysctl.d/```, ```/run/sysctl.d/```, and ```/etc/sysctl.d/```.
* To override only specific settings, either add a file with a lexically later name in ```/etc/sysctl.d/``` and put following setting there or find this specific setting in one of the existing configuration files and set the value to ```1```.
Expand Down

0 comments on commit 8ab7982

Please sign in to comment.