Skip to content

Commit 4866c81

Browse files
RoRoJLaure-di
authored andcommitted
fix(network): doc review (scaleway#3828)
* fix(vpc): started review * fix(docs): review
1 parent d96fb9a commit 4866c81

File tree

7 files changed

+13
-25
lines changed

7 files changed

+13
-25
lines changed

network/public-gateways/how-to/move-to-routed-ip.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
meta:
33
title: How to move your Public Gateway to a routed IP
4-
description: This page explains how to move your Public Gateway from a legacy NAT IP addressing solution, to a routed IP solution, compatible with Scaleway's IP mobility project and features.
4+
description: Find out how to move your Public Gateway from a legacy NAT IP addressing solution, to a routed IP solution, compatible with Scaleway's IP mobility project and features.
55
content:
66
h1: How to move your Public Gateway to a routed IP
7-
paragraph: This page explains how to move your Public Gateway from a legacy NAT IP addressing solution, to a routed IP solution, compatible with Scaleway's IP mobility project and features.
7+
paragraph: Find out how to move your Public Gateway from a legacy NAT IP addressing solution, to a routed IP solution, compatible with Scaleway's IP mobility project and features.
88
tags: public-gateway public gateway nat-ip routed-ip ip-mobility
99
dates:
10-
validation: 2024-04-03
10+
validation: 2024-10-07
1111
posted: 2024-04-03
1212
categories:
1313
- network
29.5 KB
Loading
-24.1 KB
Binary file not shown.

network/vpc/how-to/attach-resources-to-pn.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,10 @@ The following resource types can be attached to a Private Network:
4141

4242
1. Click **VPC** in the **Network** section of the side menu. Your VPC [dashboard](https://console.scaleway.com/vpc/vpc) displays:
4343

44-
<Lightbox src="scaleway-default-vpc.webp" alt="" />
45-
4644
2. Click the VPC containing the Private Network to which you want to attach a resource.
4745

4846
A list of Private Networks in this VPC displays:
4947

50-
<Lightbox src="scaleway-pns.webp" alt="" />
51-
5248
3. Click the Private Network to which you want to attach a resource.
5349

5450
The Private Network's dashboard displays.

network/vpc/how-to/create-private-network.mdx

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
meta:
33
title: How to create a Private Network
4-
description: This page explains how to create a Private Network in a Scaleway VPC
4+
description: Find out how to create a Private Network in a Scaleway VPC, and start building optimized, secure cloud infrastructures away from the public internet
55
content:
66
h1: How to create a Private Network
7-
paragraph: This page explains how to create a Private Network in a Scaleway VPC
7+
paragraph: Find out how to create a Private Network in a Scaleway VPC, and start building optimized, secure cloud infrastructures away from the public internet
88
tags: regional-private-network private-network vpc virtual-private-cloud region
99
dates:
10-
validation: 2024-04-02
10+
validation: 2024-10-07
1111
posted: 2023-03-21
1212
categories:
1313
- network
@@ -30,19 +30,15 @@ While DHCP is built into all new Private Networks, it may not be automatically a
3030

3131
1. Click **VPC** in the **Network** section of the side menu. The list of your VPCs displays:
3232

33-
<Lightbox src="scaleway-default-vpc.webp" alt="" />
34-
3533
Each Private Network must be created within a VPC. A default VPC is created for you in each Scaleway region.
3634

3735
2. Click the VPC you wish to create your Private Network in.
3836

3937
If you already have existing Private Networks in this VPC, a list of these displays. Otherwise, you see a welcome screen.
4038

41-
<Lightbox src="scaleway-pn-welcome.webp" alt="" />
42-
4339
3. Click **+ Create Private Network**. The creation screen displays.
4440

45-
<Lightbox src="scaleway-create-pn.webp" alt=""/>
41+
<Lightbox src="scaleway-create-a-pn.webp" alt="A screen of the Scaleway console, showing the steps to create a Private Network: Enter a name, check the region, enter tags and (optionally) expand the Advanced Settings section"/>
4642

4743
4. Enter a **name** for the network, or leave the randomly generated name in place. Optionally, you can also add **tags** to help organize your Private Networks. Each tag should be separated by a space.
4844

@@ -70,19 +66,19 @@ The IPv4 CIDR block is defined at the time of creating the Private Network. You
7066

7167
Automatically generating a CIDR block is the default (and recommended) setting when creating a Private Network. Simply follow the steps [above](#how-to-create-a-private-network) to create a Private Network, leave **Advanced Settings** at default values, and a `/22` CIDR block will be automatically generated for the Private Network.
7268

73-
This block is guaranteed to be unique within the VPC, and will not overlap with any of your other Private Networks. It gives 1024 private IPv4 addresses, of which 1022 are available to be allocated to resources attached to the Private Network.
69+
This block is guaranteed to be unique within the VPC, and will not overlap with any of your other Private Networks. It gives 1024 private IPv4 addresses, of which 1022 are available to be allocated to resources attached to the Private Network. The first two and last two addresses in the block are not available.
7470

7571
#### Defining a custom CIDR block
7672

7773
If you prefer, you can define your own custom IPv4 CIDR block when creating your Private Network. This is only recommended for advanced users.
7874

7975
1. Follow the steps [above](#how-to-create-a-private-network) to create a Private Network, and at step 5, click **Advanced Settings**.
8076

81-
<Lightbox src="scaleway-pn-advanced-settings.webp" alt="" />
77+
<Lightbox src="scaleway-pn-advanced-settings.webp" alt="The Advanced Settings section of the Create a Private Network screen in the Scaleway console. It shows the options to automatically generate a CIDR block for the subnet, or define your own." />
8278

8379
2. Click **Define custom**. The following screen displays:
8480

85-
<Lightbox src="scaleway-pn-define-custom.webp" alt="" />
81+
<Lightbox src="scaleway-pn-define-custom.webp" alt="The Advanced Settings section of the Create a Private Network screen in the Scaleway console. The user is prompted to enter a prefix and a network size." />
8682

8783
3. Enter a network **prefix**. This should typically be in the following ranges normally used for private networks:
8884
- `192.168.0.0` - `192.168.255.255`

network/vpc/how-to/delete-private-network.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to delete a Private Network
88
tags: regional-private-network private-network vpc virtual-private-cloud delete destroy
99
dates:
10-
validation: 2024-04-02
10+
validation: 2024-10-04
1111
posted: 2023-03-21
1212
categories:
1313
- network
@@ -26,13 +26,9 @@ categories:
2626

2727
Each Private Network exists within a VPC.
2828

29-
<Lightbox src="scaleway-default-vpc.webp" alt="" />
30-
3129
2. Click the VPC containing the Private Network you want to delete.
3230

33-
A list of your Private Networks in this VPC displays:
34-
35-
<Lightbox src="scaleway-pns.webp" alt="" />
31+
A list of your Private Networks in this VPC displays.
3632

3733
3. Click the <Icon name="more" /> icon next to the Private Network you want to delete, then click **Delete** on the pop-up menu.
3834

network/vpc/troubleshooting/vpc-limitations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page sets out some known limitations of Scaleway's VPC
88
tags: vpc regional-private-networks
99
dates:
10-
validation: 2024-04-02
10+
validation: 2024-10-14
1111
posted: 2023-03-22
1212
categories:
1313
- network

0 commit comments

Comments
 (0)