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: pages/public-gateways/how-to/configure-a-public-gateway.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
@@ -3,7 +3,7 @@ title: How to configure a Public Gateway
3
3
description: Learn how to configure a Public Gateway with the Scaleway console. Follow our step-by-step guide to set up routing, internet access, and SSH bastion for secure, scalable network connectivity.
@@ -46,7 +46,7 @@ Your Private Network is now attached to your Public Gateway. You can repeat the
46
46
Dynamic NAT is automatically activated. However, you can review and (if you wish) modify the NAT configuration of an existing Public Gateway as follows:
47
47
48
48
1. Click **Public Gateways** in the **Network** section of the side menu.
49
-
2. Click the Public Gateway whose configuration you wish to modify. You are taken to the Overview page for that Public Gateway.
49
+
2. Click the Public Gateway whose configuration you wish to modify. You are taken to the **Overview** page for that Public Gateway.
50
50
3. Click the **NAT** tab.
51
51
4. Use the toggle to deactivate dynamic NAT if desired. To add a new static NAT configuration for any Private Network attached to this gateway, click **Add Static NAT**. The following screen displays:
52
52
<Lightboximage={image}alt="" />
@@ -64,7 +64,7 @@ Dynamic NAT is automatically activated. However, you can review and (if you wish
64
64
By default, the SMTP ports (25, 465, 587 and 2525) on your Public Gateway are blocked to avoid spam. If you wish to send emails from resources located behind your Public Gateway, make sure those resources [have also enabled SMTP](/instances/how-to/send-emails-from-your-instance/) and then enable SMTP on your Public Gateway as follows:
65
65
66
66
1. Click **Public Gateways** in the **Network** section of the side menu.
67
-
2. Click the Public Gateway whose configuration you wish to modify. You are taken to the **Overview**page for that Public Gateway.
67
+
2. Click the Public Gateway whose configuration you wish to modify, then click the **Settings**tab.
68
68
3. Scroll down to the **SMTP** panel, and use the toggle <Iconname="toggle" /> to enable SMTP.
@@ -27,7 +27,7 @@ If neither of the above scenarios applies, there may be other factors impacting
27
27
28
28
## Solution
29
29
30
-
If one of the above scenario applies, not being able to connect to your Instance via SSH is **expected behavior**. The Public Gateway's default route advertisement takes priority over the default route through a resource's public interface. All the traffic towards your Instance now goes through the Public Gateway.
30
+
If one of the above scenarios applies, not being able to connect to your Instance via SSH is **expected behavior**. The Public Gateway's default route advertisement takes priority over the default route through a resource's public interface. All the traffic towards your Instance now goes through the Public Gateway.
31
31
32
32
To access your Instance using SSH in this scenario, the recommended solution is to use [SSH bastion](/public-gateways/how-to/use-ssh-bastion/).
Copy file name to clipboardExpand all lines: pages/vpc/concepts.mdx
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: VPC - Concepts
3
3
description: Discover the key concepts of Scaleway Virtual Private Cloud (VPC). Learn how to isolate, secure, and manage your cloud resources effectively.
@@ -61,7 +61,7 @@ While DHCP is built into all new Private Networks, it may not be automatically a
61
61
62
62
The **D**omain **N**ame **S**ystem (DNS) is a naming system for devices connected to the internet or Private Networks. Most prominently, DNS servers translate text-based domain names (e.g. www.scaleway.com) to numerical IP addresses (e.g. `51.158.66.220`).
63
63
64
-
Private Networks benefit from managed DNS, which resolves the hostnames of attached resources into their IP addresses. The hostname for a given device is generally the name defined when creating the resource (and which in the case of an Instance, for example, displays in the shell when connected to that resource by SSH). See [full information](/vpc/reference-content/dns/) on Scaleway DNS and how to reach a resource via its hostname.
64
+
Scaleway Private Networks benefit from managed DNS, which resolves the hostnames of attached resources into their IP addresses. The hostname for a given device is generally the name defined when creating the resource (and which in the case of an Instance, for example, displays in the shell when connected to that resource by SSH). See [full information](/vpc/reference-content/dns/) on Scaleway DNS and how to reach a resource via its hostname.
65
65
66
66
## IPAM
67
67
@@ -102,8 +102,6 @@ Private Networks let you connect Scaleway resources across multiple AZs within t
102
102
Read our dedicated documentation on [creating a Private Network](/vpc/how-to/create-private-network/).
103
103
104
104
<Messagetype="note">
105
-
Previously, Private Networks at Scaleway were zoned. Only resources from within one defined AZ could be attached to each network. Now, all Private Networks are regional, and resources from any AZ within that network's region can be attached. "Old" zoned Private Networks have all been automatically migrated to become regional.
106
-
107
105
While DHCP is built into all new Private Networks, it may not be automatically activated for older Private Networks. Check our [migration](/vpc/reference-content/vpc-migration/) documentation for more information.
Copy file name to clipboardExpand all lines: pages/vpc/how-to/create-vpc.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: How to create and manage VPCs
3
3
description: Learn how to create a Virtual Private Cloud (VPC) with the Scaleway console. Follow this detailed guide to set up secure and isolated network infrastructure for your cloud resources.
0 commit comments