Skip to content

Commit 2bef5b2

Browse files
author
tcpdumpfbacke
committed
RM EOL OS mentions
1 parent a7a41ce commit 2bef5b2

File tree

15 files changed

+80
-156
lines changed

15 files changed

+80
-156
lines changed

pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing/guide.de-de.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ excerpt: "Erfahren Sie hier, wie Sie Additional IPs in Ihre VPS-Konfiguration ei
44
updated: 2024-11-05
55
---
66

7-
> [!primary]
8-
>
9-
> Seit dem 6. Oktober 2022 heißt unser Dienst "Failover-IP" nun [Additional IP](/links/network/additional-ip). Die Namensänderung hat keine Auswirkungen auf dessen technische Funktionen.
10-
>
11-
127
## Ziel
138

149
Bei *IP Aliasing* handelt es sich um eine spezielle Netzwerkkonfiguration für bestimme OVHcloud Dienste, mit der Sie mehrere IP-Adressen über ein einziges Netzwerkinterface verbinden können.
@@ -45,7 +40,7 @@ Bitte beachten Sie, dass sich bei unterschiedlichen Distributionen die korrekte
4540
|NETWORK_INTERFACE|Name des Netzwerkinterfaces|*eth*, *ens3*|
4641
|ID|ID der Alias-IP, beginnend mit *0* (abhängig von der Anzahl der zu konfigurierenden zusätzlichen IP-Adressen)|*0*, *1*|
4742

48-
### Debian 10/11
43+
### Debian 11
4944

5045
#### Schritt 1: Automatische Netzwerkkonfiguration deaktivieren
5146

@@ -214,7 +209,7 @@ sudo netplan apply
214209

215210
Wiederholen Sie diesen Vorgang für jede Additional IP-Adresse.
216211

217-
### CentOS 7, AlmaLinux (8 & 9), Rocky Linux (8 & 9)
212+
### AlmaLinux (8 & 9), Rocky Linux (8 & 9)
218213

219214
Die Hauptkonfigurationsdatei befindet sich im Ordner `/etc/sysconfig/network-scripts/`. In diesem Beispiel ist es `ifcfg-eth0`. Überprüfen Sie den Dateinamen in Ihrem Ordner, bevor Sie Änderungen vornehmen.
220215

@@ -402,7 +397,7 @@ Geben Sie `cmd` ein und klicken Sie auf `OK`{.action}, um die Eingabeaufforderun
402397

403398
Um die aktuelle IP-Konfiguration anzuzeigen, geben Sie `ipconfig` ein.
404399

405-
```powershell
400+
```console
406401
C:\Users\Administrator>ipconfig
407402
Windows IP Configuration
408403
Ethernet adapter Ethernet:
@@ -450,7 +445,7 @@ Die Verbindung zu Ihrem Server wird für einige Sekunden unterbrochen.
450445

451446
Öffnen Sie die Eingabeaufforderung (cmd), und geben Sie `ipconfig` ein. Die Konfiguration muss nun die neue Additional IP-Adresse enthalten.
452447

453-
```powershell
448+
```console
454449
C:\Users\Administrator>ipconfig
455450
Windows IP Configuration
456451
Ethernet adapter Ethernet:

pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing/guide.en-asia.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,16 @@ excerpt: Find out how to add Additional IP addresses to your VPS configuration
44
updated: 2024-11-05
55
---
66

7-
> [!primary]
8-
>
9-
> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features.
10-
>
11-
127
## Objective
138

149
IP aliasing refers to a special network configuration for certain OVHcloud services. Additional IPs allow you to associate multiple IP addresses with a single network interface.
1510

1611
**This guide explains how to add Additional IP addresses to your network configuration.**
1712

