You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: network/public-gateways/how-to/move-to-routed-ip.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
meta:
3
3
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.
5
5
content:
6
6
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.
8
8
tags: public-gateway public gateway nat-ip routed-ip ip-mobility
Copy file name to clipboardExpand all lines: network/vpc/how-to/create-private-network.mdx
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
meta:
3
3
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
5
5
content:
6
6
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
8
8
tags: regional-private-network private-network vpc virtual-private-cloud region
9
9
dates:
10
-
validation: 2024-04-02
10
+
validation: 2024-10-07
11
11
posted: 2023-03-21
12
12
categories:
13
13
- network
@@ -30,19 +30,15 @@ While DHCP is built into all new Private Networks, it may not be automatically a
30
30
31
31
1. Click **VPC** in the **Network** section of the side menu. The list of your VPCs displays:
32
32
33
-
<Lightboxsrc="scaleway-default-vpc.webp"alt="" />
34
-
35
33
Each Private Network must be created within a VPC. A default VPC is created for you in each Scaleway region.
36
34
37
35
2. Click the VPC you wish to create your Private Network in.
38
36
39
37
If you already have existing Private Networks in this VPC, a list of these displays. Otherwise, you see a welcome screen.
40
38
41
-
<Lightboxsrc="scaleway-pn-welcome.webp"alt="" />
42
-
43
39
3. Click **+ Create Private Network**. The creation screen displays.
44
40
45
-
<Lightboxsrc="scaleway-create-pn.webp"alt=""/>
41
+
<Lightboxsrc="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"/>
46
42
47
43
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.
48
44
@@ -70,19 +66,19 @@ The IPv4 CIDR block is defined at the time of creating the Private Network. You
70
66
71
67
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.
72
68
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.
74
70
75
71
#### Defining a custom CIDR block
76
72
77
73
If you prefer, you can define your own custom IPv4 CIDR block when creating your Private Network. This is only recommended for advanced users.
78
74
79
75
1. Follow the steps [above](#how-to-create-a-private-network) to create a Private Network, and at step 5, click **Advanced Settings**.
<Lightboxsrc="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." />
82
78
83
79
2. Click **Define custom**. The following screen displays:
<Lightboxsrc="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." />
86
82
87
83
3. Enter a network **prefix**. This should typically be in the following ranges normally used for private networks:
0 commit comments