Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions menu/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1339,6 +1339,10 @@
"label": "Elastic Metal Server stock levels explained",
"slug": "elastic-metal-stock-levels"
},
{
"label": "Understanding Elastic Metal networking",
"slug": "elastic-metal-networking"
},
{
"label": "Elastic Metal RV1 guidelines",
"slug": "elastic-metal-rv1-guidelines"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
---
meta:
title: Understanding Elastic Metal networking
description: This page provides provides insights in the network setup of your Elastic Metal server.
content:
h1: Understanding Elastic Metal networking
paragraph: This page provides provides insights in the network setup of your Elastic Metal server.
tags: elastic-metal networking
dates:
validation: 2025-06-03
posted: 2025-06-03
categories:
- bare-metal
---

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.

<Message type="note">
A second physical Network Interface Card (NIC) might be installed in your server, however it is not in use.
</Message>

<Lightbox src="scaleway-elastic-metal-networking-schema.webp" size="large" alt="Schema displaying a theoretical network configuration of an Elastic Metal server" />

## Public bandwidth and flexible IPs

Public bandwidth on Elastic Metal servers is limited by default and typically lower than the maximum capacity of the NIC. It may be increased depending on your server plan and configuration.

A public IPv4 is provided by default with each Elastic Metal server, it is configured by default on the machine after OS installation from the Scaleway console. If you decide to manually install your OS you can the OS let it configure automatically using DHCP.
The default IPv4 is statically assigned to the physical machine and can not be moved to another Elastic Metal server.

[How to adjust the available public bandwidth for an Elastic Metal server](/elastic-metal/how-to/adjust-available-bandwidth/)

### Flexible IPs

Flexible IPs are IPs that are unrelated to to the physical machine and can be assigned flexible to your Elastic Metal resources. Flexible IPs can either be a IPv4 (/32 subnet - one IPv4 address) or an IPv6 subnet (/64 subnet).

There are two scenarios for additional Flexible IPs:

* Without virtualization: Assign the additional IP directly to the host OS interface. No virtual MAC or interface is required.
* With virtualization: A virtual interface must be added to the network interface using an hypervisor (e.g. QEMU/KVM), and attached to a single virtual MAC address.

[How to configure a Flexible IP on Elastic Metal](/elastic-metal/how-to/configure-flexible-ip/)

### Flexible IPv6

Scaleway supports flexible IPv6 addresses on Elastic Metal servers. These operate similarly to flexible IPv4 addresses and must also be manually configured.

[How to configure a Flexible IPv6 on Elastic Metal](/elastic-metal/how-to/configure-flexible-ipv6/)


## Private Networks

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 NIC. This setup enables secure, isolated communication between Elastic Metal servers and other resources (e.g. Instances, Load Balancer's) within the same Private Network.
For each

[How to use Private Networks with Elastic Metal servers](/elastic-metal/how-to/use-private-networks/)

## KVM public IP

The KVM public IP is the IP address used to access the KVM-over-IP device of the machine.
This IP address is used to provide remote access to the server in case the machine can't be reached anymore 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.
The KVM public IP uses a special connection handled by the Baseboard Management Controller (BMC) and Scaleway's internal network.

[How to activate remote access on an Elastic Metal server](/elastic-metal/how-to/activate-remote-access/)


Loading