Skip to content

Commit 1614977

Browse files
Fill in index.mdx and create about.mdx covering how it works
1 parent 34f6f39 commit 1614977

File tree

2 files changed

+64
-1
lines changed

2 files changed

+64
-1
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: How it works
3+
pcx_content_type: concept
4+
sidebar:
5+
order: 2
6+
head:
7+
- tag: title
8+
content: How Dedicated CDN Egress IPs work
9+
---
10+
11+
When you use Cloudflare [as a reverse proxy](/fundamentals/concepts/how-cloudflare-works/#how-cloudflare-works-as-a-reverse-proxy), [Cloudflare's global network](https://www.cloudflare.com/network/) sits between client requests and your origin servers.
12+
13+
```mermaid
14+
flowchart LR
15+
accTitle: Cloudflare as a reverse proxy
16+
accDescr: Diagram showing Cloudflare's network between clients and the origin server.
17+
A[Client] <--> B((Cloudflare))<--> C[(Origin server)]
18+
```
19+
20+
Zooming in to what happens as a request routes through Cloudflare, you can consider two parts of the process: ingress and egress.
21+
22+
```mermaid
23+
flowchart LR
24+
accTitle: Cloudflare as a reverse proxy
25+
accDescr: Diagram showing Cloudflare's network between clients and the origin server.
26+
A[Client] --ingress--> B((Cloudflare))--egress--> C[(Origin server)]
27+
```
28+
29+
Ingress refers to the data center where the client request lands on, based on Internet routing. From there on, the request will be processed according to your Cloudflare configurations and, if needed, a connection to the origin will be initiated via an egress data center.
30+
31+
Traditionally, Cloudflare maintains a very large pool of egress IPs that are used by all Cloudflare customers and are [publicly documented](https://www.cloudflare.com/ips/). With Dedicated CDN Egress IPs, Cloudflare connects to your origin using IPs that are reserved for you.
32+
33+
:::note
34+
Each dedicated egress pool can consist of either IPs from a [BYOIP prefix](/byoip/) or Cloudflare-leased IPs. A single dedicated egress pool cannot contain both BYOIPs and leased IPs.
35+
:::

src/content/docs/smart-shield/configuration/dedicated-egress-ips/index.mdx

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,32 @@ sidebar:
55
order: 10
66
group:
77
label: Dedicated Egress IPs
8-
---
8+
---
9+
10+
import { GlossaryTooltip, DirectoryListing } from "~/components";
11+
12+
Enterprise customers can leverage dedicated egress IPs (from Cloudflare to your origin) for layer 7 [WAF](/waf/) and <GlossaryTooltip term="content delivery network (CDN)">CDN</GlossaryTooltip> services, as well as [Spectrum](/spectrum/). The egress IPs are reserved exclusively for your account so that you can increase your origin security by only allowing traffic from a small list of IP addresses.
13+
14+
:::note
15+
If you are interested in using Smart Shield Advanced with Dedicated CDN Egress IPs, reach out to your account team.
16+
:::
17+
18+
## Benefits
19+
20+
With dedicated egress IPs, you can:
21+
22+
* Lock down your [network firewall](/aegis/configuration-options/network-firewall/) to only allow traffic from the your dedicated CDN egress IPs.
23+
* Use [Cloudflare Access](/aegis/configuration-options/access-cni/) to secure your applications without installing software or customizing code on your server.
24+
* Ensure only authorized [Workers](/aegis/configuration-options/workers/) can access your origin services.
25+
26+
## Scope
27+
28+
You can assign Dedicated CDN Egress IPs to single or multiple Cloudflare zones, and across different Cloudflare accounts.
29+
30+
Dedicated CDN Egress IPs are included within [BGP advertisement over CNI](/network-interconnect/).
31+
32+
Each dedicated egress pool can consist of either IPs from a [BYOIP prefix](/byoip/) or Cloudflare-leased IPs. A single dedicated egress pool cannot contain both BYOIPs and leased IPs.
33+
34+
## Further resources
35+
36+
<DirectoryListing />

0 commit comments

Comments
 (0)