Skip to content

Commit 378806b

Browse files
bene2k1nerda-codesRoRoJjcirinosclwy
authored
feat(em): understanding em networking (#5060)
* feat(em): understanding em networking * feat(em): networking * fix(em): fix typo * fix(em): fix typo * Apply suggestions from code review Co-authored-by: Néda <[email protected]> * feat(em): update wording * Apply suggestions from code review Co-authored-by: Rowena Jones <[email protected]> * Apply suggestions from code review Co-authored-by: Jessica <[email protected]> * Update pages/elastic-metal/reference-content/elastic-metal-networking.mdx --------- Co-authored-by: Néda <[email protected]> Co-authored-by: Rowena Jones <[email protected]> Co-authored-by: Jessica <[email protected]>
1 parent 943882c commit 378806b

File tree

3 files changed

+67
-0
lines changed

3 files changed

+67
-0
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,6 +1339,10 @@
13391339
"label": "Elastic Metal Server stock levels explained",
13401340
"slug": "elastic-metal-stock-levels"
13411341
},
1342+
{
1343+
"label": "Understanding Elastic Metal networking",
1344+
"slug": "elastic-metal-networking"
1345+
},
13421346
{
13431347
"label": "Elastic Metal RV1 guidelines",
13441348
"slug": "elastic-metal-rv1-guidelines"
183 KB
Loading
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
meta:
3+
title: Understanding Elastic Metal networking
4+
description: This page provides insights into the network setup of your Elastic Metal server.
5+
content:
6+
h1: Understanding Elastic Metal networking
7+
paragraph: This page provides insights into the network setup of your Elastic Metal server.
8+
tags: elastic-metal networking
9+
dates:
10+
validation: 2025-06-03
11+
posted: 2025-06-03
12+
categories:
13+
- bare-metal
14+
---
15+
16+
Each Scaleway Elastic Metal server is configured with a single physical Network Interface Card (NIC), pre-configured by default. This NIC handles both public internet traffic and private network communication, sharing the total available bandwidth.
17+
18+
<Message type="note">
19+
A second physical Network Interface Card (NIC) might be installed in your server, however it is not in use.
20+
</Message>
21+
22+
<Lightbox src="scaleway-elastic-metal-networking-schema.webp" size="large" alt="Schema displaying a theoretical network configuration of an Elastic Metal server" />
23+
24+
## Public bandwidth and flexible IPs
25+
26+
Public bandwidth on Elastic Metal servers is limited by default and is typically lower than the maximum capacity of the NIC. This limit can be increased based on your server plan and configuration.
27+
28+
A public IPv4 address is provided by default with each Elastic Metal server and is configured automatically on the machine during OS installation via the Scaleway console.
29+
If you choose to manually install your OS, you can allow it to configure the network settings automatically using DHCP.
30+
The default IPv4 address is statically assigned to the physical machine and cannot be transferred to another Elastic Metal server.
31+
32+
[How to adjust the available public bandwidth for an Elastic Metal server](/elastic-metal/how-to/adjust-available-bandwidth/)
33+
34+
### Flexible IPs
35+
36+
Flexible IPs are IPs that are unrelated to the physical machine and can be assigned to your Elastic Metal resources. Flexible IPs can either be an IPv4 (/32 subnet - one IPv4 address) or an IPv6 subnet (/64 subnet).
37+
38+
There are two scenarios for additional flexible IPs:
39+
40+
* Without virtualization: Assign the additional IP directly to the host OS interface. No virtual MAC or interface is required.
41+
* With virtualization: A virtual interface must be added to the network interface using a hypervisor (e.g. QEMU/KVM), and attached to a single virtual MAC address.
42+
43+
Refer to the documentation on [how to configure a flexible IP on Elastic Metal](/elastic-metal/how-to/configure-flexible-ip/) for more information.
44+
45+
### Flexible IPv6
46+
47+
Scaleway supports flexible IPv6 addresses on Elastic Metal servers. These operate similarly to flexible IPv4 addresses and must also be manually configured.
48+
49+
[How to configure a flexible IPv6 on Elastic Metal](/elastic-metal/how-to/configure-flexible-ipv6/)
50+
51+
## Private Networks
52+
53+
Private Networks are an optional feature that can be enabled per server. For each attached Private Network, a dedicated VLAN with a private IP is created on the network. Once created, the private IP and VLAN need to be [configured manually](/elastic-metal/how-to/use-private-networks/#how-to-configure-the-network-interface-on-your-elastic-metal-server-for-private-networks) on the server. This setup enables secure, isolated communication between Elastic Metal servers and other resources (e.g. Instances, Load Balancers) within the same Private Network or VPC.
54+
55+
[How to use Private Networks with Elastic Metal servers](/elastic-metal/how-to/use-private-networks/)
56+
57+
## KVM public IP
58+
59+
The KVM public IP is the IP address used to access the KVM-over-IP device of the machine.
60+
This IP address is used to provide remote access to the server in case the machine can no longer be reached on the public IP, or to install a custom OS using the KVM over IP device. It is configured on the same physical NIC, but is not visible from the OS.
61+
The KVM public IP uses a special connection handled by the Baseboard Management Controller (BMC) and Scaleway's internal network.
62+
63+
[How to activate remote access on an Elastic Metal server](/elastic-metal/how-to/activate-remote-access/)

0 commit comments

Comments
 (0)