Skip to content

Commit c09fe71

Browse files
authored
Merge pull request #7875 from ovh/sa-additional-ipv6
Sa additional ipv6
2 parents 98a741e + f707091 commit c09fe71

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+816
-121
lines changed

pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.de-de.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configuring an IPv6 block in a vRack (EN)
33
excerpt: This guide will show you how to configure a block of public IPv6 addresses for use with the vRack
4-
updated: 2025-04-28
4+
updated: 2025-06-04
55
---
66

77
<style>
@@ -24,6 +24,24 @@ The vRack network serves as a global private network bridging various OVHcloud p
2424

2525
**This guide focuses on Additional IPv6 address block configuration within a vRack network.**
2626

27+
> [!primary]
28+
>
29+
> vRack supports both IPv4 and IPv6 public routing with Additional IP address blocks. You can find the instructions on how to configure IPv4 blocks in this guide: [Configuring an IP block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack).
30+
>
31+
32+
> [!primary]
33+
>
34+
> This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles:
35+
>
36+
> - IPv4:
37+
> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing).
38+
> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing).
39+
> - IPv6:
40+
> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6).
41+
> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6).
42+
> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6).
43+
>
44+
2745
## Introduction
2846

2947
IPv6 revolutionizes networking within OVHcloud's vRack by addressing IPv4's limitations and introducing features for the modern internet. Its rollout is a direct response to the need for more extensive, secure, and sophisticated internet architectures. Here are the key benefits of integrating IPv6 with vRack:
@@ -74,6 +92,8 @@ In this section we will present basic IPv6 setup for your vRack connected hosts.
7492

7593
The example above shows two hosts with their vRack-side interfaces configured with IPv6 public addresses. One host is configured manually, while the other has an IP address assigned automatically using SLAAC. All IP addresses belong to the first /64 subnet from a given public /56 Additional IPv6 block. Both leverage the vRack interface for public IPv6 connectivity.
7694

95+
The default gateway for the first /64 subnet (bridged one) is the first address from the /56 block. In this example it is `2001:41d0:abcd:ef00::1`. This is distributed via SLAAC but must be manually configured (as a default route) if SLAAC is disabled. See the **Static IP configuration** section below.
96+
7797
/// details | Via the OVHcloud Control Panel
7898

7999
- Open `Network`{.action} in the left-hand sidebar.
@@ -196,7 +216,7 @@ First, let's add an IP address on the vRack interface (in our example "eth1"):
196216
$ sudo ip address add 2001:41d0:abcd:ef00::2/64 dev eth1
197217
```
198218

199-
(Please note that the first IP address in a block, 2001:41d0:abcd:ef00::1/64 is gateway IP address and must not be used for host addressing).
219+
Please note that the first IP address in a block, `2001:41d0:abcd:ef00::1/64` is the gateway IP address and must not be used for host addressing.
200220

201221
Optionally, if you want to use the vRack interface as the main one for IPv6 traffic, the default route can be configured the following way:
202222

@@ -281,6 +301,8 @@ Traffic coming back from such a VM should use the default route via the first pa
281301

282302
For routed subnet definition any prefix size can be used between /57 and /64.
283303

304+
The default gateway for the host is the first address from the /56 block, which is in this example: `2001:41d0:abcd:ef00::1`. The default gateway used by the VMs is the address of their host via the local link, which is `fd00::1` in this example.
305+
284306
#### Define routed subnet
285307

286308
/// details | OVHcloud Control Panel actions

pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-asia.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configuring an IPv6 block in a vRack
33
excerpt: This guide will show you how to configure a block of public IPv6 addresses for use with the vRack
4-
updated: 2025-04-28
4+
updated: 2025-06-04
55
---
66

77
<style>
@@ -24,6 +24,24 @@ The vRack network serves as a global private network bridging various OVHcloud p
2424

2525
**This guide focuses on Additional IPv6 address block configuration within a vRack network.**
2626

27+
> [!primary]
28+
>
29+
> vRack supports both IPv4 and IPv6 public routing with Additional IP address blocks. You can find the instructions on how to configure IPv4 blocks in this guide: [Configuring an IP block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack).
30+
>
31+
32+
> [!primary]
33+
>
34+
> This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles:
35+
>
36+
> - IPv4:
37+
> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing).
38+
> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing).
39+
> - IPv6:
40+
> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6).
41+
> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6).
42+
> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6).
43+
>
44+
2745
## Introduction
2846

2947
IPv6 revolutionizes networking within OVHcloud's vRack by addressing IPv4's limitations and introducing features for the modern internet. Its rollout is a direct response to the need for more extensive, secure, and sophisticated internet architectures. Here are the key benefits of integrating IPv6 with vRack:
@@ -56,7 +74,7 @@ While requesting a new Additional IPv6 block, it's important to note that the al
5674

5775
/// details | Request a new Additional IPv6 block
5876

59-
You can order your new additional IPv6 block [here](https://ca.ovh.com/manager/#/dedicated/ip/agoraOrder/ipv6?catalogName=ip).
77+
You can order your new additional IPv6 block [here](https://www.ovh.com/manager/#/dedicated/ip/agoraOrder/ipv6?catalogName=ip).
6078

6179
![configuration page](images/500.png){.thumbnail}
6280

@@ -74,6 +92,8 @@ In this section we will present basic IPv6 setup for your vRack connected hosts.
7492

7593
The example above shows two hosts with their vRack-side interfaces configured with IPv6 public addresses. One host is configured manually, while the other has an IP address assigned automatically using SLAAC. All IP addresses belong to the first /64 subnet from a given public /56 Additional IPv6 block. Both leverage the vRack interface for public IPv6 connectivity.
7694

95+
The default gateway for the first /64 subnet (bridged one) is the first address from the /56 block. In this example it is `2001:41d0:abcd:ef00::1`. This is distributed via SLAAC but must be manually configured (as a default route) if SLAAC is disabled. See the **Static IP configuration** section below.
96+
7797
/// details | Via the OVHcloud Control Panel
7898

7999
- Open `Network`{.action} in the left-hand sidebar.
@@ -196,7 +216,7 @@ First, let's add an IP address on the vRack interface (in our example "eth1"):
196216
$ sudo ip address add 2001:41d0:abcd:ef00::2/64 dev eth1
197217
```
198218

