---
title: "Networking"
sidebar_label: "Networking"
sidebar_position: 210
description: "IP addresses used by Convex for outbound requests"
---
# Networking
## Egress IP addresses
All outbound requests from your Convex deployment — including
[`fetch`](/functions/actions.mdx) calls in your functions (in both the Convex
and Node.js [runtimes](/functions/runtimes.mdx)), OIDC metadata and JWKS lookups
for [authentication](/auth.mdx),
[log streaming](/production/integrations/log-streams), and other external
connections — originate from the IP addresses listed below.
If you need to configure a firewall or allowlist for an external service to
accept traffic from Convex, add the addresses for your deployment's
[region](/production/regions.mdx).
:::caution
These IP addresses are shared across all Convex deployments in a region, not
just yours. Do not rely on source IP alone to authenticate or authorize incoming
requests.
:::
### US East (N. Virginia)
| Protocol | Addresses |
| -------- | ----------------------------------------------------- |
| IPv4 | `216.235.222.0/24` |
| IPv6 | `2600:1f18:77e:2300::/56`, `2600:1f10:4a09:7c00::/56` |
### EU West (Ireland)
| Protocol | Addresses |
| -------- | --------------------------------------------------------------------------------------------------- |
| IPv4 | `3.248.173.188`, `34.242.144.108`, `54.170.181.63`, `54.195.47.143`, `54.73.189.39`, `63.33.186.66` |
| IPv6 | `2a05:d018:6f:e900::/56`, `2a05:d018:3aa:3c00::/56` |