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 8ab7982 commit ec805df
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/gettingstarted/getting-started-runtime-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,8 @@ which may not be adequate for your configuration.
In many distributions, for example CentOS provisioned in AWS, IPv4 forwarding is not enabled by default.
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 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 ec805df

Please sign in to comment.