199-
(Please note that the first IP address in a block, 2001:41d0:abcd:ef00::1/64 is gateway IP address and must not be used for host addressing).
219+
Please note that the first IP address in a block, `2001:41d0:abcd:ef00::1/64` is the gateway IP address and must not be used for host addressing.
200220

201221
Optionally, if you want to use the vRack interface as the main one for IPv6 traffic, the default route can be configured the following way:
202222

@@ -281,6 +301,8 @@ Traffic coming back from such a VM should use the default route via the first pa
281301

282302
For routed subnet definition any prefix size can be used between /57 and /64.
283303

304+
The default gateway for the host is the first address from the /56 block, which is in this example: `2001:41d0:abcd:ef00::1`. The default gateway used by the VMs is the address of their host via the local link, which is `fd00::1` in this example.
305+
284306
#### Define routed subnet
285307

286308
/// details | OVHcloud Control Panel actions

pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-au.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configuring an IPv6 block in a vRack
33
excerpt: This guide will show you how to configure a block of public IPv6 addresses for use with the vRack
4-
updated: 2025-04-28
4+
updated: 2025-06-04
55
---
66

77
<style>
@@ -24,6 +24,24 @@ The vRack network serves as a global private network bridging various OVHcloud p
2424

2525
**This guide focuses on Additional IPv6 address block configuration within a vRack network.**
2626

27+
> [!primary]
28+
>
29+
> vRack supports both IPv4 and IPv6 public routing with Additional IP address blocks. You can find the instructions on how to configure IPv4 blocks in this guide: [Configuring an IP block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack).
30+
>
31+
32+
> [!primary]
33+
>
34+
> This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles:
35+
>
36+
> - IPv4:
37+
> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing).
38+
> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing).
39+
> - IPv6:
40+
> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6).
41+
> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6).
42+
> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6).
43+
>
44+
2745
## Introduction
2846

2947
IPv6 revolutionizes networking within OVHcloud's vRack by addressing IPv4's limitations and introducing features for the modern internet. Its rollout is a direct response to the need for more extensive, secure, and sophisticated internet architectures. Here are the key benefits of integrating IPv6 with vRack:
@@ -56,7 +74,7 @@ While requesting a new Additional IPv6 block, it's important to note that the al
5674

5775
/// details | Request a new Additional IPv6 block
5876

