You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.de-de.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Configuring an IPv6 block in a vRack (EN)
3
3
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
5
5
---
6
6
7
7
<style>
@@ -24,6 +24,24 @@ The vRack network serves as a global private network bridging various OVHcloud p
24
24
25
25
**This guide focuses on Additional IPv6 address block configuration within a vRack network.**
26
26
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
+
27
45
## Introduction
28
46
29
47
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.
74
92
75
93
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.
76
94
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
+
77
97
/// details | Via the OVHcloud Control Panel
78
98
79
99
- 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"):
196
216
$ sudo ip address add 2001:41d0:abcd:ef00::2/64 dev eth1
197
217
```
198
218
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.
200
220
201
221
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:
202
222
@@ -281,6 +301,8 @@ Traffic coming back from such a VM should use the default route via the first pa
281
301
282
302
For routed subnet definition any prefix size can be used between /57 and /64.
283
303
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.
Copy file name to clipboardExpand all lines: pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-asia.md
+25-3Lines changed: 25 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Configuring an IPv6 block in a vRack
3
3
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
5
5
---
6
6
7
7
<style>
@@ -24,6 +24,24 @@ The vRack network serves as a global private network bridging various OVHcloud p
24
24
25
25
**This guide focuses on Additional IPv6 address block configuration within a vRack network.**
26
26
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
+
27
45
## Introduction
28
46
29
47
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
56
74
57
75
/// details | Request a new Additional IPv6 block
58
76
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).
60
78
61
79
{.thumbnail}
62
80
@@ -74,6 +92,8 @@ In this section we will present basic IPv6 setup for your vRack connected hosts.
74
92
75
93
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.
76
94
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
+
77
97
/// details | Via the OVHcloud Control Panel
78
98
79
99
- 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"):
196
216
$ sudo ip address add 2001:41d0:abcd:ef00::2/64 dev eth1
197
217
```
198
218
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.
200
220
201
221
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:
202
222
@@ -281,6 +301,8 @@ Traffic coming back from such a VM should use the default route via the first pa
281
301
282
302
For routed subnet definition any prefix size can be used between /57 and /64.
283
303
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.
Copy file name to clipboardExpand all lines: pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-au.md
+25-3Lines changed: 25 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Configuring an IPv6 block in a vRack
3
3
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
5
5
---
6
6
7
7
<style>
@@ -24,6 +24,24 @@ The vRack network serves as a global private network bridging various OVHcloud p
24
24
25
25
**This guide focuses on Additional IPv6 address block configuration within a vRack network.**
26
26
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
+
27
45
## Introduction
28
46
29
47
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
56
74
57
75
/// details | Request a new Additional IPv6 block
58
76
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).
60
78
61
79
{.thumbnail}
62
80
@@ -74,6 +92,8 @@ In this section we will present basic IPv6 setup for your vRack connected hosts.
74
92
75
93
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.
76
94
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
+
77
97
/// details | Via the OVHcloud Control Panel
78
98
79
99
- 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"):
196
216
$ sudo ip address add 2001:41d0:abcd:ef00::2/64 dev eth1
197
217
```
198
218
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.
200
220
201
221
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:
202
222
@@ -281,6 +301,8 @@ Traffic coming back from such a VM should use the default route via the first pa
281
301
282
302
For routed subnet definition any prefix size can be used between /57 and /64.
283
303
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.
Copy file name to clipboardExpand all lines: pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-ca.md
+25-3Lines changed: 25 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Configuring an IPv6 block in a vRack
3
3
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
5
5
---
6
6
7
7
<style>
@@ -24,6 +24,24 @@ The vRack network serves as a global private network bridging various OVHcloud p
24
24
25
25
**This guide focuses on Additional IPv6 address block configuration within a vRack network.**
26
26
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
+
27
45
## Introduction
28
46
29
47
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
56
74
57
75
/// details | Request a new Additional IPv6 block
58
76
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).
60
78
61
79
{.thumbnail}
62
80
@@ -74,6 +92,8 @@ In this section we will present basic IPv6 setup for your vRack connected hosts.
74
92
75
93
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.
76
94
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
+
77
97
/// details | Via the OVHcloud Control Panel
78
98
79
99
- 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"):
196
216
$ sudo ip address add 2001:41d0:abcd:ef00::2/64 dev eth1
197
217
```
198
218
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.
200
220
201
221
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:
202
222
@@ -281,6 +301,8 @@ Traffic coming back from such a VM should use the default route via the first pa
281
301
282
302
For routed subnet definition any prefix size can be used between /57 and /64.
283
303
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.
0 commit comments