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/vpc/concepts.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,9 +114,9 @@ Routing allows resources on Private Networks witin the same VPC to communicate w
114
114
Each routed VPC has a [route table](#route-table) which is automatically populated with routes to each of its Private Networks. When you attach a Public Gateway to a Private Network, and tell it to advertise a default route to the internet, such routes are also added to the VPC's route table. You can also create your own [custom routes](/vpc/how-to/manage-routing/#how-to-create-a-custom-route), to route traffic towards defined destination IP ranges towards specific "next hop" resources.
115
115
116
116
<Messagetype="note">
117
-
If you have [updated](TODO) routing behavior on your VPC, or created a VPC since TODODATE, routing takes on the following characteristics:
117
+
If you have [updated](/vpc/how-to/manage-routing/#how-to-update-routing-behavior) routing behavior on your VPC, or created a VPC since TODODATE, routing takes on the following characteristics:
118
118
- Custom routes are advertised across the entire VPC, instead of only on the Private Network of the resource designated as next hop.
119
-
- You can optionally [enable each Private Network in the VPC to receive default route advertisements](TODO) not only from their locally attached Public Gateways, but from other Public Gateways (or default custom routes) attached to different Private Networks throughout the whole VPC.
119
+
- You can optionally [enable each Private Network in the VPC to receive default route advertisements](/vpc/how-to/manage-routing/#how-to-manage-default-route-scope) not only from their locally attached Public Gateways, but from other Public Gateways (or default custom routes) attached to different Private Networks throughout the whole VPC.
120
120
</Message>
121
121
122
122
Read more about how routing works in [our detailed guide](/vpc/reference-content/understanding-routing/).
Copy file name to clipboardExpand all lines: pages/vpc/how-to/manage-routing.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ If you created your VPC before TODODATE, you must manually update its routing be
46
46
- Advertisement of custom routes across the entire VPC as standard.
47
47
- Option to enable each Private Network in the VPC to receive default route advertisements not only from their locally attached Public Gateways, but from other Public Gateways (or default custom routes) attached to different Private Networks throughout the whole VPC.
48
48
49
-
For more information on these new routing behaviors, see our [detailed documentation](TODO).
49
+
For more information on these new routing behaviors, see our [detailed documentation](/vpc/reference-content/understanding-routing/#updating-routing-behavior).
50
50
51
51
Updating routing behavior is irreversible: once updated, you cannot revert. However, [Network ACLs](/vpc/reference-content/undestanding-nacls) are configurable via the API to let you finely control and restrict routes within your VPC as necessary.
52
52
@@ -98,7 +98,7 @@ Two types of auto-generated routes exist for VPCs:
98
98
<Messagetype="note">
99
99
By default, Public Gateways remain scoped to the Private Network(s) to which they are attached. They do not, as standard, advertise the default route on other Private Networks in the VPC.
100
100
101
-
However, each Private Network can opt in to receive default route advertisements from across the entire VPC, rather than only from locally attached gateways. This allows them to find a route to the internet even if there is no Public Gateway or default custom route on their own Private Network. See our [dedicated documentation](TODO) for full details.
101
+
However, each Private Network can opt in to receive default route advertisements from across the entire VPC, rather than only from locally attached gateways. This allows them to find a route to the internet even if there is no Public Gateway or default custom route on their own Private Network. See our [dedicated documentation](/vpc/reference-content/understanding-routing/#default-routes) for full details.
102
102
</Message>
103
103
104
104
You cannot delete managed routes, as their lifecycle is fully managed by Scaleway. The route will be automatically deleted for you when you delete the Private Network or Public Gateway that it concerns.
Copy file name to clipboardExpand all lines: pages/vpc/reference-content/understanding-routing.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
@@ -59,7 +59,7 @@ Bear in mind the following when activating VPC routing:
59
59
- Once activated on a given VPC, routing cannot be deactivated on that VPC.
60
60
- When routing is activated, all Private Networks on the VPC can communicate.
61
61
- Network ACLs, to finely control and filter traffic within a VPC, are in Public Beta and currently available via the [VPC API](/vpc/reference-content/understanding-nacls/) only. Alternatively, users may choose to configure NACLs directly on certain resources (e.g. Instances, Elastic Metal servers) using tools such as `iptables` or `nftables`.
62
-
- The scope of route advertisements for custom routes and default routes to Public Gateways depends on when you created your VPC, and/or whether you have updated its routing behavior to the most recent version. [Read the full documentation below](TODO) for details.
62
+
- The scope of route advertisements for custom routes and default routes to Public Gateways depends on when you created your VPC, and/or whether you have updated its routing behavior to the most recent version. [Read the full documentation below](#updating-routing-behavior) for details.
63
63
64
64
## Best practices
65
65
@@ -78,7 +78,7 @@ For example, you may use one Private Network for frontend resources and another
78
78
From TODO DATE, new routing behavior is available for VPCs.
79
79
80
80
- This routing behavior will be applied automatically to VPCs created after TODO DATE, or where routing is only activated after this date.
81
-
- Pre-existing VPCs must be [updated](TODO) to accept this new behavior
81
+
- Pre-existing VPCs must be [updated](/vpc/how-to/manage-routing/#how-to-update-routing-behavior) to accept this new behavior
82
82
83
83
|| Old behavior | New behavior |
84
84
|---|---|---|
@@ -117,7 +117,7 @@ If you wish to exercise more granular control over default route advertisements,
117
117
118
118
TODO: add explanation about what happens when you're receiving multiple default route announcements?
119
119
120
-
See the [documentation](TODO) on how to manage default route scope for a given Private Network, once you have [updated](TODO) to new routing behavior.
120
+
See the [documentation](/vpc/how-to/manage-routing/#how-to-manage-default-route-scope) on how to manage default route scope for a given Private Network, once you have [updated](/vpc/how-to/manage-routing/#how-to-update-routing-behavior) to new routing behavior.
0 commit comments