59-
You can order your new additional IPv6 block [here](https://ca.ovh.com/manager/#/dedicated/ip/agoraOrder/ipv6?catalogName=ip).
77+
You can order your new additional IPv6 block [here](https://www.ovh.com/manager/#/dedicated/ip/agoraOrder/ipv6?catalogName=ip).
6078

6179
![configuration page](images/500.png){.thumbnail}
6280

@@ -74,6 +92,8 @@ In this section we will present basic IPv6 setup for your vRack connected hosts.
7492

7593
The example above shows two hosts with their vRack-side interfaces configured with IPv6 public addresses. One host is configured manually, while the other has an IP address assigned automatically using SLAAC. All IP addresses belong to the first /64 subnet from a given public /56 Additional IPv6 block. Both leverage the vRack interface for public IPv6 connectivity.
7694

95+
The default gateway for the first /64 subnet (bridged one) is the first address from the /56 block. In this example it is `2001:41d0:abcd:ef00::1`. This is distributed via SLAAC but must be manually configured (as a default route) if SLAAC is disabled. See the **Static IP configuration** section below.
96+
7797
/// details | Via the OVHcloud Control Panel
7898

7999
- Open `Network`{.action} in the left-hand sidebar.
@@ -196,7 +216,7 @@ First, let's add an IP address on the vRack interface (in our example "eth1"):
196216
$ sudo ip address add 2001:41d0:abcd:ef00::2/64 dev eth1
197217
```
198218

199-
(Please note that the first IP address in a block, 2001:41d0:abcd:ef00::1/64 is gateway IP address and must not be used for host addressing).
219+
Please note that the first IP address in a block, `2001:41d0:abcd:ef00::1/64` is the gateway IP address and must not be used for host addressing.
200220

201221
Optionally, if you want to use the vRack interface as the main one for IPv6 traffic, the default route can be configured the following way:
202222

@@ -281,6 +301,8 @@ Traffic coming back from such a VM should use the default route via the first pa
281301

282302
For routed subnet definition any prefix size can be used between /57 and /64.
283303

304+
The default gateway for the host is the first address from the /56 block, which is in this example: `2001:41d0:abcd:ef00::1`. The default gateway used by the VMs is the address of their host via the local link, which is `fd00::1` in this example.
305+
284306
#### Define routed subnet
285307

286308
/// details | OVHcloud Control Panel actions

pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-ca.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configuring an IPv6 block in a vRack
33
excerpt: This guide will show you how to configure a block of public IPv6 addresses for use with the vRack
4-
updated: 2025-04-28
4+
updated: 2025-06-04
55
---
66

77
<style>
@@ -24,6 +24,24 @@ The vRack network serves as a global private network bridging various OVHcloud p
2424

2525
**This guide focuses on Additional IPv6 address block configuration within a vRack network.**
2626

27+
> [!primary]
28+
>
29+
> vRack supports both IPv4 and IPv6 public routing with Additional IP address blocks. You can find the instructions on how to configure IPv4 blocks in this guide: [Configuring an IP block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack).
30+
>
31+
32+
> [!primary]
33+
>
34+
> This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles:
35+
>
36+
> - IPv4:
37+
> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing).
38+
> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing).
39+
> - IPv6:
40+
> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6).
41+
> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6).
42+
> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6).
43+
>
44+
2745
## Introduction
2846

2947
IPv6 revolutionizes networking within OVHcloud's vRack by addressing IPv4's limitations and introducing features for the modern internet. Its rollout is a direct response to the need for more extensive, secure, and sophisticated internet architectures. Here are the key benefits of integrating IPv6 with vRack:
@@ -56,7 +74,7 @@ While requesting a new Additional IPv6 block, it's important to note that the al
5674

5775
/// details | Request a new Additional IPv6 block
5876

59-
You can order your new additional IPv6 block [here](https://ca.ovh.com/manager/#/dedicated/ip/agoraOrder/ipv6?catalogName=ip).
77+
You can order your new additional IPv6 block [here](https://www.ovh.com/manager/#/dedicated/ip/agoraOrder/ipv6?catalogName=ip).
6078

6179
![configuration page](images/500.png){.thumbnail}
6280

@@ -74,6 +92,8 @@ In this section we will present basic IPv6 setup for your vRack connected hosts.
7492

7593
The example above shows two hosts with their vRack-side interfaces configured with IPv6 public addresses. One host is configured manually, while the other has an IP address assigned automatically using SLAAC. All IP addresses belong to the first /64 subnet from a given public /56 Additional IPv6 block. Both leverage the vRack interface for public IPv6 connectivity.
7694

95+
The default gateway for the first /64 subnet (bridged one) is the first address from the /56 block. In this example it is `2001:41d0:abcd:ef00::1`. This is distributed via SLAAC but must be manually configured (as a default route) if SLAAC is disabled. See the **Static IP configuration** section below.
96+
7797
/// details | Via the OVHcloud Control Panel
7898

7999
- Open `Network`{.action} in the left-hand sidebar.
@@ -196,7 +216,7 @@ First, let's add an IP address on the vRack interface (in our example "eth1"):
196216
$ sudo ip address add 2001:41d0:abcd:ef00::2/64 dev eth1
197217
```
198218

199-
(Please note that the first IP address in a block, 2001:41d0:abcd:ef00::1/64 is gateway IP address and must not be used for host addressing).
219+
Please note that the first IP address in a block, `2001:41d0:abcd:ef00::1/64` is the gateway IP address and must not be used for host addressing.
200220

201221
Optionally, if you want to use the vRack interface as the main one for IPv6 traffic, the default route can be configured the following way:
202222

@@ -281,6 +301,8 @@ Traffic coming back from such a VM should use the default route via the first pa
281301

282302
For routed subnet definition any prefix size can be used between /57 and /64.
283303

304+
The default gateway for the host is the first address from the /56 block, which is in this example: `2001:41d0:abcd:ef00::1`. The default gateway used by the VMs is the address of their host via the local link, which is `fd00::1` in this example.
305+
284306
#### Define routed subnet
285307

286308
/// details | OVHcloud Control Panel actions

0 commit comments

Comments
 (0)