> ## Documentation Index
> Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Private Wireless Gateways

> Route SIM traffic through your private network instead of the public internet.

A Private Wireless Gateway (PWG) routes all SIM traffic through your own private network. SIMs connected via a PWG sit inside your private IP space — not on the public internet.

## Why PWG

* **Security** — SIMs are not directly exposed to the internet
* **Control** — route traffic through your own firewall or DLP platform
* **Direct access** — devices are addressable on your corporate network like any other host

## Architecture

PWGs connect to a VRF-defined network on Telnyx's MPLS backbone. Virtual Cross Connects (VXC) or WireGuard interfaces (Cloud VPNs) bridge this to your corporate network. All interfaces on the same VRF can see each other.

<img src="https://mintcdn.com/telnyx/Iu93-l5Bj6hMoe-q/img/edge_device_deployment__1_.svg?fit=max&auto=format&n=Iu93-l5Bj6hMoe-q&q=85&s=8741828382ea5747a8e6ffc471695d36" alt="Private Wireless Gateways" width="1024" height="768" data-path="img/edge_device_deployment__1_.svg" />

## API

| Action                                                                   | Endpoint                                 |
| :----------------------------------------------------------------------- | :--------------------------------------- |
| [List PWGs](/api-reference/sim-cards/get-all-private-wireless-gateways)  | `GET /private_wireless_gateways`         |
| [Create PWG](/api-reference/sim-cards/create-a-private-wireless-gateway) | `POST /private_wireless_gateways`        |
| [Get PWG](/api-reference/sim-cards/get-a-private-wireless-gateway)       | `GET /private_wireless_gateways/{id}`    |
| [Delete PWG](/api-reference/sim-cards/delete-a-private-wireless-gateway) | `DELETE /private_wireless_gateways/{id}` |

Assign a PWG to a SIM Card Group via [group actions](/docs/iot-sim/sim-card-groups/index). All SIMs in the group route through the PWG.

## APN-based IP Assignment

| APN             | IP Assignment                    |
| :-------------- | :------------------------------- |
| `data.net`      | Static — same IP across sessions |
| `data00.telnyx` | Dynamic — new IP each session    |

<Warning>
  To use a static IP, your device must connect using the `data.net` APN. Devices on `data00.telnyx` get dynamic IPs.
</Warning>

## Limitations

* **Region** — PWGs are currently only available in Ashburn, VA. More regions coming.
* **IP range** — Default `100.64.199.0/24` (254 concurrent SIMs). Custom ranges coming.
* **Internet access** — PWGs have no internet access by default. Contact support to open your VRF to the internet.

## Setup

See [Private Gateway Setup](/docs/iot-sim/private-wireless-gateway-how-to/index) for step-by-step instructions.
