Skip to content

Commit d737c6e

Browse files
committed
fix(s2s): last modifs for images
1 parent 41e01aa commit d737c6e

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

pages/site-to-site-vpn/reference-content/understanding-s2svpn.mdx

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ dates:
1616
posted: 2025-06-03
1717
---
1818

19+
import image1 from './assets/scaleway-s2svpn-conceptual.webp'
20+
import image2 from './assets/scaleway-vpn-two-tunnels.webp'
21+
import image3 from './assets/scaleway-vpn-one-tunnel-both.webp'
22+
import image4 from './assets/scaleway-vpn-one-tunnel-one-type.webp'
23+
import image5 from './assets/scaleway-vpn-tunnel-detail.webp'
24+
25+
1926
<Message type="note">
2027
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).
2128
</Message>
@@ -35,7 +42,7 @@ Scaleway Site-to-Site VPN consists of:
3542

3643
You must create all of the above elements, and correctly configure your customer gateway device, for a functional Site-to-Site VPN.
3744

38-
<Lightbox src="scaleway-s2svpn-conceptual.webp" alt="A diagram shows the four elements described above, connected together" />
45+
<Lightbox image={image1} alt="A diagram shows the four elements described above, connected together" />
3946

4047
### VPN gateway
4148

@@ -54,11 +61,11 @@ The customer gateway provides a connection point on the customer (remote) side o
5461
A customer gateway has the following properties, which you can customize when you create the gateway:
5562

5663
- **Region**: The geographical location in which the gateway object is created. It must be in the same region as the other Site-to-Site VPN resources (VPN gateways, routing policies, connections) that you want to use it with.
57-
- **Name** and (optioanlly) **tags**: A name and tags to identify the gateway.
64+
- **Name** and (optionally) **tags**: A name and tags to identify the gateway.
5865

5966
The rest of the properties **must** correspond to the real properties of the corresponding real customer gateway device:
6067

61-
- **Public IP address**: The address(s) used to establish the VPN tunnel. Maximum of one IPv4 and one IPv6 address per gateway. Gateways with both types of IP will be able to support dual tunnels for a single connection, one IPv4 and one IPv6, providing increased redundancy.
68+
- **Public IP address**: The address(es) used to establish the VPN tunnel. Maximum of one IPv4 and one IPv6 address per gateway. Gateways with both types of IP will be able to support dual tunnels for a single connection, one IPv4 and one IPv6, providing increased redundancy.
6269
- **Autonomous System Number (ASN)**: The unique identifier assigned to the customer's network, used by BGP (Border Gateway Protocol) to exchange routing information with other networks.
6370

6471
<Message type="note">
@@ -106,13 +113,13 @@ A connection has the following properties, which you can customize when you crea
106113
Having both types of public IP for both gateways types increases redundancy by providing two tunnels per connection, but it is not this in itself which determines the traffic types which can be routed.
107114
<br/><br/>
108115
The following diagram shows a connection with two tunnels, configured to route both types of IP traffic:
109-
<Lightbox src="scaleway-vpn-two-tunnels.webp" alt="A diagram shows a VPN gateway and a customer gateway, with two tunnels between them. One is via the gateways' public IPv4 addresses, the other via their public IPv6 addresses. Both IPv4 and IPv6 traffic flow through both tunnels."/>
116+
<Lightbox image={image2} alt="A diagram shows a VPN gateway and a customer gateway, with two tunnels between them. One is via the gateways' public IPv4 addresses, the other via their public IPv6 addresses. Both IPv4 and IPv6 traffic flow through both tunnels."/>
110117

111118
The following diagram shows a connection with only one tunnel (established via the gateways' public IPv4 addresses), configured to route both types of IP traffic:
112-
<Lightbox src="scaleway-vpn-one-tunnel-both.webp" alt="A diagram shows a VPN gateway and a customer gateway, with one tunnel between them, established via their public IPv4 addresses. Both IPv4 and IPv6 traffic flow through the tunnel."/>
119+
<Lightbox image={image3} alt="A diagram shows a VPN gateway and a customer gateway, with one tunnel between them, established via their public IPv4 addresses. Both IPv4 and IPv6 traffic flow through the tunnel."/>
113120

114121
The following diagram shows a connection with only one tunnel (established via the gateways' public IPv6 addresses), which has been configured to only route IPv4 traffic:
115-
<Lightbox src="scaleway-vpn-one-tunnel-one-type.webp" alt="A diagram shows a VPN gateway and a customer gateway, with one tunnel between them, established via their public IPv6 addresses. IPv4 traffic flows through the tunnel."/>
122+
<Lightbox image={image4} alt="A diagram shows a VPN gateway and a customer gateway, with one tunnel between them, established via their public IPv6 addresses. IPv4 traffic flows through the tunnel."/>
116123
</Message>
117124

118125
- **Connection initiation policy**: Which gateway should initiate the tunnel(s). This can be either the VPN gateway, or the customer gateway. The chosen gateway will be responsible for kicking off the secure exchange that sets up the IPsec tunnel(s).
@@ -137,7 +144,7 @@ You also need to set up route announcements and filters on the customer side. Fo
137144

138145
- **BGP interconnection subnet(s)**: The private subnet used to provide private IP addresses for the VPN gateway and customer gateway over the tunnel(s). The gateways connect over this private subnet to establish a BGP session and exchange routing information. For connections that are configured to route both IPv4 and IPv6 traffic, one IPv4 and one IPv6 subnet will be provided. Subnet information can be accessed via the API.
139146

140-
<Lightbox src="scaleway-vpn-tunnel-detail.webp" alt="A diagram shows a VPN gateway and a customer gateway, with one tunnel between them, established via their public IPv4 addresses. IPv4 and IPv6 traffic is routed through the tunnel. Two BGP sessions are established within the tunnel between the two gateways over private subnets: one IPv4 and one IPv6, whereby they exchange route announcements for each traffic type."/>
147+
<Lightbox image={image5} alt="A diagram shows a VPN gateway and a customer gateway, with one tunnel between them, established via their public IPv4 addresses. IPv4 and IPv6 traffic is routed through the tunnel. Two BGP sessions are established within the tunnel between the two gateways over private subnets: one IPv4 and one IPv6, whereby they exchange route announcements for each traffic type."/>
141148

142149
- **Routing policy**: Take into account the routing policy(ies) you attached to the connection, when configuring routing policy on the customer gateway device.
143150

0 commit comments

Comments
 (0)