Skip to content

Commit 313afb0

Browse files
authored
fix(nw): add links (#3827)
1 parent a4c4c8b commit 313afb0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

network/ipam/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Four IP addresses from each CIDR block are unavailable for reservation/use: the
5151

5252
Public IP addresses identify devices on the public internet. You can enter the public IP address of an Instance into any browser connected to the Internet, and access content being served from that Instance.
5353

54-
Depending on the type of resource and its configuration, it may or may not have a public IP address. For example, you can choose to give an [Instance](/compute/instances/) one or more public IP addresses ([IPv4](#ipv4) and/or IPv6), or alternatively, no public IP address at all.
54+
Depending on the type of resource and its configuration, it may or may not have a public IP address. For example, you can choose to give an [Instance](/compute/instances/) one or more public IP addresses ([IPv4](#ipv4) and/or IPv6), or alternatively, no public IP address at all. Find out more about how to manage public connectivity in our [best practices guide](/network/ipam/reference-content/public-connectivity-best-practices/).
5555

5656
Public IP addresses at Scaleway are often called flexible IP addresses, because you can move them between different resources. However, flexible IP addresses are scoped to a single product and to a single Availability Zone. If you create a flexible IP address for an Instance in `PAR-2`, you can move it to a different Instance in `PAR-2`, but not to an Instance in `PAR-1`, nor to an Elastic Metal server in any AZ.
5757

network/ipam/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ meta:
66

77
<Alert
88
sentiment="info"
9-
title="Reserve IPs with IPAM"
9+
title="Public connectivity - best practices"
1010
>
11-
You can now reserve private IPs with IPAM, and use a reserved IP when attaching a specific resource to a Private Network. [Learn more about how to reserve an IP](/network/ipam/how-to/reserve-ip/).
11+
Discover essential best practices for securing and optimizing public connectivity in your Scaleway cloud environment, with our [new guide](/network/ipam/reference-content/public-connectivity-best-practices/). Learn how to enhance performance and ensure robust protection.
1212
</Alert>
1313

1414
<ProductHeader

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories:
1515

1616
VPC allows you to build your own **V**irtual **P**rivate **C**loud on top of Scaleway's shared public cloud. Within each VPC, you can create multiple **Private Networks** and attach Scaleway resources to them, as long as the resources are in an AZ within the network's region. Attached resources can then communicate between themselves in an isolated and secure layer 2 network, away from the public internet.
1717

18-
Private Networks also have built-in **D**ynamic **H**ost **C**onfiguration **P**rotocol (DHCP), making it easy to manage the private IP addresses of your resources on the network. IPs are statically allocated when resources are attached to a Private Network, and are managed by our internal [IPAM](/network/vpc/concepts/#ipam).
18+
Private Networks also have built-in **D**ynamic **H**ost **C**onfiguration **P**rotocol (DHCP), making it easy to manage the private IP addresses of your resources on the network. IPs are statically allocated when resources are attached to a Private Network, and are managed by our internal [IPAM](/network/vpc/concepts/#ipam). You can find out how to get the most from your Private Networks in our [dedicated guide](/network/vpc/reference-content/getting-most-private-networks/).
1919

2020
<Message type="note">
2121
While DHCP is built into all new Private Networks, it may not be automatically activated for Private Networks created before July 2023. Check our [migration](/network/vpc/reference-content/vpc-migration/) documentation for more information.

network/vpc/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ meta:
66

77
<Alert
88
sentiment="info"
9-
title="VPC routing is now in General Availability"
9+
title="Getting the most from your Private Networks"
1010
>
11-
Try out the new [VPC routing](/network/vpc/concepts/#routing) feature, now in General Availability. Routing lets Private Networks in the same VPC communicate with each other, via automatically-created and managed routes.
11+
Learn how to optimize your Scaleway VPCs, Private Networks and resource connectivity with [our new guide](/network/vpc/reference-content/getting-most-private-networks/) detailing tips and best practices.
1212
</Alert>
1313

1414
<ProductHeader

0 commit comments

Comments
 (0)