-
Notifications
You must be signed in to change notification settings - Fork 258
feat(vpc): add connectivity troubleshooting #4473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
ab40117
fix(vpc): started second troubleshooting
RoRoJ 433b731
fix(vpc): add more troubleshooting
RoRoJ aba0d21
fix(vpc): added to menu
RoRoJ d6e4333
Apply suggestions from code review
RoRoJ f60c3c1
Update pages/vpc/troubleshooting/vpc-pn-routing-connectivity-issues.mdx
RoRoJ File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 61 additions & 0 deletions
61
pages/vpc/troubleshooting/vpc-pn-routing-connectivity-issues.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,61 @@ | ||
| --- | ||
| meta: | ||
| title: I am experiencing connectivity or routing issues with my VPC or Private Network | ||
| 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. | ||
| content: | ||
| h1: I am experiencing connectivity or routing issues with my VPC or Private Network | ||
| 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. | ||
| tags: vpc private-network access connectivity ssh ip | ||
| dates: | ||
| validation: 2025-02-21 | ||
| posted: 2025-02-21 | ||
| categories: | ||
| - network | ||
| --- | ||
|
|
||
| You may have problems with connectivity between resources in a VPC or Private Network, or issues with routing packets. | ||
|
|
||
| This page helps you solve potential errors that are related to VPC connectivity and routing. | ||
|
|
||
| ## My Managed Database cannot communicate with other resources in my VPC | ||
|
|
||
| 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. | ||
|
|
||
| ## I cannot deactivate routing on my VPC | ||
|
|
||
| This is standard behavior: | ||
|
|
||
| - Once you have activated routing on a VPC, you cannot deactivate it | ||
| - You do not have the option to create a new VPC where routing is deactivated | ||
|
|
||
| ## I cannot route between VPCs/Private Networks in different regions, or different Scaleway Projects. | ||
|
|
||
| Currently, routing is only supported between Private Networks in a single VPC. We do not support: | ||
|
|
||
| - Routing between two different VPCs | ||
| - Routing between Private Networks in different Scaleway Projects, or different regions | ||
|
|
||
| Watch out for our VPC Peering solution, planned for the future, which will enable communication between different VPCs. | ||
|
|
||
| ## I am experiencing issues with Elastic Metal server connectivity to a Private Network | ||
|
|
||
| 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). | ||
|
|
||
| ## I am experiencing issues with VM (hosted on Elastic Metal server) connectivity to a Private Network | ||
|
|
||
| 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). | ||
|
|
||
| <Message type="tip"> | ||
| 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. | ||
| </Message> | ||
|
|
||
| ## My resources cannot communicate via their hostnames | ||
|
|
||
| See our dedicated documentation on [resolving private DNS errors](/vpc/troubleshooting/private-dns-dhcp-not-working/). | ||
|
|
||
| ## I am experiencing other connectivity issues | ||
|
|
||
| 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. | ||
|
|
||
|
|
||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.