Skip to content

Commit cf3cf3c

Browse files
refined info
1 parent 4848b12 commit cf3cf3c

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation-opening.mdx

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -108,39 +108,38 @@ Internet Key Exchange (IKE) is one of the protocols that makes up IPsec. Cloudfl
108108

109109
Below is a list of the configuration parameters supported by Magic WAN. Choose which ones to use based on what your appliance supports.
110110

111-
<Details header="IKE SA">
111+
<Details header="IKE SA (also known as Phase 1)">
112112

113113
IKE SA is sometimes referred to as Phase 1 as per IKEv1 language.
114114

115115
- **Encryption**
116-
117116
- AES-GCM-16 with 128-bit or 256-bit key length
118117
- AES-CBC with 256-bit key length
119118

120119
- **Integrity** (sometimes referred to as Authentication)
121-
122120
- SHA2-256
123121

124122
- **Diffie-Hellman group**:
125-
126123
Below is a list of all Diffie-Hellman (DH) groups supported by Cloudflare.
127124

128-
:::caution
129-
Cloudflare recommends that you use only one DH group when configuring your device, specifically **DH group 20**.
130-
:::
131-
132125
- DH group 20 (384-bit random ECP group)
133126
- DH group 14 (2048-bit MODP group)
134127
- DH group 5 (1536-bit MODP group)
135128

136-
- **Pseudorandom function (PRF)** (not to be confused with PFS. PRF is often not a configurable setting.)
129+
:::caution
130+
Cloudflare recommends that you use only one DH group when configuring your device, specifically **DH group 20**.
131+
:::
132+
133+
- **Pseudorandom function (PRF)**
134+
135+
Not to be confused with Perfect Forward Secrecy (PFS). PRF is often not a configurable setting.
137136
- SHA2-256
138137
- SHA2-384
139138
- SHA2-512
140139

141140
</Details>
142141

143-
<Details header="IPsec">
142+
<Details header="Child SA (also known as Phase 2 or IPsec SA)">
144143

145144
The Child SA. Sometimes referred to as Phase 2 as per IKEv1 language.
146145

@@ -158,18 +157,18 @@ The Child SA. Sometimes referred to as Phase 2 as per IKEv1 language.
158157
When using AES-GCM-16, an integrity algorithm is not required because AES GCM includes integrity checking (since it is an AEAD algorithm). Even when using an AEAD algorithm, however, some routers still require an integrity algorithm to be selected.
159158
:::
160159

161-
- **PFS group** (sometimes referred to as Phase 2 Diffie-Hellman Group. Not to be confused with PRF.)
160+
- **Perfect Forward Secrecy (PFS) group**
162161

163-
Below is a list of all Diffie-Hellman (DH) groups supported by Cloudflare.
164-
165-
:::caution
166-
Cloudflare recommends that you use only one DH group when configuring your device, specifically **DH group 20**.
167-
:::
162+
Sometimes referred to as Phase 2 Diffie-Hellman Group. Not to be confused with PRF. Below is a list of all Diffie-Hellman (DH) groups supported by Cloudflare.
168163

169164
- DH group 20 (384-bit random ECP group)
170165
- DH group 14 (2048-bit MODP group)
171166
- DH group 5 (1536-bit MODP group)
172167

168+
:::caution
169+
Cloudflare recommends that you use only one DH group when configuring your device, specifically **DH group 20**.
170+
:::
171+
173172
</Details>
174173

175174
<Details header="Required configuration parameters">

0 commit comments

Comments
 (0)