Private Networks facilitate the interconnection of resources via a dedicated, private, and flexible L2 network.
This documentation describes the usage of the Private Network feature on Apple silicon servers.
You can multiple resources to your Private Networks, and can connect up to eight (8) distinct Private Networks per server, in the form of additional network interfaces within the server (VLANs). With this feature, you can isolate services from the public internet and expose them to the rest of your infrastructure without concern about public network filtering.
Servers can be added or removed from a Private Network at any time, even while running. The network interface will be hot-plugged into the server, and software can be configured to set it up automatically as soon as it appears.
(switchcolumn)
Important
This documentation refers to Private Networks for Apple silicon servers. If you are looking for information for Private Networks on other products, refer to our .
Concepts
Refer to our dedicated concepts pageOpen in new context to find definitions of all concepts and terminology related to Apple silicon servers.
Quickstart
(switchcolumn) (switchcolumn)
-
Configure your environment variables.
CodeTip
This is an optional step that seeks to simplify your usage of the Private Networks API. See Availability Zones below for help choosing an Availability Zone. You can find your Project ID in the Scaleway consoleOpen in new context.
-
Create a Private Network for your Apple silicon serverOpen in new context.
-
Add a server to the Private Network.
CodeNote
Keep the
vlanfield from the response. It is your VLAN ID, and will be used to configure the server to handle traffic from and to the Private Network. -
Connect to your Apple silicon server and use the following command to configure your Private Network interface"
Code
(switchcolumn)
Requirement
To perform the following steps, you must first ensure that:
- You have a Scaleway accountOpen in new context
- You have created an API keyOpen in new context and that the API key has sufficient IAM permissionsOpen in new context to perform the actions described on this page
- You have installed
curlOpen in new context
(switchcolumn)
Technical information
Pagination
Most listing requests receive a paginated response. Requests against paginated endpoints accept two query arguments:
page, a positive integer to choose which page to return.page_size, a positive integer lower or equal to 100 to select the number of items to return per page. The default value is20.
Paginated endpoints usually also accept filters to search and sort results. These filters are documented along each endpoint documentation.
Availability Zones
Private Networks for Apple silicon servers can be deployed in the following Availability Zones:
| Name | API ID |
|---|---|
| Paris | fr-par-1 fr-par-3 |
Technical limitations
- You need to configure a VLAN manually, using the Apple silicon server interface
- The bandwidth is limited to 1Gbps inside the Private Network
- You can configure up to 8 Private Networks per server
- Broadcast and multicast traffic, while supported, are rate-limited
Going further
For more help using Private Networks on Apple silicon servers, check out the following resources:
- Our main documentationOpen in new context
- The #virtual-private-cloud channel on our Slack CommunityOpen in new context
- Our support ticketing systemOpen in new context.