Skip to content

Commit fc031a7

Browse files
authored
Merge pull request #7927 from ovh/sa-stormshield-fix
Public Cloud - Stormshield tutorial - Minor updates
2 parents 9f7131a + e951d57 commit fc031a7

File tree

16 files changed

+919
-918
lines changed

16 files changed

+919
-918
lines changed

pages/public_cloud/public_cloud_network_services/tutorial-stormshield_network_security_vrack/guide.de-de.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: OVHcloud Infrastruktur mit Stormshield Network Security sichern
33
excerpt: Erfahren Sie hier, wie Sie Ihre OVHcloud Infrastruktur mit Stormshield Network Security in der Public Cloud absichern können
4-
updated: 2024-05-12
4+
updated: 2025-05-29
55
---
66

77
## Ziel
@@ -26,7 +26,7 @@ In dieser Anleitung erhalten Sie Schritt-für-Schritt-Anweisungen zum Deployment
2626
- Sie haben Grundkenntnisse in Networking.
2727
- Sie haben auf der [Stormshield-Website](https://documentation.stormshield.eu/SNS/v4/en/Content/Installation_and_first_time_configuration/Firewall_license_installation.htm){.external} einen Stormshield-Account erstellt.
2828
- Sie haben vRack aktiviert und konfiguriert, um eine sichere Kommunikation zwischen den Komponenten der Infrastruktur zu ermöglichen.
29-
- Sie haben eine [Additional IP-Adresse](/links/network/additional-ip), um Failover und die Konfiguration von Hochverfügbarkeit zu ermöglichen.
29+
- Sie haben eine Adressblock [Additional IP](/links/network/additional-ip), um Failover und die Konfiguration von Hochverfügbarkeit zu ermöglichen.
3030
- Sie haben eine Stormshield Elastic Virtual Appliance Lizenz (**B**ring **Y**our **O**wn **L**icence) von [Partnern oder Drittanbietern](https://www.stormshield.com/partner/partner-finder/){.external} erworben. Diese ist zur Installation und Konfiguration erforderlich.
3131

3232
## In der praktischen Anwendung
@@ -108,17 +108,17 @@ Gehen Sie in den Bereich `Download` auf der [offiziellen Website von Stormshield
108108
Gehen Sie in den Ordner, in den Sie Ihr OpenStack EVA SNS Image hochgeladen haben, und importieren Sie das Image (für diese Anleitung verwenden wir das Image `utm-SNS-EVA-4.8.3-openstack.qcow2`):
109109

110110
```bash
111-
openstack image create --disk-format raw --container-format bare --file ./utm-SNS-EVA-4.8.3-openstack.qcow2 stormshield-SNS-EVA-4.7.6
111+
openstack image create --disk-format raw --container-format bare --file ./utm-SNS-EVA-4.8.3-openstack.qcow2 stormshield-SNS-EVA-4.8.3
112112
```
113113

114114
Erstellen Sie die EVA SNS Instanzen (in diesem Beispiel haben wir sie `stormshield-1` und `stormshield-2` genannt):
115115

116116
```bash
117-
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.7.6 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-1
117+
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.8.3 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-1
118118
```
119119

120120
```bash
121-
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.7.6 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-2
121+
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.8.3 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-2
122122
```
123123

124124
> [!primary]
@@ -282,7 +282,7 @@ Synchronisieren Sie die beiden HA SNS EVA Instanzen:
282282

283283
```bash
284284
ssh admin@<ip_address>
285-
hasyn
285+
hasync
286286
```
287287

288288
##### Überprüfen, ob eine Instanz vom VLAN200 aus das Internet erreichen kann
@@ -366,7 +366,7 @@ Synchronisieren Sie die beiden HA SNS EVA Instanzen:
366366

367367
```bash
368368
ssh admin@<ip_address>
369-
hasyn
369+
hasync
370370
```
371371

372372
<a name="step4"></a>

pages/public_cloud/public_cloud_network_services/tutorial-stormshield_network_security_vrack/guide.en-asia.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Securing your OVHcloud infrastructure with Stormshield Network Security'
33
excerpt: 'Find out how to secure your OVHcloud infrastructure with Stormshield Network Security deployed on Public Cloud'
4-
updated: 2024-12-19
4+
updated: 2025-05-29
55
---
66

77
## Objective
@@ -26,7 +26,7 @@ This guide provides step-by-step instructions for deploying and configuring SNS
2626
- Basic networking knowledge
2727
- A Stormshield account on the [Stormshield website](https://documentation.stormshield.eu/SNS/v4/en/Content/Installation_and_first_time_configuration/Firewall_license_installation.htm){.external}
2828
- Ensure that the vRack is enabled and configured to allow secure communication between the components of the infrastructure.
29-
- An [Additional IP address](/links/network/additional-ip) for ensuring network failover and high availability setup.
29+
- An [Additional IP block](/links/network/additional-ip) (/29) for ensuring network failover and high availability setup.
3030
- Stormshield Elastic Virtual Appliance licence BYOL (**B**ring **Y**our **O**wn **L**icence), obtained through [third-party partners or resellers](https://www.stormshield.com/partner/partner-finder/){.external}, as you will need to provide it during the installation and configuration process.
3131

3232
## Instructions
@@ -104,17 +104,17 @@ Go to the `download` section of the [official Stormshield website](https://docum
104104
Go to the folder where you have downloaded your SNS EVA Openstack image and upload the image (in this tutorial, we use the image `utm-SNS-EVA-4.8.3-openstack.qcow2`):
105105

106106
```bash
107-
openstack image create --disk-format raw --container-format bare --file ./utm-SNS-EVA-4.8.3-openstack.qcow2 stormshield-SNS-EVA-4.7.6
107+
openstack image create --disk-format raw --container-format bare --file ./utm-SNS-EVA-4.8.3-openstack.qcow2 stormshield-SNS-EVA-4.8.3
108108
```
109109

110110
Create the SNS EVA instances (in this example, we called them `stormshield-1` and `stormshield-2`):
111111

112112
```bash
113-
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.7.6 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-1
113+
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.8.3 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-1
114114
```
115115

116116
```bash
117-
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.7.6 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-2
117+
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.8.3 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-2
118118
```
119119

120120
> [!primary]
@@ -271,7 +271,7 @@ Synchronize the two HA SNS EVA instances:
271271

272272
```bash
273273
ssh admin@<ip_address>
274-
hasyn
274+
hasync
275275
```
276276

277277
##### Verify if an instance can reach the Internet from VLAN200
@@ -353,7 +353,7 @@ Synchronize the two HA SNS EVA instances:
353353

354354
```bash
355355
ssh admin@<ip_address>
356-
hasyn
356+
hasync
357357
```
358358

359359
#### Use case 3: IPsec tunnel (site-to-site) <a name="step4"></a>

pages/public_cloud/public_cloud_network_services/tutorial-stormshield_network_security_vrack/guide.en-au.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Securing your OVHcloud infrastructure with Stormshield Network Security'
33
excerpt: 'Find out how to secure your OVHcloud infrastructure with Stormshield Network Security deployed on Public Cloud'
4-
updated: 2024-12-19
4+
updated: 2025-05-29
55
---
66

77
## Objective
@@ -26,7 +26,7 @@ This guide provides step-by-step instructions for deploying and configuring SNS
2626
- Basic networking knowledge
2727
- A Stormshield account on the [Stormshield website](https://documentation.stormshield.eu/SNS/v4/en/Content/Installation_and_first_time_configuration/Firewall_license_installation.htm){.external}
2828
- Ensure that the vRack is enabled and configured to allow secure communication between the components of the infrastructure.
29-
- An [Additional IP address](/links/network/additional-ip) for ensuring network failover and high availability setup.
29+
- An [Additional IP block](/links/network/additional-ip) (/29) for ensuring network failover and high availability setup.
3030
- Stormshield Elastic Virtual Appliance licence BYOL (**B**ring **Y**our **O**wn **L**icence), obtained through [third-party partners or resellers](https://www.stormshield.com/partner/partner-finder/){.external}, as you will need to provide it during the installation and configuration process.
3131

3232
## Instructions
@@ -104,17 +104,17 @@ Go to the `download` section of the [official Stormshield website](https://docum
104104
Go to the folder where you have downloaded your SNS EVA Openstack image and upload the image (in this tutorial, we use the image `utm-SNS-EVA-4.8.3-openstack.qcow2`):
105105

106106
```bash
107-
openstack image create --disk-format raw --container-format bare --file ./utm-SNS-EVA-4.8.3-openstack.qcow2 stormshield-SNS-EVA-4.7.6
107+
openstack image create --disk-format raw --container-format bare --file ./utm-SNS-EVA-4.8.3-openstack.qcow2 stormshield-SNS-EVA-4.8.3
108108
```
109109

110110
Create the SNS EVA instances (in this example, we called them `stormshield-1` and `stormshield-2`):
111111

112112
```bash
113-
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.7.6 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-1
113+
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.8.3 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-1
114114
```
115115

116116
```bash
117-
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.7.6 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-2
117+
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.8.3 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-2
118118
```
119119

120120
> [!primary]
@@ -271,7 +271,7 @@ Synchronize the two HA SNS EVA instances:
271271

272272
```bash
273273
ssh admin@<ip_address>
274-
hasyn
274+
hasync
275275
```
276276

277277
##### Verify if an instance can reach the Internet from VLAN200
@@ -353,7 +353,7 @@ Synchronize the two HA SNS EVA instances:
353353

354354
```bash
355355
ssh admin@<ip_address>
356-
hasyn
356+
hasync
357357
```
358358

359359
#### Use case 3: IPsec tunnel (site-to-site) <a name="step4"></a>

pages/public_cloud/public_cloud_network_services/tutorial-stormshield_network_security_vrack/guide.en-ca.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Securing your OVHcloud infrastructure with Stormshield Network Security'
33
excerpt: 'Find out how to secure your OVHcloud infrastructure with Stormshield Network Security deployed on Public Cloud'
4-
updated: 2024-12-19
4+
updated: 2025-05-29
55
---
66

77
## Objective
@@ -26,7 +26,7 @@ This guide provides step-by-step instructions for deploying and configuring SNS
2626
- Basic networking knowledge
2727
- A Stormshield account on the [Stormshield website](https://documentation.stormshield.eu/SNS/v4/en/Content/Installation_and_first_time_configuration/Firewall_license_installation.htm){.external}
2828
- Ensure that the vRack is enabled and configured to allow secure communication between the components of the infrastructure.
29-
- An [Additional IP address](/links/network/additional-ip) for ensuring network failover and high availability setup.
29+
- An [Additional IP block](/links/network/additional-ip) (/29) for ensuring network failover and high availability setup.
3030
- Stormshield Elastic Virtual Appliance licence BYOL (**B**ring **Y**our **O**wn **L**icence), obtained through [third-party partners or resellers](https://www.stormshield.com/partner/partner-finder/){.external}, as you will need to provide it during the installation and configuration process.
3131

3232
## Instructions
@@ -104,17 +104,17 @@ Go to the `download` section of the [official Stormshield website](https://docum
104104
Go to the folder where you have downloaded your SNS EVA Openstack image and upload the image (in this tutorial, we use the image `utm-SNS-EVA-4.8.3-openstack.qcow2`):
105105

106106
```bash
107-
openstack image create --disk-format raw --container-format bare --file ./utm-SNS-EVA-4.8.3-openstack.qcow2 stormshield-SNS-EVA-4.7.6
107+
openstack image create --disk-format raw --container-format bare --file ./utm-SNS-EVA-4.8.3-openstack.qcow2 stormshield-SNS-EVA-4.8.3
108108
```
109109

110110
Create the SNS EVA instances (in this example, we called them `stormshield-1` and `stormshield-2`):
111111

112112
```bash
113-
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.7.6 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-1
113+
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.8.3 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-1
114114
```
115115

116116
```bash
117-
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.7.6 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-2
117+
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.8.3 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-2
118118
```
119119

120120
> [!primary]
@@ -271,7 +271,7 @@ Synchronize the two HA SNS EVA instances:
271271

272272
```bash
273273
ssh admin@<ip_address>
274-
hasyn
274+
hasync
275275
```
276276

277277
##### Verify if an instance can reach the Internet from VLAN200
@@ -353,7 +353,7 @@ Synchronize the two HA SNS EVA instances:
353353

354354
```bash
355355
ssh admin@<ip_address>
356-
hasyn
356+
hasync
357357
```
358358

359359
#### Use case 3: IPsec tunnel (site-to-site) <a name="step4"></a>

pages/public_cloud/public_cloud_network_services/tutorial-stormshield_network_security_vrack/guide.en-gb.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Securing your OVHcloud infrastructure with Stormshield Network Security'
33
excerpt: 'Find out how to secure your OVHcloud infrastructure with Stormshield Network Security deployed on Public Cloud'
4-
updated: 2024-12-19
4+
updated: 2025-05-29
55
---
66

77
## Objective
@@ -26,7 +26,7 @@ This guide provides step-by-step instructions for deploying and configuring SNS
2626
- Basic networking knowledge
2727
- A Stormshield account on the [Stormshield website](https://documentation.stormshield.eu/SNS/v4/en/Content/Installation_and_first_time_configuration/Firewall_license_installation.htm){.external}
2828
- Ensure that the vRack is enabled and configured to allow secure communication between the components of the infrastructure.
29-
- An [Additional IP address](/links/network/additional-ip) for ensuring network failover and high availability setup.
29+
- An [Additional IP block](/links/network/additional-ip) (/29) for ensuring network failover and high availability setup.
3030
- Stormshield Elastic Virtual Appliance licence BYOL (**B**ring **Y**our **O**wn **L**icence), obtained through [third-party partners or resellers](https://www.stormshield.com/partner/partner-finder/){.external}, as you will need to provide it during the installation and configuration process.
3131

3232
## Instructions
@@ -104,17 +104,17 @@ Go to the `download` section of the [official Stormshield website](https://docum
104104
Go to the folder where you have downloaded your SNS EVA Openstack image and upload the image (in this tutorial, we use the image `utm-SNS-EVA-4.8.3-openstack.qcow2`):
105105

106106
```bash
107-
openstack image create --disk-format raw --container-format bare --file ./utm-SNS-EVA-4.8.3-openstack.qcow2 stormshield-SNS-EVA-4.7.6
107+
openstack image create --disk-format raw --container-format bare --file ./utm-SNS-EVA-4.8.3-openstack.qcow2 stormshield-SNS-EVA-4.8.3
108108
```
109109

110110
Create the SNS EVA instances (in this example, we called them `stormshield-1` and `stormshield-2`):
111111

112112
```bash
113-
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.7.6 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-1
113+
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.8.3 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-1
114114
```
115115

116116
```bash
117-
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.7.6 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-2
117+
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.8.3 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-2
118118
```
119119

120120
> [!primary]
@@ -271,7 +271,7 @@ Synchronize the two HA SNS EVA instances:
271271

272272
```bash
273273
ssh admin@<ip_address>
274-
hasyn
274+
hasync
275275
```
276276

277277
##### Verify if an instance can reach the Internet from VLAN200
@@ -353,7 +353,7 @@ Synchronize the two HA SNS EVA instances:
353353

354354
```bash
355355
ssh admin@<ip_address>
356-
hasyn
356+
hasync
357357
```
358358

359359
#### Use case 3: IPsec tunnel (site-to-site) <a name="step4"></a>

pages/public_cloud/public_cloud_network_services/tutorial-stormshield_network_security_vrack/guide.en-ie.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Securing your OVHcloud infrastructure with Stormshield Network Security'
33
excerpt: 'Find out how to secure your OVHcloud infrastructure with Stormshield Network Security deployed on Public Cloud'
4-
updated: 2024-12-19
4+
updated: 2025-05-29
55
---
66

77
## Objective
@@ -26,7 +26,7 @@ This guide provides step-by-step instructions for deploying and configuring SNS
2626
- Basic networking knowledge
2727
- A Stormshield account on the [Stormshield website](https://documentation.stormshield.eu/SNS/v4/en/Content/Installation_and_first_time_configuration/Firewall_license_installation.htm){.external}
2828
- Ensure that the vRack is enabled and configured to allow secure communication between the components of the infrastructure.
29-
- An [Additional IP address](/links/network/additional-ip) for ensuring network failover and high availability setup.
29+
- An [Additional IP block](/links/network/additional-ip) (/29) for ensuring network failover and high availability setup.
3030
- Stormshield Elastic Virtual Appliance licence BYOL (**B**ring **Y**our **O**wn **L**icence), obtained through [third-party partners or resellers](https://www.stormshield.com/partner/partner-finder/){.external}, as you will need to provide it during the installation and configuration process.
3131

3232
## Instructions
@@ -104,17 +104,17 @@ Go to the `download` section of the [official Stormshield website](https://docum
104104
Go to the folder where you have downloaded your SNS EVA Openstack image and upload the image (in this tutorial, we use the image `utm-SNS-EVA-4.8.3-openstack.qcow2`):
105105

106106
```bash
107-
openstack image create --disk-format raw --container-format bare --file ./utm-SNS-EVA-4.8.3-openstack.qcow2 stormshield-SNS-EVA-4.7.6
107+
openstack image create --disk-format raw --container-format bare --file ./utm-SNS-EVA-4.8.3-openstack.qcow2 stormshield-SNS-EVA-4.8.3
108108
```
109109

110110
Create the SNS EVA instances (in this example, we called them `stormshield-1` and `stormshield-2`):
111111

112112
```bash
113-
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.7.6 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-1
113+
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.8.3 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-1
114114
```
115115

116116
```bash
117-
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.7.6 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-2
117+
openstack server create --flavor b3-32 --image stormshield-SNS-EVA-4.8.3 --network stormshield-ext --network stormshield-vlan200 --network stormshield-ha stormshield-2
118118
```
119119

120120
> [!primary]
@@ -271,7 +271,7 @@ Synchronize the two HA SNS EVA instances:
271271

272272
```bash
273273
ssh admin@<ip_address>
274-
hasyn
274+
hasync
275275
```
276276

277277
##### Verify if an instance can reach the Internet from VLAN200
@@ -353,7 +353,7 @@ Synchronize the two HA SNS EVA instances:
353353

354354
```bash
355355
ssh admin@<ip_address>
356-
hasyn
356+
hasync
357357
```
358358

359359
#### Use case 3: IPsec tunnel (site-to-site) <a name="step4"></a>

0 commit comments

Comments
 (0)