|
| 1 | +--- |
| 2 | +meta: |
| 3 | + title: Understanding Site-to-Site VPN statuses |
| 4 | + description: Find out what the different possible statuses of your Site-to-Site VPN gateways and connections mean, and how to take action based on these statuses when necessary. |
| 5 | +content: |
| 6 | + h1: Understanding Site-to-Site VPN statuses |
| 7 | + paragraph: Find out what the different possible statuses of your Site-to-Site VPN gateways and connections mean, and how to take action based on these statuses when necessary. |
| 8 | +tags: vpn gateway customer remote connection status |
| 9 | +categories: |
| 10 | + - site-to-site-vpn |
| 11 | + - network |
| 12 | +dates: |
| 13 | + validation: 2025-06-03 |
| 14 | + posted: 2025-06-03 |
| 15 | +--- |
| 16 | + |
| 17 | +<Message type="note"> |
| 18 | +Site-to-Site VPN is currently in Private Beta, and available to selected testers only via the Scaleway API. [Request an invitation](https://www.scaleway.com/en/betas/#site-to-site-vpn). |
| 19 | +</Message> |
| 20 | + |
| 21 | +## VPN gateway statuses |
| 22 | + |
| 23 | +An VPN gateway always has a **status**, which can be retrieved via the API using the **Get a VPN gateway** call. |
| 24 | + |
| 25 | +This section explains the different statuses possible for a VPN gateway, and how to understand them. |
| 26 | + |
| 27 | +| **Status** | **Description** | |
| 28 | +|------------------------|-----------------------------------------| |
| 29 | +| **Provisioning** | The **create** action has been triggered, and Scaleway is provisioning the gateway. This status should be momentary: if it persists, contact support. | |
| 30 | +| **Active** | The VPN gateway has been created successfully, and is now operational. | |
| 31 | +| **Failed** | Scaleway was unable to create the VPN gateway. Wait a few seconds and refresh to check the status does not change. If the problem persists, contact support. | |
| 32 | +| **Configuring** | The gateway is configuring and is in a transient state. No user actions can be carried out. This status generally occurs while a new configuration is being applied, e.g. you have modified its settings. This status should be momentary: if it persists, contact support. | |
| 33 | +| **Locked** | The gateway has been locked by the Trust and Safety team. You cannot carry out any actions on the gateway. Open a support ticket. | |
| 34 | +| **Deprovisioning** |The **delete** action has been triggered, and Scaleway is deprovisioning the gateway. This status should be momentary: if it persists, contact support. | |
| 35 | + |
| 36 | +## Connection statuses |
| 37 | + |
| 38 | +A Site-to-Site VPN connection also always has a **status**, separate to that of the VPN gateway which can be retrieved via the API using the **Get a connection** call. |
| 39 | + |
| 40 | +This section explains the different statuses possible for a connection, and how to understand them. |
| 41 | + |
| 42 | +| **Status** | **Description** | |
| 43 | +|------------------------|-----------------------------------------| |
| 44 | +| **Active** | The connection has been created, and the BGP session(s) between the two gateways are both up. Traffic can flow through the connection's tunnel(s). | |
| 45 | +| **Limited connectivity** | The connection has been created, but IP connectivity is limited. This may be the case if the connection is configured to route both IPv4 and IPv6 traffic, but only one of the two associated BGP sessions is up. | |
| 46 | +| **Down** | The connection has been created, but either a) the customer gateway device is not yet successfully configured and the tunnel(s) cannot be established, or b) no BGP sessions (neither IPv4 not IPv6) are up, and without route announcements no traffic can flow through the tunnel.| |
| 47 | +| **Locked** | The connection has been locked by the Trust and Safety team. You cannot carry out any actions on the connection. Open a support ticket. | |
0 commit comments