Skip to content

Commit 472ac7d

Browse files
Update cloudflare-gateway.mdx (cloudflare#18986)
* Update cloudflare-gateway.mdx The proposal is to also reference the private gateway default settings as bullet points, to make it clear which criteria is used and clearly know when it kicks in for private traffic. All the other sections (gateway to outbound internet and the overrides to gateway for private traffic) were already bullet points, so this consistency just helps customers parse better the criteria on the default behavior as well, instead of mistakenly looking at the possible overrides as the criteria. * Update src/content/docs/magic-wan/zero-trust/cloudflare-gateway.mdx --------- Co-authored-by: marciocloudflare <83226960+marciocloudflare@users.noreply.github.com>
1 parent 17f75ce commit 472ac7d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/content/docs/magic-wan/zero-trust/cloudflare-gateway.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,12 @@ This traffic will egress from Cloudflare according to the [egress policies](/clo
4747

4848
By default, TCP, UDP, and ICMP traffic routed through Magic WAN tunnels and destined to routes behind [Cloudflare Tunnel](/cloudflare-one/connections/connect-networks/) will be proxied/filtered through Cloudflare Gateway.
4949

50-
Contact your account team to enable Gateway filtering for traffic destined to routes behind Magic WAN tunnels. If enabled, by default, TCP and UDP traffic sourced from and destined to [RFC1918](https://datatracker.ietf.org/doc/html/rfc1918) space, [WARP](/cloudflare-one/connections/connect-devices/warp/), or [BYO](/byoip/) or [Leased IPs](/magic-transit/cloudflare-ips/) with source port higher than `1023` and destination port lower than `1024` will be proxied/filtered by Cloudflare Gateway.
50+
Contact your account team to enable Gateway filtering for traffic destined to routes behind Magic WAN tunnels.
51+
52+
If enabled, by default TCP/UDP traffic meeting **all** the following criteria will be proxied/filtered by Cloudflare Gateway:
53+
- Both source and destination IPs are part of either [RFC1918](https://datatracker.ietf.org/doc/html/rfc1918) space, [WARP](/cloudflare-one/connections/connect-devices/warp/), [BYO](/byoip/) or [Leased IPs](/magic-transit/cloudflare-ips/)
54+
- Source port must be a client port strictly higher than `1023`
55+
- Destination port is a well-known port lower than `1024`
5156

5257
Optionally, more specific matches may be specified to override the default:
5358

0 commit comments

Comments
 (0)