Skip to content

Commit 7ff8687

Browse files
committed
fix(tuto): fix steps
1 parent a8913db commit 7ff8687

File tree

1 file changed

+6
-5
lines changed
  • tutorials/vpc-public-gateway-autoconfiguration

1 file changed

+6
-5
lines changed

tutorials/vpc-public-gateway-autoconfiguration/index.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,14 @@ dates:
5050
4. Click the default VPC of the region that covers your Instance's Availability Zone.
5151
5. Click **Create Private Network**. The Private Network creation wizard displays:
5252
<Lightbox src="scaleway-vpc-create-pn.webp" alt="" />
53-
6. Leave the default settings in place, or enter a customized **name**, **tags** and, in **Advanced Settings**, **CIDR block**. Click **Create Private Network**.
53+
6. Leave the default settings in place, or enter a customized **name**, **tags** and, in **Advanced Settings**, **CIDR block**.
54+
7. Click **Create Private Network**.
5455
The Private Network is created inside the specified VPC, and its **Overview** page displays.
55-
7. Click the **Attached Resources** tab to see the list of Instances attached to the Private Network. Currently, no resources are attached.
56-
8. Click **Attach resource** and select your Instance from the drop-down list that displays. Leave the default IPv4 and IPv6 address settings in place, or specify these addresses yourself if you prefer.
56+
8. Click the **Attached Resources** tab to see the list of Instances attached to the Private Network. Currently, no resources are attached.
57+
9. Click **Attach resource** and select your Instance from the dropdown list that displays. Leave the default IPv4 and IPv6 address settings in place, or specify these addresses yourself if you prefer.
5758
<Lightbox src="scaleway-vpc-attach-resource.webp" alt="" />
58-
9. Click **Attach to Private Network**. You are returned to the **Attached resources** tab, where your Instance now displays.
59-
10. Use the `ip a` command on the Instance to verify the presence of the new Ethernet interface:
59+
10. Click **Attach to Private Network**. You are returned to the **Attached resources** tab, where your Instance now displays.
60+
11. Use the `ip a` command on the Instance to verify the presence of the new Ethernet interface:
6061
```
6162
3: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
6263
link/ether 02:00:00:11:cf:fe brd ff:ff:ff:ff:ff:ff

0 commit comments

Comments
 (0)