1813
> [!warning]
19-
> OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly.
14+
> OVHcloud provides services for which you are responsible with regard to their configuration and management. It is therefore your responsibility to ensure that they function correctly.
2015
>
21-
> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on https://community.ovh.com/en/ if you have difficulties or doubts concerning the administration, usage or implementation of services on a server.
16+
> This guide is designed to help you with common tasks. Nevertheless, we recommend contacting a [specialist service provider](/links/partner) or reaching out to the [OVHcloud community](/links/community) if you encounter any difficulties.
2217
>
2318
2419
## Requirements
@@ -45,7 +40,7 @@ Concerning different distribution releases, please note that the proper procedur
4540
|NETWORK_INTERFACE|The name of the network interface|*eth0*, *ens3*|
4641
|ID|ID of the IP alias, starting with *0* (depending on the number of additional IPs there are to configure)|*0*, *1*|
4742

48-
### Debian 10/11
43+
### Debian 11
4944

5045
#### Step 1: Disable automatic network configuration
5146

@@ -167,7 +162,7 @@ network:
167162
INTERFACE_NAME:
168163
dhcp4: true
169164
addresses:
170-
- ADDITIONAL_IP1/32
165+
- ADDITIONAL_IP/32
171166
```
172167
173168
If you have more Additional IPs to configure, the configuration file should look like this:
@@ -216,7 +211,7 @@ If it is correct, apply it using the following command:
216211
sudo netplan apply
217212
```
218213

219-
### CentOS 7, AlmaLinux (8 & 9), Rocky Linux (8 & 9)
214+
### AlmaLinux (8 & 9), Rocky Linux (8 & 9)
220215

221216
The main configuration file is located in `/etc/sysconfig/network-scripts/`. In this example it is called `ifcfg-eth0`. Before making changes, verify the actual file name in this folder.
222217

@@ -400,7 +395,7 @@ Type `cmd` and click `OK`{.action} to open the command line application.
400395

401396
In order to retrieve the current IP configuration, enter `ipconfig` at the command prompt.
402397

403-
```powershell
398+
```console
404399
C:\Users\Administrator>ipconfig
405400

406401
Windows IP Configuration
@@ -445,7 +440,7 @@ Confirm by clicking on `Add`{.action}.
445440

446441
![Additional IP configuration](images/additional-ip-config.png){.thumbnail}
447442

448-
Once done, click on `OK`{.action} to apply the configuration.
443+
Once done, click on `OK`{.action} to apply the configuration.
449444

450445
![Additional IP configuration](images/final-configuration.png){.thumbnail}
451446

@@ -455,7 +450,7 @@ You will lose the connection to the server for a few seconds.
455450

456451
Open the command prompt (cmd) and enter `ipconfig`. The configuration should now include the new Additional IP address.
457452

458-
```powershell
453+
```console
459454
C:\Users\Administrator>ipconfig
460455

461456
Windows IP Configuration
@@ -470,7 +465,6 @@ Ethernet adapter Ethernet:
470465
IPv4 Address. . . . . . . . . . . : 203.0.113.0
471466
Subnet Mask . . . . . . . . . . . : 255.255.255.255
472467
Default Gateway . . . . . . . . . : 192.0.2.1
473-
474468
```
475469

476470
### Troubleshooting

pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing/guide.en-au.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,16 @@ excerpt: Find out how to add Additional IP addresses to your VPS configuration
44
updated: 2024-11-05
55
---
66

7-
> [!primary]
8-
>
9-
> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features.
10-
>
11-
127
## Objective
138

149
IP aliasing refers to a special network configuration for certain OVHcloud services. Additional IPs allow you to associate multiple IP addresses with a single network interface.
1510

1611
**This guide explains how to add Additional IP addresses to your network configuration.**
1712

1813
> [!warning]
19-
> OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly.
14+
> OVHcloud provides services for which you are responsible with regard to their configuration and management. It is therefore your responsibility to ensure that they function correctly.
2015
>
21-
> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on https://community.ovh.com/en/ if you have difficulties or doubts concerning the administration, usage or implementation of services on a server.
16+
> This guide is designed to help you with common tasks. Nevertheless, we recommend contacting a [specialist service provider](/links/partner) or reaching out to the [OVHcloud community](/links/community) if you encounter any difficulties.
2217
>
2318
2419
## Requirements
@@ -45,7 +40,7 @@ Concerning different distribution releases, please note that the proper procedur
4540
|NETWORK_INTERFACE|The name of the network interface|*eth0*, *ens3*|
4641
|ID|ID of the IP alias, starting with *0* (depending on the number of additional IPs there are to configure)|*0*, *1*|
4742

48-
### Debian 10/11
43+
### Debian 11
4944

5045
#### Step 1: Disable automatic network configuration
5146

@@ -216,7 +211,7 @@ If it is correct, apply it using the following command:
216211
sudo netplan apply
217212
```
218213

