1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00

BZ2068283 - Adding clarification for IPsec

This commit is contained in:
Kelly Brown
2022-04-13 15:44:40 -04:00
committed by openshift-cherrypick-robot
parent ebd8ba3606
commit c2780da321
2 changed files with 38 additions and 1 deletions

View File

@@ -209,7 +209,7 @@ the Cluster Version Operator on port `9099`.
|`10256`
|openshift-sdn
.3+|UDP
.5+|UDP
|`4789`
|VXLAN
@@ -219,10 +219,20 @@ the Cluster Version Operator on port `9099`.
|`9000`-`9999`
|Host level services, including the node exporter on ports `9100`-`9101`.
|`500`
|IPsec IKE packets
|`4500`
|IPsec NAT-T packets
|TCP/UDP
|`30000`-`32767`
|Kubernetes node port
|ESP
|N/A
|IPsec Encapsulating Security Payload (ESP)
|===
.Ports used for all-machine to control plane communications

View File

@@ -19,3 +19,30 @@ The following traffic flows are not encrypted:
The encrypted and unencrypted flows are illustrated in the following diagram:
image::nw-ipsec-encryption.png[IPsec encrypted and unencrypted traffic flows]
== Network connectivity requirements when IPsec is enabled
You must configure the network connectivity between machines to allow {product-title} cluster
components to communicate. Each machine must be able to resolve the hostnames
of all other machines in the cluster.
.Ports used for all-machine to all-machine communications
[cols="2a,2a,5a",options="header"]
|===
|Protocol
|Port
|Description
.2+|UDP
|`500`
|IPsec IKE packets
|`4500`
|IPsec NAT-T packets
|ESP
|N/A
|IPsec Encapsulating Security Payload (ESP)
|===