Skip to content

Commit 829a8a2

Browse files
committed
feat(ipam): ipv6
1 parent 06990fd commit 829a8a2

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
meta:
3+
title: IPv6 and the Scaleway ecosystem
4+
description: Learn about IPv6 at Scaleway - configuration, routing, security, and best practices for seamless integration and scalability. Transition smoothly with our step-by-step guide.
5+
content:
6+
h1: IPv6 and the Scaleway ecosystem
7+
paragraph: Learn about IPv6 at Scaleway - configuration, routing, security, and best practices for seamless integration and scalability. Transition smoothly with our step-by-step guide.
8+
tags: ipv6 ipv4 support
9+
dates:
10+
validation: 2024-11-18
11+
posted: 2024-11-18
12+
categories:
13+
- network
14+
---
15+
16+
IPv6 is increasingly important, as the world transitions to a more connected, secure and scalable internet. While the ever-popular IPv4 protocol still reigns supreme for now in terms of volume of usage, IPv6 adoption is steadily increasing, with tech giants and ISPs in particular pushing for more widespread IPv6 uptake and integration.
17+
18+
Read on to find out more about IPv6, how it is supported at Scaleway, and how you can configure your resources and infrastructure to take full advantage of this modern protocol.
19+
20+
## What is IPv6?
21+
22+
**IP**, or **Internet Protocol** enables machines to locate and communicate with each other on networks like the Internet or private subnets, by assigning each connected machine a unique IP address. An IP address is a set of numbers to identify the machine on the network.
23+
24+
The most commonly recognized and most widely-used IP version is **IPv4**, launched in 1983. Each IPv4 address has 32 bits. Written in human-readable form, an IPv4 address is generally shown as four octets separated by periods, e.g. `151.115.59.87`. However, with the growing number of machines connected to the Internet, the world is literally running out of unique IPv4 addresses - only 4.3 billion unique addresses of this format are possible.
25+
26+
This is where **IPv6** comes in, the most recent version of the IP protocol. Each IPv6 address has 128 bits, meaning a pool of Written in human-readable form, an IPv6 address can be shown as eight groups of four hexadecimal digits, each group representing 16 bits and separated by a colon, e.g. `2001:0DB8:0000:0003:0000:01FF:0000:002E`. This can also be notated as `2001:DB8::3:0:1FF:0:2E`.
27+
28+
As well as providing a much bigger address space, IPv6 also includes a built-in network security layer (IPsec), as well as improved features for reliability and efficiency, liked autoconfiguration, streamlined headers and improved Quality of Service (QoS). All leading to a more robust and secure protocol, that can potentially offer lower latency and faster data transfer.
29+
30+
## IPv6-compatible products
31+
32+
The following products support IPv6, meaning they can handle IPv6 traffic and IPv6 configurations:
33+
34+
- Instances
35+
- Elastic Metal
36+
- Apple silicon
37+
- Dedibox
38+
- Public Gateways
39+
- VPC
40+
41+
## Configuring public IPv6
42+
43+
## Configuring private IPv6
44+
45+
## Security considerations
46+
47+
## Troubleshooting

0 commit comments

Comments
 (0)