Skip to content

Commit

Permalink
Merge pull request #3681 from ovh/BoS_branche-devereaux
Browse files Browse the repository at this point in the history
Cloud/Storage updates
  • Loading branch information
tcpdumpfbacke authored Nov 10, 2022
2 parents b604eda + 5bb589b commit b3682f3
Show file tree
Hide file tree
Showing 197 changed files with 1,231 additions and 1,095 deletions.
6 changes: 3 additions & 3 deletions pages/account/billing/how_to_cancel_services/guide.de-de.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Klicken Sie auf den zu kündigenden Produkttyp in der folgenden Liste der wichti
&emsp;&emsp;[Dedicated Server](#dedicated)<br />
&emsp;&emsp;[VPS](#vps)<br />
&emsp;&emsp;[Managed Bare Metal](#managedbaremetal)<br />
&emsp;&emsp;[NAS-HA Server](#nas)<br />
&emsp;&emsp;[HA-NAS Server](#nas)<br />
&emsp;&emsp;[Loadbalancer](#iplb)<br />
&emsp;&emsp;[Lizenzen](#licences)<br />

Expand Down Expand Up @@ -107,7 +107,7 @@ Um Ihren [Managed Bare Metal](https://www.ovhcloud.com/de/managed-bare-metal/) D

#### HA-NAS Server <a name="nas"></a>

Um Ihr [HA-NAS](https://www.ovh.de/nas/) zu kündigen, loggen Sie sich in Ihr [OVHcloud Kundencenter](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) ein, klicken Sie oben rechts auf Ihren Namen und dann auf den Button `Produkte und Dienstleistungen`{.action}.
Um Ihr [HA-NAS](https://www.ovhcloud.com/de/storage-solutions/nas-ha/) zu kündigen, loggen Sie sich in Ihr [OVHcloud Kundencenter](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) ein, klicken Sie oben rechts auf Ihren Namen und dann auf den Button `Produkte und Dienstleistungen`{.action}.

Klicken Sie dann rechts neben der zu kündigenden Dienstleistung auf `...`{.action} und dann auf `Kündigen`{.action}.

Expand Down Expand Up @@ -276,4 +276,4 @@ Klicken Sie dann auf `Stornierung bestätigen`{.action}.

[Verlängerung Ihrer OVHcloud Dienste verwalten](https://docs.ovh.com/de/billing/anleitung_zur_nutzung_der_automatischen_verlangerung_bei_ovh/)

Für den Austausch mit unserer User Community gehen Sie auf <https://community.ovh.com/en/>.
Für den Austausch mit unserer User Community gehen Sie auf <https://community.ovh.com/en/>.
57 changes: 42 additions & 15 deletions pages/cloud/dedicated/network_ipaliasing/guide.de-de.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ section: 'Netzwerk & IP'
> Diese Übersetzung wurde durch unseren Partner SYSTRAN automatisch erstellt. In manchen Fällen können ungenaue Formulierungen verwendet worden sein, z.B. bei der Beschriftung von Schaltflächen oder technischen Details. Bitte ziehen Sie beim geringsten Zweifel die englische oder französische Fassung der Anleitung zu Rate. Möchten Sie mithelfen, diese Übersetzung zu verbessern? Dann nutzen Sie dazu bitte den Button “Mitmachen” auf dieser Seite.
>
**Letzte Aktualisierung am 06.10.2022**
**Letzte Aktualisierung am 10.11.2022**

> [!primary]
>
Expand All @@ -24,9 +24,9 @@ IP-Aliasing ist eine spezielle Konfiguration im Netzwerk Ihres Servers, mit der

## Voraussetzungen

- Sie verfügen über einen dedizierten Server ([VPS](https://www.ovh.de/virtual_server/){.external}, [Dedicated Server](https://www.ovh.de/dedicated_server/){.external} oder eine [Public Cloud Instanz](https://www.ovh.de/public-cloud/instances/){.external}).
- Sie verfügen über eine oder mehrere [Additional IPs](https://www.ovhcloud.com/de/bare-metal/ip/){.external}.
- Sie sind via SSH auf Ihrem Server eingeloggt (Root-Zugriff).
- Sie verfügen über einen [Dedicated Server](https://www.ovhcloud.com/de/bare-metal/.
- Sie verfügen mindestens eine [Additional IP](https://www.ovhcloud.com/de/bare-metal/ip/).
- Sie haben administrativen Zugriff (Root) auf Ihren Server über SSH oder GUI.

> [!warning]
> Diese Funktion kann nur eingeschränkt oder nicht verfügbar sein, falls ein Dedicated Server der [**Eco** Produktlinie](https://eco.ovhcloud.com/de/about/) eingesetzt wird.
Expand Down Expand Up @@ -392,12 +392,12 @@ Sie erhalten daraufhin zum Beispiel Folgendes:

Notieren Sie dann IPv4, Subnetzmaske, Standardgateway sowie den Namen der Netzwerkkarte.

In unserem Beispiel lautet die IP des Servers: **94.23.229.151**
In diesem Beispiel lautet die IP des Servers: **94.23.229.151**


Die nächsten Schritte können Sie entweder über Kommandozeilen oder über die grafische Benutzeroberfläche ausführen:
Die nächsten Schritte können Sie entweder über die Eingabeaufforderung oder über die grafische Benutzeroberfläche ausführen.

#### In Kommandozeilen (empfohlen)
#### Kommandozeile

In den untenstehenden Befehlen ersetzen Sie Folgendes:

Expand All @@ -411,34 +411,35 @@ In den untenstehenden Befehlen ersetzen Sie Folgendes:

> [!warning]
>
> Achtung: Die Eingabe falscher Informationen führt dazu, dass der Server nicht mehr erreichbar ist. In diesem Fall sind Korrekturmaßnahmen im WinRescue-Modus oder über KVM erforderlich.
> Die Eingabe falscher Informationen führt dazu, dass der Server nicht mehr erreichbar ist. In diesem Fall sind dann Korrekturmaßnahmen im WinRescue-Modus oder über KVM erforderlich.
>
In der Eingabeaufforderung:

1. Umschalten auf statische IP

```sh
```powershell
netsh interface ipv4 set address name="NETWORK_ADAPTER" static IP_ADDRESS SUBNET_MASK GATEWAY
```

2. DNS-Server festlegen

```sh
```powershell
netsh interface ipv4 set dns name="NETWORK_ADAPTER" static 213.186.33.99
```

3. Additional IP hinzufügen

```sh
```powershell
netsh interface ipv4 add address "NETWORK_ADAPTER" ADDITIONAL_IP 255.255.255.255
```

Ihre Additional IP ist jetzt funktionsfähig.


#### Über die grafische Benutzeroberfläche
#### Grafische Benutzeroberfläche

1. Gehen Sie zu `Start`{.action} > `Systemsteuerung`{.action} > `Netzwerk und Internet`{.action} > `Netzwerk- und Freigabecenter`{.action} > `Adaptereinstellungen ändern`{.action} (im linken Menü).
1. Öffnen Sie `Start`{.action}, `Systemsteuerung`{.action}, `Netzwerk und Internet`{.action}, `Netzwerk- und Freigabecenter`{.action}, `Adaptereinstellungen ändern`{.action} (im linken Menü).
2. Klicken Sie mit der rechten Maustaste auf `LAN-Verbindung`{.action}.
3. Klicken Sie auf `Eigenschaften`{.action}.
4. Wählen Sie `Internetprotokoll Version 4 (TCP/IPv4)`{.action} aus und klicken Sie auf `Eigenschaften`{.action}.
Expand All @@ -449,10 +450,10 @@ Ihre Additional IP ist jetzt funktionsfähig.

> [!warning]
>
> Achtung: Die Eingabe falscher Informationen führt dazu, dass der Server nicht mehr erreichbar ist. In diesem Fall sind Korrekturmaßnahmen im WinRescue-Modus oder über KVM erforderlich.
> Achtung: Die Eingabe falscher Informationen führt dazu, dass der Server nicht mehr erreichbar ist. In diesem Fall sind dann Korrekturmaßnahmen im WinRescue-Modus oder über KVM erforderlich.
>
Klicken Sie dann auf `Erweitert`{.action} (immer noch in den `TCP/IP Einstellungen`{.action}).
Klicken Sie auf `Erweitert`{.action} (immer noch in den `TCP/IP Einstellungen`{.action}).

![Internet Protocol Version 4 (TCP/IPv4) Properties](images/guides-network-ipaliasing-windows-2008-2.png){.thumbnail}

Expand All @@ -468,6 +469,32 @@ Klicken Sie auf `Hinzufügen`{.action}.

Ihre Additional IP ist jetzt funktionsfähig.

### Plesk

#### Schritt 1: Auf die IP-Verwaltung von Plesk zugreifen

Wählen Sie im Plesk Konfigurationspanel `Tools & Settings`{.action} im linken Menü aus.

![Zugang zur Verwaltung der IP-Adressen](images/pleskip1.png){.thumbnail}

Klicken Sie auf `IP Addresses`{.action} unter **Tools & Resources**.

#### Schritt 2: Die zusätzliche IP-Information hinzufügen

Klicken Sie in diesem Abschnitt auf den Button `Add IP Address`{.action}.

![IP-Informationen hinzufügen](images/pleskip2-2.png){.thumbnail}

Geben Sie Ihre Additional IP in der Form `xxx.xxx.xxx.xxx/32` in das Feld "IP address and subnet mask" ein und klicken Sie dann auf `OK`{.action}.

![IP-Informationen hinzufügen](images/pleskip3-3.png){.thumbnail}

#### Schritt 3: Aktuelle IP-Konfiguration überprüfen

Überprüfen Sie im Bereich "IP Addresses" ob die Additional IP korrekt hinzugefügt wurde.

![aktuelle IP-Konfiguration](images/pleskip4-4.png){.thumbnail}


### FreeBSD

Expand Down
28 changes: 27 additions & 1 deletion pages/cloud/dedicated/network_ipaliasing/guide.en-asia.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ excerpt: 'Find out how to add Additional IP addresses to your server configurati
section: 'Network Management'
---

**Last updated 6th October 2022**
**Last updated 10th November 2022**

> [!primary]
>
Expand Down Expand Up @@ -543,6 +543,32 @@ Click on `Add`{.action}.
Your Additional IP is now functional.


### Plesk

#### Step 1: Access the Plesk IP management section

In the Plesk control panel, choose `Tools & Settings`{.action} from the left-hand sidebar.

![acces to the ip addresses management](images/pleskip1.png){.thumbnail}

Click on `IP Addresses`{.action} under **Tools & Resources**.

#### Step 2: Add the additional IP information

In this section, click on the button `Add IP Address`{.action}.

![add ip information](images/pleskip2-2.png){.thumbnail}

Enter your Additional IP in the form `xxx.xxx.xxx.xxx/32` into the field "IP address and subnet mask", then click on `OK`{.action}.

![add ip information](images/pleskip3-3.png){.thumbnail}

#### Step 3: Check the current IP configuration

Back in the section "IP Addresses", verify that the Additional IP address was added correctly.

![current IP configuration](images/pleskip4-4.png){.thumbnail}

### FreeBSD

#### Step 1: Determine the interface
Expand Down
27 changes: 26 additions & 1 deletion pages/cloud/dedicated/network_ipaliasing/guide.en-au.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ excerpt: 'Find out how to add Additional IP addresses to your server configurati
section: 'Network Management'
---

**Last updated 6th October 2022**
**Last updated 10th November 2022**

> [!primary]
>
Expand Down Expand Up @@ -543,6 +543,31 @@ Click on `Add`{.action}.

Your Additional IP is now functional.

### Plesk

#### Step 1: Access the Plesk IP management section

In the Plesk control panel, choose `Tools & Settings`{.action} from the left-hand sidebar.

![acces to the ip addresses management](images/pleskip1.png){.thumbnail}

Click on `IP Addresses`{.action} under **Tools & Resources**.

#### Step 2: Add the additional IP information

In this section, click on the button `Add IP Address`{.action}.

![add ip information](images/pleskip2-2.png){.thumbnail}

Enter your Additional IP in the form `xxx.xxx.xxx.xxx/32` into the field "IP address and subnet mask", then click on `OK`{.action}.

![add ip information](images/pleskip3-3.png){.thumbnail}

#### Step 3: Check the current IP configuration

Back in the section "IP Addresses", verify that the Additional IP address was added correctly.

![current IP configuration](images/pleskip4-4.png){.thumbnail}

### FreeBSD

Expand Down
28 changes: 27 additions & 1 deletion pages/cloud/dedicated/network_ipaliasing/guide.en-ca.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ excerpt: 'Find out how to add Additional IP addresses to your server configurati
section: 'Network Management'
---

**Last updated 6th October 2022**
**Last updated 10th November 2022**

> [!primary]
>
Expand Down Expand Up @@ -539,6 +539,32 @@ Click on `Add`{.action}.

Your Additional IP is now functional.

### Plesk

#### Step 1: Access the Plesk IP management section

In the Plesk control panel, choose `Tools & Settings`{.action} from the left-hand sidebar.

![acces to the ip addresses management](images/pleskip1.png){.thumbnail}

Click on `IP Addresses`{.action} under **Tools & Resources**.

#### Step 2: Add the additional IP information

In this section, click on the button `Add IP Address`{.action}.

![add ip information](images/pleskip2-2.png){.thumbnail}

Enter your Additional IP in the form `xxx.xxx.xxx.xxx/32` into the field "IP address and subnet mask", then click on `OK`{.action}.

![add ip information](images/pleskip3-3.png){.thumbnail}

#### Step 3: Check the current IP configuration

Back in the section "IP Addresses", verify that the Additional IP address was added correctly.

![current IP configuration](images/pleskip4-4.png){.thumbnail}

### FreeBSD

#### Step 1: Determine the interface
Expand Down
27 changes: 26 additions & 1 deletion pages/cloud/dedicated/network_ipaliasing/guide.en-gb.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ excerpt: 'Find out how to add Additional IP addresses to your server configurati
section: 'Network management'
---

**Last updated 6th October 2022**
**Last updated 10th November 2022**

> [!primary]
>
Expand Down Expand Up @@ -543,6 +543,31 @@ Click on `Add`{.action}.

Your Additional IP is now functional.

### Plesk

#### Step 1: Access the Plesk IP management section

In the Plesk control panel, choose `Tools & Settings`{.action} from the left-hand sidebar.

![acces to the ip addresses management](images/pleskip1.png){.thumbnail}

Click on `IP Addresses`{.action} under **Tools & Resources**.

#### Step 2: Add the additional IP information

In this section, click on the button `Add IP Address`{.action}.

![add ip information](images/pleskip2-2.png){.thumbnail}

Enter your Additional IP in the form `xxx.xxx.xxx.xxx/32` into the field "IP address and subnet mask", then click on `OK`{.action}.

![add ip information](images/pleskip3-3.png){.thumbnail}

#### Step 3: Check the current IP configuration

Back in the section "IP Addresses", verify that the Additional IP address was added correctly.

![current IP configuration](images/pleskip4-4.png){.thumbnail}

### FreeBSD

Expand Down
28 changes: 27 additions & 1 deletion pages/cloud/dedicated/network_ipaliasing/guide.en-ie.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ excerpt: 'Find out how to add Additional IP addresses to your server configurati
section: 'Network Management'
---

**Last updated 6th October 2022**
**Last updated 10th November 2022**

> [!primary]
>
Expand Down Expand Up @@ -542,6 +542,32 @@ Click on `Add`{.action}.

Your Additional IP is now functional.

### Plesk

#### Step 1: Access the Plesk IP management section

In the Plesk control panel, choose `Tools & Settings`{.action} from the left-hand sidebar.

![acces to the ip addresses management](images/pleskip1.png){.thumbnail}

Click on `IP Addresses`{.action} under **Tools & Resources**.

#### Step 2: Add the additional IP information

In this section, click on the button `Add IP Address`{.action}.

![add ip information](images/pleskip2-2.png){.thumbnail}

Enter your Additional IP in the form `xxx.xxx.xxx.xxx/32` into the field "IP address and subnet mask", then click on `OK`{.action}.

![add ip information](images/pleskip3-3.png){.thumbnail}

#### Step 3: Check the current IP configuration

Back in the section "IP Addresses", verify that the Additional IP address was added correctly.

![current IP configuration](images/pleskip4-4.png){.thumbnail}


### FreeBSD

Expand Down
27 changes: 26 additions & 1 deletion pages/cloud/dedicated/network_ipaliasing/guide.en-sg.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ excerpt: 'Find out how to add Additional IP addresses to your server configurati
section: 'Network Management'
---

**Last updated 6th October 2022**
**Last updated 10th November 2022**

> [!primary]
>
Expand Down Expand Up @@ -542,6 +542,31 @@ Click on `Add`{.action}.

Your Additional IP is now functional.

### Plesk

#### Step 1: Access the Plesk IP management section

In the Plesk control panel, choose `Tools & Settings`{.action} from the left-hand sidebar.

![acces to the ip addresses management](images/pleskip1.png){.thumbnail}

Click on `IP Addresses`{.action} under **Tools & Resources**.

#### Step 2: Add the additional IP information

In this section, click on the button `Add IP Address`{.action}.

![add ip information](images/pleskip2-2.png){.thumbnail}

Enter your Additional IP in the form `xxx.xxx.xxx.xxx/32` into the field "IP address and subnet mask", then click on `OK`{.action}.

![add ip information](images/pleskip3-3.png){.thumbnail}

#### Step 3: Check the current IP configuration

Back in the section "IP Addresses", verify that the Additional IP address was added correctly.

![current IP configuration](images/pleskip4-4.png){.thumbnail}

### FreeBSD

Expand Down
Loading

0 comments on commit b3682f3

Please sign in to comment.