mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
13 lines
565 B
Plaintext
13 lines
565 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * microshift_networking/microshift-cni.adoc.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="microshift-ip-forward_{context}"]
|
|
= IP forward
|
|
|
|
[role="_abstract"]
|
|
You must use `ip_forward` to access network connectivity.
|
|
|
|
The host network `sysctl net.ipv4.ip_forward` kernel parameter is automatically enabled by the `ovnkube-master` container when started. This is required to forward incoming traffic to the CNI. For example, accessing the NodePort service from outside of a node fails if `ip_forward` is disabled.
|