Skip to content

Commit d76b032

Browse files
[Various] New Leased IPs tab in dashboard (#25536)
* Create check-leased-ips partial * Apply partial to Aegis docs * Apply partial to magic-transit/cloudflare-ips * Apply partial to spectrum/about/static-ip * Apply partial to /gateway/egress-policies/dedicated-egress-ips * Apply partial to /byoip/concepts/static-ips
1 parent e9a7e35 commit d76b032

File tree

6 files changed

+72
-8
lines changed

6 files changed

+72
-8
lines changed

src/content/docs/aegis/setup.mdx

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77
hideIndex: true
88
---
99

10-
import { APIRequest } from "~/components";
10+
import { APIRequest, Render } from "~/components";
1111

1212
You can control Aegis enablement on your zones [via API](/api/resources/zones/subresources/settings/methods/edit/). If you are not familiar with how Cloudflare API works, refer to [Fundamentals](/fundamentals/api/).
1313

@@ -20,7 +20,7 @@ Cloudflare Aegis is available in early access to Enterprise customers. Contact y
2020
- The Aegis zone setting endpoint is only available within Cloudflare accounts that own leased IPs, or accounts to which a [BYOIP prefix](/byoip/) has been delegated. If you wish to use Aegis for zones that do not meet this criteria, contact your account team.
2121
- Each Aegis pool can consist of either IPs from a BYOIP prefix or Cloudflare-leased IPs. A single dedicated egress pool cannot contain both BYOIPs and leased IPs.
2222

23-
## Steps
23+
## Turn on Aegis for a zone
2424

2525
1. Contact your account team to get the ID for your dedicated egress pool.
2626
2. Make a `PATCH` request to the [Edit Zone Setting](/api/resources/zones/subresources/settings/methods/edit/) endpoint:
@@ -40,4 +40,16 @@ Cloudflare Aegis is available in early access to Enterprise customers. Contact y
4040
parameters={{
4141
setting_id: "aegis",
4242
}}
43-
/>
43+
/>
44+
45+
## Check your Aegis IPs
46+
47+
<Render
48+
file="check-leased-ips"
49+
product="byoip"
50+
params={{
51+
product: "Aegis IPs (dedicated IPs for CDN egress)"
52+
}}
53+
/>
54+
55+
If you are using BYOIP, refer to [**IP addresses** > **BYOIP prefixes**](https://dash.cloudflare.com/?to=/:account/ip-addresses/ip-prefixes) instead.

src/content/docs/byoip/concepts/static-ips.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sidebar:
66

77
---
88

9+
import { Render } from "~/components";
10+
911
Lease static IPs so that you can use a set of specifically assigned Cloudflare IPs. If you need to allowlist your IPs or to communicate your IPs to third parties, allocating static IPs to your account allows you to know them ahead of time.
1012

1113
Cloudflare will not change static IP addresses without notifying you, and will typically only do so at your request.
@@ -18,4 +20,14 @@ Static IPs are allocated to the account, but can be assigned to a single zone. T
1820

1921
## Availability
2022

21-
Static IPs are available as an add-on purchase for Enterprise plans.
23+
Static IPs are available as an add-on purchase for Enterprise plans.
24+
25+
## Check Static IPs
26+
27+
<Render
28+
file="check-leased-ips"
29+
product="byoip"
30+
params={{
31+
product: "Static IPs for CDN Ingress"
32+
}}
33+
/>

src/content/docs/cloudflare-one/policies/gateway/egress-policies/dedicated-egress-ips.mdx

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 1
66
---
77

8-
import { Details } from "~/components";
8+
import { Details, Render } from "~/components";
99

1010
:::note
1111
Only available as an add-on to Zero Trust Enterprise plans.
@@ -38,14 +38,28 @@ To check if your device is using the correct dedicated egress IP:
3838

3939
When testing against another origin, you may see either an IPv4 or IPv6 address. Gateway has no control over whether connections are made over IPv4 or IPv6. Some origins are only available over IPv4, while others are only available over IPv6. When both protocols are supported, the decision is made by the operating system and browser on the client device. For example, Windows will by default [favor IPv6](https://learn.microsoft.com/troubleshoot/windows-server/networking/configure-ipv6-in-windows) over IPv4.
4040

41-
## Bring your own IP address (BYOIP)
41+
## IPs
42+
43+
### Bring your own IP address (BYOIP)
4244

4345
Enterprise users can use their own authority-provided IPv4 and IPv6 addresses as dedicated egress IPs. Gateway supports bringing your own IPv4 and IPv6 addresses. To obtain an IPv6 range, refer to [American Registry for Internet Numbers (ARIN)](https://www.arin.net/resources/guide/ipv6/first_request/) or [Regional Internet Registry for Europe, Middle East and Central Asia (RIPE NCC)](https://www.ripe.net/manage-ips-and-asns/ipv6/request-ipv6/).
4446

4547
After you onboard your IP addresses, the IP addresses will appear when you create a [egress policy](/cloudflare-one/policies/gateway/egress-policies/) and choose **Use dedicated egress IPs (Cloudflare or BYOIP)** as the [egress method](/cloudflare-one/policies/gateway/egress-policies/#egress-methods). BYOIP dedicated egress IPs do not support [IP geolocation](#ip-geolocation).
4648

4749
For more information, refer to [Cloudflare BYOIP](/byoip/) or contact your account team.
4850

51+
### Cloudflare IPs
52+
53+
If you do not have your own authority-provided IPv4 and IPv6 addresses, you can use dedicated egress IPs with a Cloudflare IP address.
54+
55+
<Render
56+
file="check-leased-ips"
57+
product="byoip"
58+
params={{
59+
product: "Gateway dedicated egress IPs"
60+
}}
61+
/>
62+
4963
## Limitations
5064

5165
### Concurrent connections

src/content/docs/magic-transit/cloudflare-ips.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,13 @@ import { Render } from "~/components"
1515
mtLpStaticRoute: "/magic-transit/how-to/configure-routes/#configure-static-routes",
1616
mtLpBgpPeering: "/magic-transit/how-to/configure-routes/#configure-bgp-routes"
1717
}} />
18+
19+
## Check your Cloudflare IPs
20+
21+
<Render
22+
file="check-leased-ips"
23+
product="byoip"
24+
params={{
25+
product: "Anycast IPs for Magic Transit"
26+
}}
27+
/>

src/content/docs/spectrum/about/static-ip.mdx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ weight: 0
55

66
---
77

8-
import { APIRequest } from "~/components"
8+
import { APIRequest, Render } from "~/components"
99

10-
When you create a Spectrum application, you are assigned an IP. These IPs are normally dynamic, meaning that they will change over time. But, for instance, if you want to set up WAF custom rules for specific IPs, you may want to use static IPs.
10+
When you create a Spectrum application, you are assigned an IP. These IPs are normally dynamic, meaning that they will change over time. But, for instance, if you want to set up WAF custom rules for specific IPs, you may want to use static IPs.
1111

1212
A static IP, like a physical street address can tell other computers or servers on the Internet where a specific computer is located or connected. This makes the device easier to find on the network, since the IP will not change.
1313

@@ -48,3 +48,13 @@ When creating a Spectrum application through the API, specify the static IPs tha
4848
}
4949
}}
5050
/>
51+
52+
## Check your static IPs
53+
54+
<Render
55+
file="check-leased-ips"
56+
product="byoip"
57+
params={{
58+
product: "static IPs for Spectrum"
59+
}}
60+
/>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
params:
3+
- product
4+
---
5+
6+
A list of your leased {props.product} is available on the dashboard under [**IP addresses** > **Leased IPs**](https://dash.cloudflare.com/?to=/:account/ip-addresses/leased-ips).

0 commit comments

Comments
 (0)