219-
### CentOS 7, AlmaLinux (8 & 9), Rocky Linux (8 & 9)
214+
### AlmaLinux (8 & 9), Rocky Linux (8 & 9)
220215

221216
The main configuration file is located in `/etc/sysconfig/network-scripts/`. In this example it is called `ifcfg-eth0`. Before making changes, verify the actual file name in this folder.
222217

@@ -400,7 +395,7 @@ Type `cmd` and click `OK`{.action} to open the command line application.
400395

401396
In order to retrieve the current IP configuration, enter `ipconfig` at the command prompt.
402397

403-
```powershell
398+
```console
404399
C:\Users\Administrator>ipconfig
405400

406401
Windows IP Configuration
@@ -445,7 +440,7 @@ Confirm by clicking on `Add`{.action}.
445440

446441
![Additional IP configuration](images/additional-ip-config.png){.thumbnail}
447442

448-
Once done, click on `OK`{.action} to apply the configuration.
443+
Once done, click on `OK`{.action} to apply the configuration.
449444

450445
![Additional IP configuration](images/final-configuration.png){.thumbnail}
451446

@@ -455,7 +450,7 @@ You will lose the connection to the server for a few seconds.
455450

456451
Open the command prompt (cmd) and enter `ipconfig`. The configuration should now include the new Additional IP address.
457452

458-
```powershell
453+
```console
459454
C:\Users\Administrator>ipconfig
460455

461456
Windows IP Configuration

pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing/guide.en-ca.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,16 @@ excerpt: Find out how to add Additional IP addresses to your VPS configuration
44
updated: 2024-11-05
55
---
66

7-
> [!primary]
8-
>
9-
> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features.
10-
>
11-
127
## Objective
138

149
IP aliasing refers to a special network configuration for certain OVHcloud services. Additional IPs allow you to associate multiple IP addresses with a single network interface.
1510

1611
**This guide explains how to add Additional IP addresses to your network configuration.**
1712

1813
> [!warning]
19-
> OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly.
14+
> OVHcloud provides services for which you are responsible with regard to their configuration and management. It is therefore your responsibility to ensure that they function correctly.
2015
>
21-
> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on https://community.ovh.com/en/ if you have difficulties or doubts concerning the administration, usage or implementation of services on a server.
16+
> This guide is designed to help you with common tasks. Nevertheless, we recommend contacting a [specialist service provider](/links/partner) or reaching out to the [OVHcloud community](/links/community) if you encounter any difficulties.
2217
>
2318
2419
## Requirements
@@ -45,7 +40,7 @@ Concerning different distribution releases, please note that the proper procedur
4540
|NETWORK_INTERFACE|The name of the network interface|*eth0*, *ens3*|
4641
|ID|ID of the IP alias, starting with *0* (depending on the number of additional IPs there are to configure)|*0*, *1*|
4742

48-
### Debian 10/11
43+
### Debian 11
4944

5045
#### Step 1: Disable automatic network configuration
5146

