This is a beta feature
Introduction
Internet Gateway (IGW) is an element that routes traffic between your Telnyx network and the internet. It is intended to be used with certain other elements.Creating an IGW
Step 1: Create a Network
Follow this guide.Step 2: Check for Coverage
Follow this guide. Usefilter[available_services][contains]=public_internet_gateway to look for a desired site at which to deploy the IGW. frankfurt-de is chosen for the subsequent steps.
Step 3: Create an IGW
Using the network created from Step 1 and the chosen region from Step 2, create the IGW.Once an IGW is created on a specific network, it cannot be “migrated” to another one; it needs to be recreated on the other network. Double check the correct
network_id is used in the following API request.provisioning.
Step 4: Wait for Status Transition
The expected time for status to transition to provisioned is approximately 10 minutes. You can poll the IGW to check for status.Use Cases
Use Case 1: Pure play VPN
Internet Gateway (IGW) can be used with Wireguard Gateway (WGW) to create a simple VPN service.- Set up an IGW
- Set up a WGW and a peer.
- On the peer, amend its config with:
DNS— choose your resolver. In the following example, 8.8.8.8 is chosen.AllowedIPs— append with0.0.0.0/0so that reachability is beyond the private subnet.
Use Case 2: IGW + Private Wireless Gateway (PWG)
Coming Soon.Costs
- The monthly recurring cost (MRC) for each instance of IGW is $50.
- Traffic is not currently metered in beta phase. We will meter traffic in GA phase.