Skip to content

Commit b562416

Browse files
RoRoJbene2k1nerda-codesldecarvalho-doc
authored
feat(vpc): add connectivity troubleshooting (#4473)
* fix(vpc): started second troubleshooting * fix(vpc): add more troubleshooting * fix(vpc): added to menu * Apply suggestions from code review Co-authored-by: Benedikt Rollik <[email protected]> Co-authored-by: Néda <[email protected]> * Update pages/vpc/troubleshooting/vpc-pn-routing-connectivity-issues.mdx Co-authored-by: ldecarvalho-doc <[email protected]> --------- Co-authored-by: Benedikt Rollik <[email protected]> Co-authored-by: Néda <[email protected]> Co-authored-by: ldecarvalho-doc <[email protected]>
1 parent 6bdf799 commit b562416

File tree

3 files changed

+66
-1
lines changed

3 files changed

+66
-1
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3231,6 +3231,10 @@
32313231
{
32323232
"label": "I can't delete my VPC or Private Network",
32333233
"slug": "cant-delete-vpc-pn"
3234+
},
3235+
{
3236+
"label": "I am experiencing connectivity or routing issues",
3237+
"slug": "vpc-pn-routing-connectivity-issues"
32343238
}
32353239
],
32363240
"label": "Troubleshooting",

pages/ipam/reference-content/public-connectivity-best-practices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In the future, look out for even more improvements to our flexible IP offering,
4949
We strongly recommend that you disable public connectivity on all of your Scaleway resources, unless it is absolutely required. Attaching resources to Private Networks, and limiting their communication to these networks brings the following advantages:
5050

5151
- **Minimized attack surface**: Without a public IP address, the resource is not exposed directly to the internet, decreasing the risk of DDoS or brute force attacks, or unauthorized access.
52-
- **Reduced cost**: Public (flexible) IP addresses are [billed](https://www.scaleway.com/en/pricing/), whereas Private Networks and the private IP addresses that attach resources to Private Networks are free of charge (except for Elastic Metal servers).
52+
- **Reduced cost**: Public (flexible) IP addresses are [billed](https://www.scaleway.com/en/pricing/), whereas Private Networks and the private IP addresses that attach resources to Private Networks are free of charge (except for Elastic Metal servers and Apple silicon).
5353
- **Improved latency**: Communication between resources over a Private Network is generally faster, as it does not need to be routed through the public internet.
5454

5555
Depending on the resource type, public connectivity can be disabled by:
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
meta:
3+
title: I am experiencing connectivity or routing issues with my VPC or Private Network
4+
description: Troubleshoot access and connectivity issues with your Scaleway VPC or Private Network. Learn how to resolve common problems and get your network up and running smoothly.
5+
content:
6+
h1: I am experiencing connectivity or routing issues with my VPC or Private Network
7+
paragraph: Troubleshoot access and connectivity issues with your Scaleway VPC or Private Network. Learn how to resolve common problems and get your network up and running smoothly.
8+
tags: vpc private-network access connectivity ssh ip
9+
dates:
10+
validation: 2025-02-21
11+
posted: 2025-02-21
12+
categories:
13+
- network
14+
---
15+
16+
You may have problems with connectivity between resources in a VPC or Private Network, or issues with routing packets.
17+
18+
This page helps you solve potential errors that are related to VPC connectivity and routing.
19+
20+
## My Managed Database cannot communicate with other resources in my VPC
21+
22+
This is normal, as VPC routing is not yet supported by Managed Databases for PostgreSQL or Managed Databases for Redis. Adding support for Managed Databases is planned for the future.
23+
24+
## I cannot deactivate routing on my VPC
25+
26+
This is standard behavior:
27+
28+
- Once you have activated routing on a VPC, you cannot deactivate it
29+
- You do not have the option to create a new VPC where routing is deactivated
30+
31+
## I cannot route between VPCs/Private Networks in different regions, or different Scaleway Projects.
32+
33+
Currently, routing is only supported between Private Networks in a single VPC. We do not support:
34+
35+
- Routing between two different VPCs
36+
- Routing between Private Networks in different Scaleway Projects, or different regions
37+
38+
Watch out for our VPC Peering solution, planned for the future, which will enable communication between different VPCs.
39+
40+
## I am experiencing issues with Elastic Metal server connectivity to a Private Network
41+
42+
Note that some manual configuration of the network interface is required when attaching Elastic Metal servers to Private Networks. Follow the steps in our [dedicated documentation](/elastic-metal/how-to/use-private-networks/#how-to-configure-the-network-interface-on-your-elastic-metal-server-for-private-networks).
43+
44+
## I am experiencing issues with VM (hosted on Elastic Metal server) connectivity to a Private Network
45+
46+
Ensure you have correctly attached the VM to the Private Network by specifying the MAC address, and carried out the necessary configuration of the network interface for your VM, e.g. [via the Proxmox interface](/tutorials/setup-elastic-metal-proxmox-cluster-with-private-networks/#configuring-the-private-network).
47+
48+
<Message type="tip">
49+
Using the same MAC address on VMs in different AZs, or switching such MAC addresses between AZs, is not compatible with VPC routing. Ensure each VM has a unique MAC address.
50+
</Message>
51+
52+
## My resources cannot communicate via their hostnames
53+
54+
See our dedicated documentation on [resolving private DNS errors](/vpc/troubleshooting/private-dns-dhcp-not-working/).
55+
56+
## I am experiencing other connectivity issues
57+
58+
Check the [Scaleway Status page](https://status.scaleway.com/), to see whether there are any ongoing incidents which could affect the connectivity or network access of your resources.
59+
60+
61+

0 commit comments

Comments
 (0)