Skip to content

Commit 8525c5f

Browse files
Apply partial to /gateway/egress-policies/dedicated-egress-ips
1 parent ab1fd59 commit 8525c5f

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

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

0 commit comments

Comments
 (0)