Overview
This screen lists the VPN gateways across all your VPCs. A VPN gateway is the Simnet-side endpoint of a tunnel; the far side is a customer gateway.Navigation: Networking → Site-to-Site VPN. Titled Site-to-Site VPN, subtitled “VPN gateways across all VPCs”.
An inventory, not a workbench
This screen has no create button, no filters, and one row action. It’s a read-mostly inventory of gateways that exist across your VPCs.Gateways are created from the VPC that owns them — the empty state says so: “Create a VPN gateway from a VPC’s VPN Gateway tab.” See VPC.
The pieces of a working tunnel
Three objects, created in order, in three different places:Columns
Expanding a row reveals the Gateway ID and VPC ID — useful when correlating with API responses or a support request.
Search matches IP and VPC.
The status dot is always green. It indicates the gateway exists, not that any tunnel through it is up. For tunnel state, check the VPC’s VPN Connections tab.
Row actions
One: Delete.Fabric uses these too
Fabric connections are managed site-to-site VPN links, so they’re built on the same VPN gateway each zone received when it was deployed.How a tunnel comes up
Once the three objects exist, the two gateways negotiate with each other in two phases. Knowing which phase failed is most of the diagnosis.Neither phase reports a useful error to the console. A tunnel that never leaves its initial state has almost always failed phase 1, and the platform can’t tell you why — the remote end simply stops answering.
Worked example: reach an on-premises database
1
Check for CIDR overlap before anything else
Your VPC and the remote network must not overlap. A VPC on
10.0.0.0/16 cannot reach a remote 10.0.0.0/24. Neither range can be changed later, so this decision comes first.2
Create the VPN gateway in the VPC
Open the VPC → VPN Gateway tab → create one. It then appears on this screen with its public address.
3
Note that address for the remote side
Whoever configures the remote device needs this address as their peer.
4
Define the customer gateway
Networking → Customer Gateways → Add Gateway, with the remote device’s public IP, the networks behind it, and a matching pre-shared key.
5
Create the connection
Back in the VPC → VPN Connections tab → create a connection joining your VPN gateway to that customer gateway.
6
Allow the traffic
The tunnel is a path, not permission. Add ingress rules for the remote range and egress rules for the replies — firewall policies are stateless, so both are needed.
7
Verify in both directions
Empty and error states
If loading fails, this screen keeps whatever it last showed rather than displaying an error. A stale list is possible — use the search box or reload if the contents look wrong.
Related
Customer Gateways
The remote end, and its parameters.
VPC
Where gateways and connections are created.
Fabric
Managed links between Simnet VPCs.
Firewall Policies
Allowing traffic through an established tunnel.