Overview
A customer gateway describes the remote end of a VPN tunnel: a device you operate, its public address, the networks behind it, and the cryptographic parameters. It’s a definition, not a connection — you define the gateway here, then create a site-to-site VPN that uses it.Navigation: Networking → Customer Gateways. Titled Customer Gateways, subtitled “Remote endpoints for site-to-site VPN connections”.
Grouped by remote endpoint
This screen groups rows by remote IP rather than listing them flat, because one physical remote device commonly connects to several zones. Each group header shows the Remote IP, its CIDR, and how many zone connections use it. Filters are pills rather than dropdowns:
Search matches name, IP, and CIDR.
What a row shows
Encryption badges are colour-coded by strength — green for 256-bit and above, amber below. An amber badge isn’t broken, but it’s worth knowing you’re on weaker parameters than the remote device may support.
The status dot on every row is always green. It reflects that the definition exists, not that a tunnel is up. For actual tunnel state, look at the site-to-site VPN connection using this gateway.
Adding a gateway
Add Gateway — “Define a remote endpoint for a site-to-site VPN connection”.
Missing anything required gives one combined message:
Name, gateway IP, CIDR list, and IPSec PSK are required.
About the parameters
Naming
Names are parsed ascgw-<from>-to-<to> and rendered as two endpoints with an arrow. A name in that shape reads well in the table; anything else displays as-is.
Deleting
Delete asks: “Delete customer gateway ""? Any site-to-site VPN connections using this gateway must be removed first. This action cannot be undone.”Worked example: connect your office network
1
Collect the remote details first
From whoever runs the office firewall: its public address, the LAN ranges you need to reach, and the IKE and ESP proposals it’s configured for. Guessing any of these produces a tunnel that fails silently.
2
Check for CIDR overlap
If the office is
192.168.1.0/24, no Simnet VPC involved may use that range. Overlapping networks cannot be routed between, and a VPC’s CIDR can’t be changed later.3
Generate a strong pre-shared key
4
Create the gateway
Add Gateway → name
cgw-ca-east-a-to-hq, the office’s public IP, CIDR 192.168.1.0/24, the PSK, and the IKE and ESP policies matching the office device.5
Verify the IP and CIDR by eye
Nothing validated them. Read both back against the source before moving on.
6
Create the VPN connection
From the VPC’s VPN Gateway tab, create a connection referencing this customer gateway. See Site-to-Site VPN.
7
Allow the traffic in your firewall policy
An established tunnel still carries nothing until the firewall policy allows it — ingress from
192.168.1.0/24, plus egress, since policies are stateless.8
Test from both directions
Ping a Simnet private address from the office, and an office address from a Simnet machine. One direction working and the other not usually means a missing rule rather than a tunnel problem.
Empty and error states
Related
Site-to-Site VPN
The Simnet-side gateways these connect to.
Firewall Policies
A tunnel carries nothing without rules.
Fabric
Connecting Simnet VPCs to each other instead.