@@ -216,7 +211,7 @@ If it is correct, apply it using the following command:
216211
sudo netplan apply
217212
```
218213

219-
### CentOS 7, AlmaLinux (8 & 9), Rocky Linux (8 & 9)
214+
### AlmaLinux (8 & 9), Rocky Linux (8 & 9)
220215

221216
The main configuration file is located in `/etc/sysconfig/network-scripts/`. In this example it is called `ifcfg-eth0`. Before making changes, verify the actual file name in this folder.
222217

@@ -400,7 +395,7 @@ Type `cmd` and click `OK`{.action} to open the command line application.
400395

401396
In order to retrieve the current IP configuration, enter `ipconfig` at the command prompt.
402397

403-
```powershell
398+
```console
404399
C:\Users\Administrator>ipconfig
405400

406401
Windows IP Configuration
@@ -445,7 +440,7 @@ Confirm by clicking on `Add`{.action}.
445440

446441
![Additional IP configuration](images/additional-ip-config.png){.thumbnail}
447442

448-
Once done, click on `OK`{.action} to apply the configuration.
443+
Once done, click on `OK`{.action} to apply the configuration.
449444

450445
![Additional IP configuration](images/final-configuration.png){.thumbnail}
451446

@@ -455,7 +450,7 @@ You will lose the connection to the server for a few seconds.
455450

456451
Open the command prompt (cmd) and enter `ipconfig`. The configuration should now include the new Additional IP address.
457452

458-
```powershell
453+
```console
459454
C:\Users\Administrator>ipconfig
460455

461456
Windows IP Configuration

pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing/guide.en-gb.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,16 @@ excerpt: Find out how to add Additional IP addresses to your VPS configuration
44
updated: 2024-11-05
55
---
66

7-
> [!primary]
8-
>
9-
> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features.
10-
>
11-
127
## Objective
138

149
IP aliasing refers to a special network configuration for certain OVHcloud services. Additional IPs allow you to associate multiple IP addresses with a single network interface.
1510

1611
**This guide explains how to add Additional IP addresses to your network configuration.**
1712

1813
> [!warning]
19-
> OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly.
14+
> OVHcloud provides services for which you are responsible with regard to their configuration and management. It is therefore your responsibility to ensure that they function correctly.
2015
>
21-
> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on https://community.ovh.com/en/ if you have difficulties or doubts concerning the administration, usage or implementation of services on a server.
16+
> This guide is designed to help you with common tasks. Nevertheless, we recommend contacting a [specialist service provider](/links/partner) or reaching out to the [OVHcloud community](/links/community) if you encounter any difficulties.
2217
>
2318
2419
## Requirements
@@ -45,7 +40,7 @@ Concerning different distribution releases, please note that the proper procedur
4540
|NETWORK_INTERFACE|The name of the network interface|*eth0*, *ens3*|
4641
|ID|ID of the IP alias, starting with *0* (depending on the number of additional IPs there are to configure)|*0*, *1*|
4742

48-
### Debian 10/11
43+
### Debian 11
4944

5045
#### Step 1: Disable automatic network configuration
5146

@@ -216,7 +211,7 @@ If it is correct, apply it using the following command:
216211
sudo netplan apply
217212
```
218213

219-
### CentOS 7, AlmaLinux (8 & 9), Rocky Linux (8 & 9)
214+
### AlmaLinux (8 & 9), Rocky Linux (8 & 9)
220215

221216
The main configuration file is located in `/etc/sysconfig/network-scripts/`. In this example it is called `ifcfg-eth0`. Before making changes, verify the actual file name in this folder.
222217

@@ -400,7 +395,7 @@ Type `cmd` and click `OK`{.action} to open the command line application.
400395

401396
In order to retrieve the current IP configuration, enter `ipconfig` at the command prompt.
402397

403-
```powershell
398+
```console
404399
C:\Users\Administrator>ipconfig
405400

406401
Windows IP Configuration
@@ -455,7 +450,7 @@ You will lose the connection to the server for a few seconds.
455450

456451
Open the command prompt (cmd) and enter `ipconfig`. The configuration should now include the new Additional IP address.
457452

458-
```powershell
453+
```console
459454
C:\Users\Administrator>ipconfig
460455

461456
Windows IP Configuration

0 commit comments

Comments
 (0)