Skip to content

Commit 47fc429

Browse files
authored
Merge pull request #44577 from kelbrown20/ipsec-update-for-install-2068283
BZ2068283 - Adding clarification for IPsec
2 parents 0767718 + 80509c3 commit 47fc429

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

modules/installation-network-user-infra.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ the Cluster Version Operator on port `9099`.
209209
|`10256`
210210
|openshift-sdn
211211

212-
.3+|UDP
212+
.5+|UDP
213213
|`4789`
214214
|VXLAN
215215

@@ -219,10 +219,20 @@ the Cluster Version Operator on port `9099`.
219219
|`9000`-`9999`
220220
|Host level services, including the node exporter on ports `9100`-`9101`.
221221

222+
|`500`
223+
|IPsec IKE packets
224+
225+
|`4500`
226+
|IPsec NAT-T packets
227+
222228
|TCP/UDP
223229
|`30000`-`32767`
224230
|Kubernetes node port
225231

232+
|ESP
233+
|N/A
234+
|IPsec Encapsulating Security Payload (ESP)
235+
226236
|===
227237

228238
.Ports used for all-machine to control plane communications

modules/nw-ovn-ipsec-traffic.adoc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,30 @@ The following traffic flows are not encrypted:
1919
The encrypted and unencrypted flows are illustrated in the following diagram:
2020

2121
image::nw-ipsec-encryption.png[IPsec encrypted and unencrypted traffic flows]
22+
23+
== Network connectivity requirements when IPsec is enabled
24+
25+
You must configure the network connectivity between machines to allow {product-title} cluster
26+
components to communicate. Each machine must be able to resolve the hostnames
27+
of all other machines in the cluster.
28+
29+
.Ports used for all-machine to all-machine communications
30+
[cols="2a,2a,5a",options="header"]
31+
|===
32+
33+
|Protocol
34+
|Port
35+
|Description
36+
37+
.2+|UDP
38+
|`500`
39+
|IPsec IKE packets
40+
41+
|`4500`
42+
|IPsec NAT-T packets
43+
44+
|ESP
45+
|N/A
46+
|IPsec Encapsulating Security Payload (ESP)
47+
48+
|===

0 commit comments

Comments
 (0)