Skip to content

Commit fa42c8f

Browse files
added gre ipsec partials mwan
1 parent 06fd924 commit fa42c8f

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

src/content/partials/magic-transit/mtu-mss/mtu-mss.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ Cloudflare only recommends applying a MSS clamp to adjust the size of TCP packet
9494

9595
{ props.magicProduct === "Magic WAN" && (
9696
<>
97-
<p>The MSS value depends on how your network is set up.</p>
98-
<ul><li><strong>On your Edge router:</strong> Apply the clamp to the GRE tunnel internal interface (meaning where the egress traffic will traverse). The MSS clamp should be 1,436 bytes. This may be done automatically once the tunnel is configured, but it depends on your devices.</li></ul>
97+
<Render file="mtu-mss/mss-clamping-gre" product="magic-wan"/>
9998
</>
10099
)
101100
}
@@ -111,8 +110,7 @@ Cloudflare only recommends applying a MSS clamp to adjust the size of TCP packet
111110

112111
{ props.magicProduct === "Magic WAN" && (
113112
<>
114-
<p>For IPsec tunnels, the value you need to specify depends on how your network is set up. The MSS clamping value will be lower than for GRE tunnels, however, since the physical interface will see IPsec-encrypted packets, not TCP packets, and MSS clamping will not apply to those.</p>
115-
<ul><li><strong>On your Edge router</strong>: Apply this on your Magic WAN IPsec tunnel internal interface (meaning where the Magic WAN egress traffic will traverse). This may be done automatically once the tunnel is configured but it depends on your devices. TCP MSS clamp should be 1,360 bytes maximum.</li></ul>
113+
<Render file="mtu-mss/mss-clamping-ipsec" product="magic-wan" />
116114
</>
117115
)
118116
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
{}
3+
---
4+
5+
The MSS value depends on how your network is set up.
6+
7+
- **On your Edge router**: Apply the clamp to the GRE tunnel internal interface (meaning where the egress traffic will traverse). The MSS clamp should be 1,436 bytes. This may be done automatically once the tunnel is configured, but it depends on your devices.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
{}
3+
---
4+
5+
For IPsec tunnels, the value you need to specify depends on how your network is set up. The MSS clamping value will be lower than for GRE tunnels, however, since the physical interface will see IPsec-encrypted packets, not TCP packets, and MSS clamping will not apply to those.
6+
7+
- **On your Edge router**: Apply this on your Magic WAN IPsec tunnel internal interface (meaning where the Magic WAN egress traffic will traverse). This may be done automatically once the tunnel is configured but it depends on your devices. TCP MSS clamp should be 1,360 bytes maximum.

0 commit comments

Comments
 (0)