From 68a9a7a6b2a68191e3bb011fd2eab595c82f04ff Mon Sep 17 00:00:00 2001 From: Cyril MARCHAL <139960138+CyrilmarchalP17@users.noreply.github.com> Date: Wed, 22 Oct 2025 13:49:10 +0200 Subject: [PATCH 01/10] Update guide NASHA CIFS French ajout informations concernant windows server 2025 --- .../ha_nas/nas_cifs/guide.fr-fr.md | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-fr.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-fr.md index 270d5a62ba0..1847c35f16f 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: Monter un NAS-HA via un partage CIFS excerpt: Configurer et monter un NAS-HA via le protocole CIFS -updated: 2025-10-09 +updated: 2025-10-22 --- ## Objectif @@ -15,12 +15,12 @@ updated: 2025-10-09 ## En pratique -### Configuration pour Windows +### Configuration pour Microsoft Windows - **Windows Server 2008** : cliquez sur le menu `Démarrer`{.action} > `Tous les programmes`{.action} > `Accessoires`{.action} > `Invite de commandes`{.action}. - **Windows Server 2012** : cliquez sur l'icône `Windows PowerShell`{.action} dans la barre de tâches. -- **Windows Server 2016** : cliquez sur le menu `Démarrer`{.action}, puis sur l'icône du `Windows PowerShell`{.action}. -- **Windows Server 2019** : cliquez sur le menu `Démarrer`{.action}, puis sur l'icône du `Windows PowerShell`{.action}. +- **Windows Server 2016/2019/2022/2025** : cliquez sur le menu `Démarrer`{.action}, puis sur l'icône du `Windows PowerShell`{.action}. + Exécutez ensuite la commande suivante : @@ -41,7 +41,7 @@ net use z: \\10.16.101.8\zpool-000206_NOM_PARTITION_1 > L'utilisateur SMB/CIFS est `nobody`, toute modification de droits effectuée par cet utilisateur peut générer des conflits avec des droits NFS existants. > -Le message d'erreur suivant peut s'afficher : +Les messages d'erreur suivants peuvent s'afficher : ```console System error 1272 has occurred. @@ -49,11 +49,14 @@ System error 1272 has occurred. You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network. ``` +```console +System error 3227320323 has occurred. +``` > [!primary] > -> Pour corriger cette erreur, il convient de modifier le registre Windows. Pour cela, ouvrez l’éditeur de registre (regedit), puis accédez à la clé `HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters`.
-> Attribuez ensuite la valeur « 1 » au paramètre `AllowInsecureGuestAuth`.
-> Retrouvez plus d'informations sur ce sujet sur les [pages d'assistance de Microsoft](https://learn.microsoft.com/fr-fr/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3?tabs=group-policy). +> Pour corriger ces erreurs, reportez-vous à la documentation officielle Microsoft :
+> [Comment activer les ouvertures de session invité non sécurisées dans SMB2 et SMB3](https://learn.microsoft.com/fr-fr/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3?tabs=powershell).
+> [Contrôler le comportement de la signature SMB](https://learn.microsoft.com/fr-fr/windows-server/storage/file-server/smb-signing?tabs=powershell). ### Configuration pour Linux @@ -84,4 +87,4 @@ mount -t cifs -o uid=root,gid=100,dir_mode=0700,username=root,password= //IP_SER Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. -Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file +Échangez avec notre [communauté d'utilisateurs](/links/community). From c3ca3444abeab0e4628bbc4200d000a0f4c68e58 Mon Sep 17 00:00:00 2001 From: Cyril MARCHAL <139960138+CyrilmarchalP17@users.noreply.github.com> Date: Wed, 22 Oct 2025 13:58:19 +0200 Subject: [PATCH 02/10] Update NASHA CIFS English add informations for windows server 2025 --- .../ha_nas/nas_cifs/guide.en-gb.md | 24 +++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-gb.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-gb.md index 09d4278f69f..80bbfb6d3c0 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-gb.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: Mount your HA-NAS via a CIFS share excerpt: This guide shows you how to mount your HA-NAS using CIFS protocol -updated: 2025-10-09 +updated: 2025-10-22 --- ## Objective @@ -15,12 +15,12 @@ updated: 2025-10-09 ## Instructions -### Settings for Windows +### Settings for Microsoft Windows - **Windows Server 2008**: Click on the menu `Start`{.action} > `All the programs`{.action} > `Accessories`{.action} > `Command prompt`{.action}. - **Windows Server 2012**: Click the `Windows PowerShell`{.action} icon at the bottom of the screen in the taskbar. -- **Windows Server 2016**: Click on the menu `Start`{.action}, then on the `Windows PowerShell`{.action} icon. -- **Windows Server 2019**: Click on the menu `Start`{.action}, then on the `Windows PowerShell`{.action} icon. +- **Windows Server 2016/2019/2022/2025**: Click on the menu `Start`{.action}, then on the `Windows PowerShell`{.action} icon. + Then run the following command: @@ -41,19 +41,23 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 > The SMB/CIFS user is `nobody`. Changing permissions with this user may generate conflicts with existing NFS permissions. > -The following error message may appear: +The following error messages may appear: ```console System error 1272 has occurred. You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network. ``` - +```console +System error 3227320323 has occurred. +``` > [!primary] > -> To correct this error, you need to modify the Windows registry. To do this, open the Registry Editor (regedit), then navigate to the key `HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters`.
-> Then set the value of the parameter `AllowInsecureGuestAuth` to "1".
-> Find more information on this topic on the [Microsoft support pages](https://learn.microsoft.com/en-gb/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3). +> To correct these errors, refer to the official Microsoft documentation :
+> [How to enable insecure guest logons in SMB2 and SMB3](https://learn.microsoft.com/en-gb/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3?tabs=powershell).
+> [Control SMB signing behavior](https://learn.microsoft.com/en-gb/windows-server/storage/file-server/smb-signing?tabs=powershell). + + ### Settings for Linux @@ -83,4 +87,4 @@ mount -t cifs -o uid=root,gid=100,dir_mode=0700,username=root,password= //IP_SER If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our [community of users](/links/community). \ No newline at end of file +Join our [community of users](/links/community). From f192edf1e1990b6abb34999b52412567ab91f509 Mon Sep 17 00:00:00 2001 From: Cyril MARCHAL <139960138+CyrilmarchalP17@users.noreply.github.com> Date: Wed, 22 Oct 2025 14:08:02 +0200 Subject: [PATCH 03/10] Update guide EFS French correction bug d'affichage --- .../netapp_network_config/guide.fr-fr.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.fr-fr.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.fr-fr.md index 147edf71c0f..5a7533772c0 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Configuration du réseau privé" excerpt: Découvrez configurer un réseau privé pour votre service Enterprise File Storage depuis votre espace client OVHcloud -updated: 2025-10-21 +updated: 2025-10-22 --- ## Objectif @@ -86,9 +86,9 @@ Vous pouvez à présent suivre les guides ci-dessous pour créer et gérer vos v > - L'adresse IP de votre Service Endpoint doit être unique dans votre sous-réseau et doit être exclue de votre serveur DHCP si vous en utilisez un. > - Exemple : sous-réseau vRack Services 10.0.0.0/24 - Service Endpoint 10.0.0.16/29 - Votre service sera donc accessible à l'adresse IP 10.0.0.16 dans le sous-réseau 10.0.0.0/24. -- La commande **arping ** ne doit retourner qu'une seule adresse MAC. -- La commande **traceroute -T -p 2049** ne doit pas retourner d'erreur. -- La commande  **nmap -sV -T4 -p111,635,2049,4045,4046 ** doit retourner des ports dans l'état OPEN (indispensable pour le bon fonctionnement de NFSv3). +- La commande **arping IP_Endpoint** ne doit retourner qu'une seule adresse MAC. +- La commande **traceroute -T IP Endpoint -p 2049** ne doit pas retourner d'erreur. +- La commande  **nmap -sV -T4 -p111,635,2049,4045,4046 IP_Endpoint** doit retourner des ports dans l'état OPEN (indispensable pour le bon fonctionnement de NFSv3). ## Aller plus loin From 2c8672b7a31cbf06c86e9590c514b1ffce592c83 Mon Sep 17 00:00:00 2001 From: Cyril MARCHAL <139960138+CyrilmarchalP17@users.noreply.github.com> Date: Wed, 22 Oct 2025 14:09:39 +0200 Subject: [PATCH 04/10] Update guide EFS English Display bug correction --- .../netapp_network_config/guide.en-gb.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-gb.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-gb.md index c9271b52408..f0ea01875f7 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-gb.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-21 +updated: 2025-10-22 --- ## Objective @@ -84,9 +84,9 @@ You can now follow the guides below to create and manage your volumes, snapshots > - The IP address of your Service Endpoint must be unique in your subnet and must be excluded from your DHCP server if you use one. > - Example: vRack Services 10.0.0.0/24 subnet - Service Endpoint 10.0.0.16/29 - Your service will therefore be accessible at IP address 10.0.0.16 in subnet 10.0.0.0/24. -- The **arping ** command must return only one MAC address. -- The **traceroute -T -p 2049** command must not return an error. -- The **nmap -sV -T4 -p111,635,2049,4045,4046 ** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). +- The **arping IP_Endpoint** command must return only one MAC address. +- The **traceroute -T IP_Endpoint -p 2049** command must not return an error. +- The **nmap -sV -T4 -p111,635,2049,4045,4046 IP_Endpoint** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). ## Go further From a80fb44da80ecd8ddbd6f051cae5818310c11265 Mon Sep 17 00:00:00 2001 From: Cyril MARCHAL <139960138+CyrilmarchalP17@users.noreply.github.com> Date: Wed, 22 Oct 2025 14:12:12 +0200 Subject: [PATCH 05/10] Update guide EFS French correction bug d'affichage --- .../netapp_network_config/guide.fr-fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.fr-fr.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.fr-fr.md index 5a7533772c0..1984677756d 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.fr-fr.md @@ -87,7 +87,7 @@ Vous pouvez à présent suivre les guides ci-dessous pour créer et gérer vos v > - Exemple : sous-réseau vRack Services 10.0.0.0/24 - Service Endpoint 10.0.0.16/29 - Votre service sera donc accessible à l'adresse IP 10.0.0.16 dans le sous-réseau 10.0.0.0/24. - La commande **arping IP_Endpoint** ne doit retourner qu'une seule adresse MAC. -- La commande **traceroute -T IP Endpoint -p 2049** ne doit pas retourner d'erreur. +- La commande **traceroute -T IP_Endpoint -p 2049** ne doit pas retourner d'erreur. - La commande  **nmap -sV -T4 -p111,635,2049,4045,4046 IP_Endpoint** doit retourner des ports dans l'état OPEN (indispensable pour le bon fonctionnement de NFSv3). ## Aller plus loin From a7b69f8b8deb7d3f9bfd53d7c6346dd993c9b46d Mon Sep 17 00:00:00 2001 From: jessica Date: Wed, 22 Oct 2025 17:38:49 -0400 Subject: [PATCH 06/10] duplos --- .../netapp_network_config/guide.de-de.md | 10 +++++----- .../netapp_network_config/guide.en-asia.md | 10 +++++----- .../netapp_network_config/guide.en-au.md | 10 +++++----- .../netapp_network_config/guide.en-ca.md | 10 +++++----- .../netapp_network_config/guide.en-ie.md | 10 +++++----- .../netapp_network_config/guide.en-sg.md | 10 +++++----- .../netapp_network_config/guide.en-us.md | 10 +++++----- .../netapp_network_config/guide.es-es.md | 10 +++++----- .../netapp_network_config/guide.es-us.md | 10 +++++----- .../netapp_network_config/guide.fr-ca.md | 10 +++++----- .../netapp_network_config/guide.it-it.md | 10 +++++----- .../netapp_network_config/guide.pl-pl.md | 10 +++++----- .../netapp_network_config/guide.pt-pt.md | 10 +++++----- 13 files changed, 65 insertions(+), 65 deletions(-) diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.de-de.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.de-de.md index c9271b52408..c7bd40396b6 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.de-de.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.de-de.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-21 +updated: 2025-10-22 --- ## Objective @@ -84,9 +84,9 @@ You can now follow the guides below to create and manage your volumes, snapshots > - The IP address of your Service Endpoint must be unique in your subnet and must be excluded from your DHCP server if you use one. > - Example: vRack Services 10.0.0.0/24 subnet - Service Endpoint 10.0.0.16/29 - Your service will therefore be accessible at IP address 10.0.0.16 in subnet 10.0.0.0/24. -- The **arping ** command must return only one MAC address. -- The **traceroute -T -p 2049** command must not return an error. -- The **nmap -sV -T4 -p111,635,2049,4045,4046 ** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). +- The **arping IP_Endpoint** command must return only one MAC address. +- The **traceroute -T IP_Endpoint -p 2049** command must not return an error. +- The **nmap -sV -T4 -p111,635,2049,4045,4046 IP_Endpoint** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). ## Go further @@ -102,4 +102,4 @@ You can now follow the guides below to create and manage your volumes, snapshots If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our [community of users](/links/community). +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-asia.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-asia.md index c9271b52408..c7bd40396b6 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-asia.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-21 +updated: 2025-10-22 --- ## Objective @@ -84,9 +84,9 @@ You can now follow the guides below to create and manage your volumes, snapshots > - The IP address of your Service Endpoint must be unique in your subnet and must be excluded from your DHCP server if you use one. > - Example: vRack Services 10.0.0.0/24 subnet - Service Endpoint 10.0.0.16/29 - Your service will therefore be accessible at IP address 10.0.0.16 in subnet 10.0.0.0/24. -- The **arping ** command must return only one MAC address. -- The **traceroute -T -p 2049** command must not return an error. -- The **nmap -sV -T4 -p111,635,2049,4045,4046 ** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). +- The **arping IP_Endpoint** command must return only one MAC address. +- The **traceroute -T IP_Endpoint -p 2049** command must not return an error. +- The **nmap -sV -T4 -p111,635,2049,4045,4046 IP_Endpoint** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). ## Go further @@ -102,4 +102,4 @@ You can now follow the guides below to create and manage your volumes, snapshots If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our [community of users](/links/community). +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-au.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-au.md index c9271b52408..c7bd40396b6 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-au.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-au.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-21 +updated: 2025-10-22 --- ## Objective @@ -84,9 +84,9 @@ You can now follow the guides below to create and manage your volumes, snapshots > - The IP address of your Service Endpoint must be unique in your subnet and must be excluded from your DHCP server if you use one. > - Example: vRack Services 10.0.0.0/24 subnet - Service Endpoint 10.0.0.16/29 - Your service will therefore be accessible at IP address 10.0.0.16 in subnet 10.0.0.0/24. -- The **arping ** command must return only one MAC address. -- The **traceroute -T -p 2049** command must not return an error. -- The **nmap -sV -T4 -p111,635,2049,4045,4046 ** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). +- The **arping IP_Endpoint** command must return only one MAC address. +- The **traceroute -T IP_Endpoint -p 2049** command must not return an error. +- The **nmap -sV -T4 -p111,635,2049,4045,4046 IP_Endpoint** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). ## Go further @@ -102,4 +102,4 @@ You can now follow the guides below to create and manage your volumes, snapshots If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our [community of users](/links/community). +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-ca.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-ca.md index c9271b52408..c7bd40396b6 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-ca.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-21 +updated: 2025-10-22 --- ## Objective @@ -84,9 +84,9 @@ You can now follow the guides below to create and manage your volumes, snapshots > - The IP address of your Service Endpoint must be unique in your subnet and must be excluded from your DHCP server if you use one. > - Example: vRack Services 10.0.0.0/24 subnet - Service Endpoint 10.0.0.16/29 - Your service will therefore be accessible at IP address 10.0.0.16 in subnet 10.0.0.0/24. -- The **arping ** command must return only one MAC address. -- The **traceroute -T -p 2049** command must not return an error. -- The **nmap -sV -T4 -p111,635,2049,4045,4046 ** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). +- The **arping IP_Endpoint** command must return only one MAC address. +- The **traceroute -T IP_Endpoint -p 2049** command must not return an error. +- The **nmap -sV -T4 -p111,635,2049,4045,4046 IP_Endpoint** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). ## Go further @@ -102,4 +102,4 @@ You can now follow the guides below to create and manage your volumes, snapshots If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our [community of users](/links/community). +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-ie.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-ie.md index c9271b52408..c7bd40396b6 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-ie.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-21 +updated: 2025-10-22 --- ## Objective @@ -84,9 +84,9 @@ You can now follow the guides below to create and manage your volumes, snapshots > - The IP address of your Service Endpoint must be unique in your subnet and must be excluded from your DHCP server if you use one. > - Example: vRack Services 10.0.0.0/24 subnet - Service Endpoint 10.0.0.16/29 - Your service will therefore be accessible at IP address 10.0.0.16 in subnet 10.0.0.0/24. -- The **arping ** command must return only one MAC address. -- The **traceroute -T -p 2049** command must not return an error. -- The **nmap -sV -T4 -p111,635,2049,4045,4046 ** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). +- The **arping IP_Endpoint** command must return only one MAC address. +- The **traceroute -T IP_Endpoint -p 2049** command must not return an error. +- The **nmap -sV -T4 -p111,635,2049,4045,4046 IP_Endpoint** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). ## Go further @@ -102,4 +102,4 @@ You can now follow the guides below to create and manage your volumes, snapshots If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our [community of users](/links/community). +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-sg.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-sg.md index c9271b52408..c7bd40396b6 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-sg.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-21 +updated: 2025-10-22 --- ## Objective @@ -84,9 +84,9 @@ You can now follow the guides below to create and manage your volumes, snapshots > - The IP address of your Service Endpoint must be unique in your subnet and must be excluded from your DHCP server if you use one. > - Example: vRack Services 10.0.0.0/24 subnet - Service Endpoint 10.0.0.16/29 - Your service will therefore be accessible at IP address 10.0.0.16 in subnet 10.0.0.0/24. -- The **arping ** command must return only one MAC address. -- The **traceroute -T -p 2049** command must not return an error. -- The **nmap -sV -T4 -p111,635,2049,4045,4046 ** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). +- The **arping IP_Endpoint** command must return only one MAC address. +- The **traceroute -T IP_Endpoint -p 2049** command must not return an error. +- The **nmap -sV -T4 -p111,635,2049,4045,4046 IP_Endpoint** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). ## Go further @@ -102,4 +102,4 @@ You can now follow the guides below to create and manage your volumes, snapshots If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our [community of users](/links/community). +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-us.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-us.md index c9271b52408..c7bd40396b6 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-us.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-us.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-21 +updated: 2025-10-22 --- ## Objective @@ -84,9 +84,9 @@ You can now follow the guides below to create and manage your volumes, snapshots > - The IP address of your Service Endpoint must be unique in your subnet and must be excluded from your DHCP server if you use one. > - Example: vRack Services 10.0.0.0/24 subnet - Service Endpoint 10.0.0.16/29 - Your service will therefore be accessible at IP address 10.0.0.16 in subnet 10.0.0.0/24. -- The **arping ** command must return only one MAC address. -- The **traceroute -T -p 2049** command must not return an error. -- The **nmap -sV -T4 -p111,635,2049,4045,4046 ** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). +- The **arping IP_Endpoint** command must return only one MAC address. +- The **traceroute -T IP_Endpoint -p 2049** command must not return an error. +- The **nmap -sV -T4 -p111,635,2049,4045,4046 IP_Endpoint** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). ## Go further @@ -102,4 +102,4 @@ You can now follow the guides below to create and manage your volumes, snapshots If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our [community of users](/links/community). +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.es-es.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.es-es.md index c9271b52408..c7bd40396b6 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.es-es.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.es-es.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-21 +updated: 2025-10-22 --- ## Objective @@ -84,9 +84,9 @@ You can now follow the guides below to create and manage your volumes, snapshots > - The IP address of your Service Endpoint must be unique in your subnet and must be excluded from your DHCP server if you use one. > - Example: vRack Services 10.0.0.0/24 subnet - Service Endpoint 10.0.0.16/29 - Your service will therefore be accessible at IP address 10.0.0.16 in subnet 10.0.0.0/24. -- The **arping ** command must return only one MAC address. -- The **traceroute -T -p 2049** command must not return an error. -- The **nmap -sV -T4 -p111,635,2049,4045,4046 ** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). +- The **arping IP_Endpoint** command must return only one MAC address. +- The **traceroute -T IP_Endpoint -p 2049** command must not return an error. +- The **nmap -sV -T4 -p111,635,2049,4045,4046 IP_Endpoint** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). ## Go further @@ -102,4 +102,4 @@ You can now follow the guides below to create and manage your volumes, snapshots If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our [community of users](/links/community). +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.es-us.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.es-us.md index c9271b52408..c7bd40396b6 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.es-us.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-21 +updated: 2025-10-22 --- ## Objective @@ -84,9 +84,9 @@ You can now follow the guides below to create and manage your volumes, snapshots > - The IP address of your Service Endpoint must be unique in your subnet and must be excluded from your DHCP server if you use one. > - Example: vRack Services 10.0.0.0/24 subnet - Service Endpoint 10.0.0.16/29 - Your service will therefore be accessible at IP address 10.0.0.16 in subnet 10.0.0.0/24. -- The **arping ** command must return only one MAC address. -- The **traceroute -T -p 2049** command must not return an error. -- The **nmap -sV -T4 -p111,635,2049,4045,4046 ** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). +- The **arping IP_Endpoint** command must return only one MAC address. +- The **traceroute -T IP_Endpoint -p 2049** command must not return an error. +- The **nmap -sV -T4 -p111,635,2049,4045,4046 IP_Endpoint** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). ## Go further @@ -102,4 +102,4 @@ You can now follow the guides below to create and manage your volumes, snapshots If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our [community of users](/links/community). +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.fr-ca.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.fr-ca.md index 147edf71c0f..f6bdc46a2cb 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Configuration du réseau privé" excerpt: Découvrez configurer un réseau privé pour votre service Enterprise File Storage depuis votre espace client OVHcloud -updated: 2025-10-21 +updated: 2025-10-22 --- ## Objectif @@ -86,9 +86,9 @@ Vous pouvez à présent suivre les guides ci-dessous pour créer et gérer vos v > - L'adresse IP de votre Service Endpoint doit être unique dans votre sous-réseau et doit être exclue de votre serveur DHCP si vous en utilisez un. > - Exemple : sous-réseau vRack Services 10.0.0.0/24 - Service Endpoint 10.0.0.16/29 - Votre service sera donc accessible à l'adresse IP 10.0.0.16 dans le sous-réseau 10.0.0.0/24. -- La commande **arping ** ne doit retourner qu'une seule adresse MAC. -- La commande **traceroute -T -p 2049** ne doit pas retourner d'erreur. -- La commande  **nmap -sV -T4 -p111,635,2049,4045,4046 ** doit retourner des ports dans l'état OPEN (indispensable pour le bon fonctionnement de NFSv3). +- La commande **arping IP_Endpoint** ne doit retourner qu'une seule adresse MAC. +- La commande **traceroute -T IP_Endpoint -p 2049** ne doit pas retourner d'erreur. +- La commande  **nmap -sV -T4 -p111,635,2049,4045,4046 IP_Endpoint** doit retourner des ports dans l'état OPEN (indispensable pour le bon fonctionnement de NFSv3). ## Aller plus loin @@ -104,4 +104,4 @@ Vous pouvez à présent suivre les guides ci-dessous pour créer et gérer vos v Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. -Échangez avec notre [communauté d'utilisateurs](/links/community). +Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.it-it.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.it-it.md index c9271b52408..c7bd40396b6 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.it-it.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-21 +updated: 2025-10-22 --- ## Objective @@ -84,9 +84,9 @@ You can now follow the guides below to create and manage your volumes, snapshots > - The IP address of your Service Endpoint must be unique in your subnet and must be excluded from your DHCP server if you use one. > - Example: vRack Services 10.0.0.0/24 subnet - Service Endpoint 10.0.0.16/29 - Your service will therefore be accessible at IP address 10.0.0.16 in subnet 10.0.0.0/24. -- The **arping ** command must return only one MAC address. -- The **traceroute -T -p 2049** command must not return an error. -- The **nmap -sV -T4 -p111,635,2049,4045,4046 ** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). +- The **arping IP_Endpoint** command must return only one MAC address. +- The **traceroute -T IP_Endpoint -p 2049** command must not return an error. +- The **nmap -sV -T4 -p111,635,2049,4045,4046 IP_Endpoint** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). ## Go further @@ -102,4 +102,4 @@ You can now follow the guides below to create and manage your volumes, snapshots If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our [community of users](/links/community). +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.pl-pl.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.pl-pl.md index c9271b52408..c7bd40396b6 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-21 +updated: 2025-10-22 --- ## Objective @@ -84,9 +84,9 @@ You can now follow the guides below to create and manage your volumes, snapshots > - The IP address of your Service Endpoint must be unique in your subnet and must be excluded from your DHCP server if you use one. > - Example: vRack Services 10.0.0.0/24 subnet - Service Endpoint 10.0.0.16/29 - Your service will therefore be accessible at IP address 10.0.0.16 in subnet 10.0.0.0/24. -- The **arping ** command must return only one MAC address. -- The **traceroute -T -p 2049** command must not return an error. -- The **nmap -sV -T4 -p111,635,2049,4045,4046 ** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). +- The **arping IP_Endpoint** command must return only one MAC address. +- The **traceroute -T IP_Endpoint -p 2049** command must not return an error. +- The **nmap -sV -T4 -p111,635,2049,4045,4046 IP_Endpoint** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). ## Go further @@ -102,4 +102,4 @@ You can now follow the guides below to create and manage your volumes, snapshots If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our [community of users](/links/community). +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.pt-pt.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.pt-pt.md index c9271b52408..c7bd40396b6 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-21 +updated: 2025-10-22 --- ## Objective @@ -84,9 +84,9 @@ You can now follow the guides below to create and manage your volumes, snapshots > - The IP address of your Service Endpoint must be unique in your subnet and must be excluded from your DHCP server if you use one. > - Example: vRack Services 10.0.0.0/24 subnet - Service Endpoint 10.0.0.16/29 - Your service will therefore be accessible at IP address 10.0.0.16 in subnet 10.0.0.0/24. -- The **arping ** command must return only one MAC address. -- The **traceroute -T -p 2049** command must not return an error. -- The **nmap -sV -T4 -p111,635,2049,4045,4046 ** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). +- The **arping IP_Endpoint** command must return only one MAC address. +- The **traceroute -T IP_Endpoint -p 2049** command must not return an error. +- The **nmap -sV -T4 -p111,635,2049,4045,4046 IP_Endpoint** command must return ports in the OPEN state (essential for the proper functioning of NFSv3). ## Go further @@ -102,4 +102,4 @@ You can now follow the guides below to create and manage your volumes, snapshots If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our [community of users](/links/community). +Join our [community of users](/links/community). \ No newline at end of file From 1f1eb1d131cf727c190e04bd23bf424b9dfd700c Mon Sep 17 00:00:00 2001 From: jessica Date: Wed, 22 Oct 2025 22:55:04 -0400 Subject: [PATCH 07/10] duplos and translations --- .../ha_nas/nas_cifs/guide.de-de.md | 20 +++++++++------- .../ha_nas/nas_cifs/guide.en-asia.md | 21 +++++++++------- .../ha_nas/nas_cifs/guide.en-au.md | 21 +++++++++------- .../ha_nas/nas_cifs/guide.en-ca.md | 21 +++++++++------- .../ha_nas/nas_cifs/guide.en-gb.md | 5 ++-- .../ha_nas/nas_cifs/guide.en-ie.md | 21 +++++++++------- .../ha_nas/nas_cifs/guide.en-sg.md | 21 +++++++++------- .../ha_nas/nas_cifs/guide.en-us.md | 21 +++++++++------- .../ha_nas/nas_cifs/guide.es-es.md | 24 +++++++++++-------- .../ha_nas/nas_cifs/guide.es-us.md | 24 +++++++++++-------- .../ha_nas/nas_cifs/guide.fr-ca.md | 23 +++++++++++------- .../ha_nas/nas_cifs/guide.fr-fr.md | 1 + .../ha_nas/nas_cifs/guide.it-it.md | 23 ++++++++++-------- .../ha_nas/nas_cifs/guide.pl-pl.md | 17 +++++++------ .../ha_nas/nas_cifs/guide.pt-pt.md | 24 +++++++++++-------- 15 files changed, 173 insertions(+), 114 deletions(-) diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.de-de.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.de-de.md index 27473032dbc..e3e7a4ebacd 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.de-de.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.de-de.md @@ -1,7 +1,7 @@ --- title: Mounten Sie Ihr HA-NAS über eine CIFS-Freigabe excerpt: In dieser Anleitung erfahren Sie, wie Sie Ihr HA-NAS über das CIFS-Protokoll mounten können. -updated: 2025-10-09 +updated: 2025-10-22 --- ## Ziel @@ -15,12 +15,12 @@ updated: 2025-10-09 ## In der praktischen Anwendung -### Einstellungen für Windows +### Einstellungen Microsoft Windows - **Windows Server 2008**: Klicken Sie auf `Start`{.action}, `All the programs`{.action}, `Accessories`{.action}, `Command prompt`{.action}. - **Windows Server 2012**: Klicken Sie auf das `Windows PowerShell`{.action} Icon am unteren Bildschirmrand in der Taskleiste. -- **Windows Server 2016**: Klicken Sie auf `Start`{.action} und dann auf das `Windows PowerShell`{.action} Icon. -- **Windows Server 2019**: Klicken Sie auf `Start`{.action} und dann auf das `Windows PowerShell`{.action} Icon. +- **Windows Server 2016/2019/2022/2025**: Klicken Sie auf `Start`{.action} und dann auf das `Windows PowerShell`{.action} Icon. + Führen Sie dann den folgenden Befehl aus: @@ -41,7 +41,7 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 > Der SMB/CIFS Benutzer ist `nobody`. Das Ändern von Berechtigungen mit diesem Benutzer kann Konflikte mit bestehenden NFS-Berechtigungen verursachen. > -Die folgende Fehlermeldung kann angezeigt werden: +Die folgenden Fehlermeldungen können angezeigt werden: ```console System error 1272 has occurred. @@ -49,11 +49,15 @@ System error 1272 has occurred. You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network. ``` +```console +System error 3227320323 has occurred. +``` + > [!primary] > -> Dieser Fehler sollte durch Bearbeiten der Windows Registry behebbar sein: Öffnen Sie das Windows Dienstprogramm *regedit*, und suchen Sie nach dem Eintrag `HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters`. -> Setzen Sie den Wert des Parameters `AllowInsecureGuestAuth` auf "1". -> Weitere Informationen zu diesem Thema finden Sie auf den [Microsoft Supportseiten](https://learn.microsoft.com/de-de/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3). +> Informationen zum Beheben dieser Fehler finden Sie in der offiziellen Microsoft-Dokumentation:
+>[Aktivieren von unsicheren Gastanmeldungen in SMB2 und SMB3](https://learn.microsoft.com/de-de/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3?tabs=powershell) +> [Steuerung des SMB-Signierverhaltens](https://learn.microsoft.com/de-de/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3). ### Einstellungen für Linux diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-asia.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-asia.md index d40031e6c2c..cebabb1767d 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-asia.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: Mount your HA-NAS via a CIFS share excerpt: This guide shows you how to mount your HA-NAS using CIFS protocol -updated: 2025-10-09 +updated: 2025-10-22 --- ## Objective @@ -15,12 +15,12 @@ updated: 2025-10-09 ## Instructions -### Settings for Windows +### Settings for Microsoft Windows - **Windows Server 2008**: Click on the menu `Start`{.action} > `All the programs`{.action} > `Accessories`{.action} > `Command prompt`{.action}. - **Windows Server 2012**: Click the `Windows PowerShell`{.action} icon at the bottom of the screen in the taskbar. -- **Windows Server 2016**: Click on the menu `Start`{.action}, then on the `Windows PowerShell`{.action} icon. -- **Windows Server 2019**: Click on the menu `Start`{.action}, then on the `Windows PowerShell`{.action} icon. +- **Windows Server 2016/2019/2022/2025**: Click on the menu `Start`{.action}, then on the `Windows PowerShell`{.action} icon. + Then run the following command: @@ -41,7 +41,7 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 > The SMB/CIFS user is `nobody`. Changing permissions with this user may generate conflicts with existing NFS permissions. > -The following error message may appear: +The following error messages may appear: ```console System error 1272 has occurred. @@ -49,11 +49,16 @@ System error 1272 has occurred. You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network. ``` +```console +System error 3227320323 has occurred. +``` + > [!primary] > -> To correct this error, you need to modify the Windows registry. To do this, open the Registry Editor (regedit), then navigate to the key `HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters`.
-> Then set the value of the parameter `AllowInsecureGuestAuth` to "1".
-> Find more information on this topic on the [Microsoft support pages](https://learn.microsoft.com/en-in/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3). +> To correct these errors, refer to the official Microsoft documentation :
+> [How to enable insecure guest logons in SMB2 and SMB3](https://learn.microsoft.com/en-gb/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3?tabs=powershell).
+> [Control SMB signing behavior](https://learn.microsoft.com/en-gb/windows-server/storage/file-server/smb-signing?tabs=powershell). + ### Settings for Linux diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-au.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-au.md index 64f818abac0..cebabb1767d 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-au.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-au.md @@ -1,7 +1,7 @@ --- title: Mount your HA-NAS via a CIFS share excerpt: This guide shows you how to mount your HA-NAS using CIFS protocol -updated: 2025-10-09 +updated: 2025-10-22 --- ## Objective @@ -15,12 +15,12 @@ updated: 2025-10-09 ## Instructions -### Settings for Windows +### Settings for Microsoft Windows - **Windows Server 2008**: Click on the menu `Start`{.action} > `All the programs`{.action} > `Accessories`{.action} > `Command prompt`{.action}. - **Windows Server 2012**: Click the `Windows PowerShell`{.action} icon at the bottom of the screen in the taskbar. -- **Windows Server 2016**: Click on the menu `Start`{.action}, then on the `Windows PowerShell`{.action} icon. -- **Windows Server 2019**: Click on the menu `Start`{.action}, then on the `Windows PowerShell`{.action} icon. +- **Windows Server 2016/2019/2022/2025**: Click on the menu `Start`{.action}, then on the `Windows PowerShell`{.action} icon. + Then run the following command: @@ -41,7 +41,7 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 > The SMB/CIFS user is `nobody`. Changing permissions with this user may generate conflicts with existing NFS permissions. > -The following error message may appear: +The following error messages may appear: ```console System error 1272 has occurred. @@ -49,11 +49,16 @@ System error 1272 has occurred. You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network. ``` +```console +System error 3227320323 has occurred. +``` + > [!primary] > -> To correct this error, you need to modify the Windows registry. To do this, open the Registry Editor (regedit), then navigate to the key `HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters`.
-> Then set the value of the parameter `AllowInsecureGuestAuth` to "1".
-> Find more information on this topic on the [Microsoft support pages](https://learn.microsoft.com/en-au/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3). +> To correct these errors, refer to the official Microsoft documentation :
+> [How to enable insecure guest logons in SMB2 and SMB3](https://learn.microsoft.com/en-gb/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3?tabs=powershell).
+> [Control SMB signing behavior](https://learn.microsoft.com/en-gb/windows-server/storage/file-server/smb-signing?tabs=powershell). + ### Settings for Linux diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ca.md index 7ab1fac8e50..cebabb1767d 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: Mount your HA-NAS via a CIFS share excerpt: This guide shows you how to mount your HA-NAS using CIFS protocol -updated: 2025-10-09 +updated: 2025-10-22 --- ## Objective @@ -15,12 +15,12 @@ updated: 2025-10-09 ## Instructions -### Settings for Windows +### Settings for Microsoft Windows - **Windows Server 2008**: Click on the menu `Start`{.action} > `All the programs`{.action} > `Accessories`{.action} > `Command prompt`{.action}. - **Windows Server 2012**: Click the `Windows PowerShell`{.action} icon at the bottom of the screen in the taskbar. -- **Windows Server 2016**: Click on the menu `Start`{.action}, then on the `Windows PowerShell`{.action} icon. -- **Windows Server 2019**: Click on the menu `Start`{.action}, then on the `Windows PowerShell`{.action} icon. +- **Windows Server 2016/2019/2022/2025**: Click on the menu `Start`{.action}, then on the `Windows PowerShell`{.action} icon. + Then run the following command: @@ -41,7 +41,7 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 > The SMB/CIFS user is `nobody`. Changing permissions with this user may generate conflicts with existing NFS permissions. > -The following error message may appear: +The following error messages may appear: ```console System error 1272 has occurred. @@ -49,11 +49,16 @@ System error 1272 has occurred. You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network. ``` +```console +System error 3227320323 has occurred. +``` + > [!primary] > -> To correct this error, you need to modify the Windows registry. To do this, open the Registry Editor (regedit), then navigate to the key `HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters`.
-> Then set the value of the parameter `AllowInsecureGuestAuth` to "1".
-> Find more information on this topic on the [Microsoft support pages](https://learn.microsoft.com/en-ca/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3). +> To correct these errors, refer to the official Microsoft documentation :
+> [How to enable insecure guest logons in SMB2 and SMB3](https://learn.microsoft.com/en-gb/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3?tabs=powershell).
+> [Control SMB signing behavior](https://learn.microsoft.com/en-gb/windows-server/storage/file-server/smb-signing?tabs=powershell). + ### Settings for Linux diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-gb.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-gb.md index 80bbfb6d3c0..cebabb1767d 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-gb.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-gb.md @@ -48,9 +48,11 @@ System error 1272 has occurred. You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network. ``` + ```console System error 3227320323 has occurred. ``` + > [!primary] > > To correct these errors, refer to the official Microsoft documentation :
@@ -58,7 +60,6 @@ System error 3227320323 has occurred. > [Control SMB signing behavior](https://learn.microsoft.com/en-gb/windows-server/storage/file-server/smb-signing?tabs=powershell). - ### Settings for Linux Open an SSH connection to your server and type the following command: @@ -87,4 +88,4 @@ mount -t cifs -o uid=root,gid=100,dir_mode=0700,username=root,password= //IP_SER If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our [community of users](/links/community). +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ie.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ie.md index e3fb1d430fd..cebabb1767d 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ie.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: Mount your HA-NAS via a CIFS share excerpt: This guide shows you how to mount your HA-NAS using CIFS protocol -updated: 2025-10-09 +updated: 2025-10-22 --- ## Objective @@ -15,12 +15,12 @@ updated: 2025-10-09 ## Instructions -### Settings for Windows +### Settings for Microsoft Windows - **Windows Server 2008**: Click on the menu `Start`{.action} > `All the programs`{.action} > `Accessories`{.action} > `Command prompt`{.action}. - **Windows Server 2012**: Click the `Windows PowerShell`{.action} icon at the bottom of the screen in the taskbar. -- **Windows Server 2016**: Click on the menu `Start`{.action}, then on the `Windows PowerShell`{.action} icon. -- **Windows Server 2019**: Click on the menu `Start`{.action}, then on the `Windows PowerShell`{.action} icon. +- **Windows Server 2016/2019/2022/2025**: Click on the menu `Start`{.action}, then on the `Windows PowerShell`{.action} icon. + Then run the following command: @@ -41,7 +41,7 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 > The SMB/CIFS user is `nobody`. Changing permissions with this user may generate conflicts with existing NFS permissions. > -The following error message may appear: +The following error messages may appear: ```console System error 1272 has occurred. @@ -49,11 +49,16 @@ System error 1272 has occurred. You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network. ``` +```console +System error 3227320323 has occurred. +``` + > [!primary] > -> To correct this error, you need to modify the Windows registry. To do this, open the Registry Editor (regedit), then navigate to the key `HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters`.
-> Then set the value of the parameter `AllowInsecureGuestAuth` to "1".
-> Find more information on this topic on the [Microsoft support pages](https://learn.microsoft.com/en-ie/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3). +> To correct these errors, refer to the official Microsoft documentation :
+> [How to enable insecure guest logons in SMB2 and SMB3](https://learn.microsoft.com/en-gb/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3?tabs=powershell).
+> [Control SMB signing behavior](https://learn.microsoft.com/en-gb/windows-server/storage/file-server/smb-signing?tabs=powershell). + ### Settings for Linux diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-sg.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-sg.md index fb460347d44..cebabb1767d 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-sg.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: Mount your HA-NAS via a CIFS share excerpt: This guide shows you how to mount your HA-NAS using CIFS protocol -updated: 2025-10-09 +updated: 2025-10-22 --- ## Objective @@ -15,12 +15,12 @@ updated: 2025-10-09 ## Instructions -### Settings for Windows +### Settings for Microsoft Windows - **Windows Server 2008**: Click on the menu `Start`{.action} > `All the programs`{.action} > `Accessories`{.action} > `Command prompt`{.action}. - **Windows Server 2012**: Click the `Windows PowerShell`{.action} icon at the bottom of the screen in the taskbar. -- **Windows Server 2016**: Click on the menu `Start`{.action}, then on the `Windows PowerShell`{.action} icon. -- **Windows Server 2019**: Click on the menu `Start`{.action}, then on the `Windows PowerShell`{.action} icon. +- **Windows Server 2016/2019/2022/2025**: Click on the menu `Start`{.action}, then on the `Windows PowerShell`{.action} icon. + Then run the following command: @@ -41,7 +41,7 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 > The SMB/CIFS user is `nobody`. Changing permissions with this user may generate conflicts with existing NFS permissions. > -The following error message may appear: +The following error messages may appear: ```console System error 1272 has occurred. @@ -49,11 +49,16 @@ System error 1272 has occurred. You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network. ``` +```console +System error 3227320323 has occurred. +``` + > [!primary] > -> To correct this error, you need to modify the Windows registry. To do this, open the Registry Editor (regedit), then navigate to the key `HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters`.
-> Then set the value of the parameter `AllowInsecureGuestAuth` to "1".
-> Find more information on this topic on the [Microsoft support pages](https://learn.microsoft.com/en-sg/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3). +> To correct these errors, refer to the official Microsoft documentation :
+> [How to enable insecure guest logons in SMB2 and SMB3](https://learn.microsoft.com/en-gb/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3?tabs=powershell).
+> [Control SMB signing behavior](https://learn.microsoft.com/en-gb/windows-server/storage/file-server/smb-signing?tabs=powershell). + ### Settings for Linux diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-us.md index 08ee1c7c73e..cebabb1767d 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-us.md @@ -1,7 +1,7 @@ --- title: Mount your HA-NAS via a CIFS share excerpt: This guide shows you how to mount your HA-NAS using CIFS protocol -updated: 2025-10-09 +updated: 2025-10-22 --- ## Objective @@ -15,12 +15,12 @@ updated: 2025-10-09 ## Instructions -### Settings for Windows +### Settings for Microsoft Windows - **Windows Server 2008**: Click on the menu `Start`{.action} > `All the programs`{.action} > `Accessories`{.action} > `Command prompt`{.action}. - **Windows Server 2012**: Click the `Windows PowerShell`{.action} icon at the bottom of the screen in the taskbar. -- **Windows Server 2016**: Click on the menu `Start`{.action}, then on the `Windows PowerShell`{.action} icon. -- **Windows Server 2019**: Click on the menu `Start`{.action}, then on the `Windows PowerShell`{.action} icon. +- **Windows Server 2016/2019/2022/2025**: Click on the menu `Start`{.action}, then on the `Windows PowerShell`{.action} icon. + Then run the following command: @@ -41,7 +41,7 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 > The SMB/CIFS user is `nobody`. Changing permissions with this user may generate conflicts with existing NFS permissions. > -The following error message may appear: +The following error messages may appear: ```console System error 1272 has occurred. @@ -49,11 +49,16 @@ System error 1272 has occurred. You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network. ``` +```console +System error 3227320323 has occurred. +``` + > [!primary] > -> To correct this error, you need to modify the Windows registry. To do this, open the Registry Editor (regedit), then navigate to the key `HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters`.
-> Then set the value of the parameter `AllowInsecureGuestAuth` to "1".
-> Find more information on this topic on the [Microsoft support pages](https://learn.microsoft.com/en-us/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3). +> To correct these errors, refer to the official Microsoft documentation :
+> [How to enable insecure guest logons in SMB2 and SMB3](https://learn.microsoft.com/en-gb/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3?tabs=powershell).
+> [Control SMB signing behavior](https://learn.microsoft.com/en-gb/windows-server/storage/file-server/smb-signing?tabs=powershell). + ### Settings for Linux diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-es.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-es.md index 4304703e6c9..c7e3127aa84 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-es.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-es.md @@ -1,7 +1,7 @@ --- title: Montar un NAS-HA a través de un recurso compartido CIFS excerpt: Configurar y montar un NAS-HA mediante el protocolo CIFS -updated: 2025-10-09 +updated: 2025-10-22 --- ## Objetivo @@ -15,12 +15,11 @@ updated: 2025-10-09 ## Procedimiento -### Configuración para Windows +### Configuración para Microsoft Windows -- **Windows Server 2008** : haga clic en el menú `Start`{.action} > `All the programs`{.action} > `Accesories`{.action} > `Command prompt`{.action}. -- **Windows Server 2012** : haga clic en el icono `Windows PowerShell`{.action} en la barra de tareas. -- **Windows Server 2016** : haga clic en el menú `Start`{.action} y seleccione el icono de `Windows PowerShell`{.action}. -- **Windows Server 2019** : haga clic en el menú `Start`{.action} y seleccione el icono de `Windows PowerShell`{.action}. +- **Windows Server 2008**: haga clic en el menú `Start`{.action} > `All the programs`{.action} > `Accesories`{.action} > `Command prompt`{.action}. +- **Windows Server 2012**: haga clic en el icono `Windows PowerShell`{.action} en la barra de tareas. +- **Windows Server 2016/2019/2022/2025**: haga clic en el menú `Start`{.action} y seleccione el icono de `Windows PowerShell`{.action}. Ejecute el siguiente comando: @@ -41,7 +40,8 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 > El usuario SMB/CIFS es `nobody`, cualquier cambio de permisos efectuado por este usuario puede generar conflictos con los permisos NFS existentes. > -Puede aparecer el siguiente mensaje de error: +Pueden aparecer los siguientes mensajes de error: + ```console System error 1272 has occurred. @@ -49,11 +49,15 @@ System error 1272 has occurred. You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network. ``` +```console +System error 3227320323 has occurred. +``` + > [!primary] > -> Para corregir este error, es necesario modificar el registro de Windows. Para ello, abra el editor del registro (regedit) y acceda a la clave `HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters`.
-> Asigne el valor "1" al parámetro `AllowInsecureGuestAuth`.
-> Encuentre más información sobre este tema en las [páginas de asistencia de Microsoft](https://learn.microsoft.com/es-es/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3). +> Para corregir estos errores, consulte la documentación oficial de Microsoft:
+> [Cómo habilitar inicios de sesión de invitado no seguros en SMB2 y SMB3](https://learn.microsoft.com/es-es/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3?tabs=powershell).
+> [Control del comportamiento de la firma SMB](https://learn.microsoft.com/es-es/windows-server/storage/file-server/smb-signing?tabs=powershell). ### Configuración para Linux diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-us.md index 2a1c9d99141..b634198cbae 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-us.md @@ -1,7 +1,7 @@ --- title: Montar un NAS-HA a través de un recurso compartido CIFS excerpt: Configurar y montar un NAS-HA mediante el protocolo CIFS -updated: 2025-10-09 +updated: 2025-10-22 --- ## Objetivo @@ -15,12 +15,11 @@ updated: 2025-10-09 ## Procedimiento -### Configuración para Windows +### Configuración para Micorsoft Windows -- **Windows Server 2008** : haga clic en el menú `Start`{.action} > `All the programs`{.action} > `Accesories`{.action} > `Command prompt`{.action}. -- **Windows Server 2012** : haga clic en el icono `Windows PowerShell`{.action} en la barra de tareas. -- **Windows Server 2016** : haga clic en el menú `Start`{.action} y seleccione el icono de `Windows PowerShell`{.action}. -- **Windows Server 2019** : haga clic en el menú `Start`{.action} y seleccione el icono de `Windows PowerShell`{.action}. +- **Windows Server 2008**: haga clic en el menú `Start`{.action} > `All the programs`{.action} > `Accesories`{.action} > `Command prompt`{.action}. +- **Windows Server 2012**: haga clic en el icono `Windows PowerShell`{.action} en la barra de tareas. +- **Windows Server 2016/2019/2022/2025**: haga clic en el menú `Start`{.action} y seleccione el icono de `Windows PowerShell`{.action}. Ejecute el siguiente comando: @@ -41,7 +40,8 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 > El usuario SMB/CIFS es `nobody`, cualquier cambio de permisos efectuado por este usuario puede generar conflictos con los permisos NFS existentes. > -Puede aparecer el siguiente mensaje de error: +Pueden aparecer los siguientes mensajes de error: + ```console System error 1272 has occurred. @@ -49,11 +49,15 @@ System error 1272 has occurred. You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network. ``` +```console +System error 3227320323 has occurred. +``` + > [!primary] > -> Para corregir este error, es necesario modificar el registro de Windows. Para ello, abra el editor del registro (regedit) y acceda a la clave `HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters`.
-> Asigne el valor "1" al parámetro `AllowInsecureGuestAuth`.
-> Encuentre más información sobre este tema en las [páginas de asistencia de Microsoft](https://learn.microsoft.com/es-mx/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3). +> Para corregir estos errores, consulte la documentación oficial de Microsoft:
+> [Cómo habilitar inicios de sesión de invitado no seguros en SMB2 y SMB3](https://learn.microsoft.com/es-es/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3?tabs=powershell).
+> [Control del comportamiento de la firma SMB](https://learn.microsoft.com/es-es/windows-server/storage/file-server/smb-signing?tabs=powershell). ### Configuración para Linux diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-ca.md index 01ab134f4d1..4bec75d9997 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: Monter un NAS-HA via un partage CIFS excerpt: Configurer et monter un NAS-HA via le protocole CIFS -updated: 2025-10-09 +updated: 2025-10-22 --- ## Objectif @@ -15,12 +15,12 @@ updated: 2025-10-09 ## En pratique -### Configuration pour Windows +### Configuration pour Microsoft Windows - **Windows Server 2008** : cliquez sur le menu `Démarrer`{.action} > `Tous les programmes`{.action} > `Accessoires`{.action} > `Invite de commandes`{.action}. - **Windows Server 2012** : cliquez sur l'icône `Windows PowerShell`{.action} dans la barre de tâches. -- **Windows Server 2016** : cliquez sur le menu `Démarrer`{.action}, puis sur l'icône du `Windows PowerShell`{.action}. -- **Windows Server 2019** : cliquez sur le menu `Démarrer`{.action}, puis sur l'icône du `Windows PowerShell`{.action}. +- **Windows Server 2016/2019/2022/2025** : cliquez sur le menu `Démarrer`{.action}, puis sur l'icône du `Windows PowerShell`{.action}. + Exécutez ensuite la commande suivante : @@ -39,9 +39,9 @@ net use z: \\10.16.101.8\zpool-000206_NOM_PARTITION_1 > [!alert] > > L'utilisateur SMB/CIFS est `nobody`, toute modification de droits effectuée par cet utilisateur peut générer des conflits avec des droits NFS existants. -> +> -Le message d'erreur suivant peut s'afficher : +Les messages d'erreur suivants peuvent s'afficher : ```console System error 1272 has occurred. @@ -49,11 +49,16 @@ System error 1272 has occurred. You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network. ``` +```console +System error 3227320323 has occurred. +``` + > [!primary] > -> Pour corriger cette erreur, il convient de modifier le registre Windows. Pour cela, ouvrez l’éditeur de registre (regedit), puis accédez à la clé `HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters`.
-> Attribuez ensuite la valeur « 1 » au paramètre `AllowInsecureGuestAuth`.
-> Retrouvez plus d'informations sur ce sujet sur les [pages d'assistance de Microsoft](https://learn.microsoft.com/fr-ca/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3). +> Pour corriger ces erreurs, reportez-vous à la documentation officielle Microsoft :
+> [Comment activer les ouvertures de session invité non sécurisées dans SMB2 et SMB3](https://learn.microsoft.com/fr-fr/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3?tabs=powershell).
+> [Contrôler le comportement de la signature SMB](https://learn.microsoft.com/fr-fr/windows-server/storage/file-server/smb-signing?tabs=powershell). + ### Configuration pour Linux diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-fr.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-fr.md index 1847c35f16f..ad7cda05e92 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-fr.md @@ -52,6 +52,7 @@ You can't access this shared folder because your organization's security policie ```console System error 3227320323 has occurred. ``` + > [!primary] > > Pour corriger ces erreurs, reportez-vous à la documentation officielle Microsoft :
diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.it-it.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.it-it.md index 283be9fe8c5..edb6ab78350 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.it-it.md @@ -1,7 +1,7 @@ --- title: Montare un NAS-HA tramite condivisione CIFS excerpt: Configurare e montare un NAS-HA tramite il protocollo CIFS -updated: 2025-10-09 +updated: 2025-10-22 --- ## Obiettivo @@ -15,12 +15,11 @@ updated: 2025-10-09 ## Procedura -### Configurazione per Windows +### Configurazione per Microsoft Windows -- **Windows Server 2008** : clicca sul menu `Start`{.action} > `All the programs`{.action} > `Accessories`{.action} > `Command prompt`{.action}. -- **Windows Server 2012** : clicca sull'icona `Windows PowerShell`{.action} nella barra dei task. -- **Windows Server 2016** : clicca sul menu `Start`{.action} e poi sull'icona del `Windows PowerShell`{.action}. -- **Windows Server 2019** : clicca sul menu `Start`{.action} e poi sull'icona del `Windows PowerShell`{.action}. +- **Windows Server 2008**: clicca sul menu `Start`{.action} > `All the programs`{.action} > `Accessories`{.action} > `Command prompt`{.action}. +- **Windows Server 2012**: clicca sull'icona `Windows PowerShell`{.action} nella barra dei task. +- **Windows Server 2016/2019/2022/2025**: clicca sul menu `Start`{.action} e poi sull'icona del `Windows PowerShell`{.action}. Esegui questo comando: @@ -41,7 +40,7 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 > L'utente SMB/CIFS è `nobody`, qualsiasi modifica dei diritti effettuata da questo utente può generare conflitti con i diritti NFS esistenti. > -Potrebbe essere visualizzato il seguente messaggio di errore: +Potrebbero essere visualizzati i seguenti messaggi di errore: ```console System error 1272 has occurred. @@ -49,11 +48,15 @@ System error 1272 has occurred. You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network. ``` +```console +System error 3227320323 has occurred. +``` + > [!primary] > -> Per correggere questo errore, è necessario modificare il registro di sistema di Windows. A tal fine, aprire l'editor del registro (regedit), quindi accedere alla chiave `HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters`.
-> Assegnare il valore "1" al parametro `AllowInsecureGuestAuth`.
-> Trova ulteriori informazioni su questo argomento sulle [pagine di supporto Microsoft](https://learn.microsoft.com/it-it/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3). +> Per correggere questi errori, consultare la documentazione ufficiale Microsoft:
+> [Come abilitare gli accessi guest non protetti in SMB2 e SMB3](https://learn.microsoft.com/it-it/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3?tabs=powershell).
+> [Controllare il comportamento di firma SMB](https://learn.microsoft.com/it-it/windows-server/storage/file-server/smb-signing?tabs=powershell). ### Configurazione per Linux diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pl-pl.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pl-pl.md index 8b12a5bb90b..23bc4e6c261 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pl-pl.md @@ -15,12 +15,11 @@ updated: 2025-10-09 ## W praktyce -### Ustawienia dla systemu Windows +### Ustawienia dla systemu Microsoft Windows - **Windows Server 2008**: Kliknij menu `Start`{.action} > `All the programs`{.action} > `Accessories`{.action} > `Command prompt`{.action}. - **Windows Server 2012**: Kliknij ikonę `Windows PowerShell`{.action} u dołu ekranu na pasku zadań. -- **Windows Server 2016**: Kliknij menu `Start`{.action}, a następnie na ikonę `Windows PowerShell`{.action}. -- **Windows Server 2019**: Kliknij menu `Start`{.action}, a następnie na ikonę `Windows PowerShell`{.action}. +- **Windows Server 2016/2019/2022/2025**: Kliknij menu `Start`{.action}, a następnie na ikonę `Windows PowerShell`{.action}. Teraz wprowadź następującą komendę: @@ -41,7 +40,7 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 > Użytkownikiem SMB/CIFS jest `nobody`. Zmiana uprawnień tego użytkownika może spowodować konflikty z istniejącymi uprawnieniami systemu plików NFS > -Może pojawić się następujący komunikat o błędzie: +Mogą pojawić się następujące komunikaty o błędach: ```console System error 1272 has occurred. @@ -49,11 +48,15 @@ System error 1272 has occurred. You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network. ``` +```console +System error 3227320323 has occurred. +``` + > [!primary] > -> Aby skorygować ten błąd, należy zmodyfikować rejestr systemu Windows. W tym celu należy otworzyć Edytor rejestru (regedit), a następnie przejść do klucza `HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters`.
-> Ustaw wartość parametru `AllowInsecureGuestAuth` na "1".
-> Znajdź więcej informacji na ten temat na [stronach pomocy Microsoft](https://learn.microsoft.com/pl-pl/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3). +> Aby skorygować te błędy, zapoznaj się z oficjalną dokumentacją firmy Microsoft:
+> [Jak włączyć niezabezpieczone logowania gościa w protokołach SMB2 i SMB3](https://learn.microsoft.com/pl-pl/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3?tabs=powershell).
+> [Kontrolowanie zachowania podpisywania protokołu SMB](https://learn.microsoft.com/pl-pl/windows-server/storage/file-server/smb-signing?tabs=powershell). ### Ustawienia dla systemu Linux diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pt-pt.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pt-pt.md index 5c5da19cf19..6c3f6c64434 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: Configure o seu NAS-HA no Windows Server através do CIFS excerpt: Configurar e montar um NAS-HA através do protocolo CIFS -updated: 2025-10-09 +updated: 2025-10-22 --- ## Objetivo @@ -15,12 +15,11 @@ updated: 2025-10-09 ## Instruções -### Configuração para Windows +### Configuração para Microsoft Windows -- **Windows Server 2008** : clique no menu `Start`{.action} > `All the programs`{.action} > `Accessories`{.action} > `Command prompt`{.action}. -- **Windows Server 2012** : clique no ícone `Windows PowerShell`{.action} na barra de tarefas. -- **Windows Server 2016** : clique no menu `Start`{.action} e, a seguir, no ícone do `Windows PowerShell`{.action}. -- **Windows Server 2019** : clique no menu `Start`{.action} e, a seguir, no ícone do `Windows PowerShell`{.action}. +- **Windows Server 2008**: clique no menu `Start`{.action} > `All the programs`{.action} > `Accessories`{.action} > `Command prompt`{.action}. +- **Windows Server 2012**: clique no ícone `Windows PowerShell`{.action} na barra de tarefas. +- **Windows Server 2016/2019/2022/2025**: clique no menu `Start`{.action} e, a seguir, no ícone do `Windows PowerShell`{.action}. De seguida, execute o seguinte comando: @@ -41,7 +40,7 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 > O utilizador SMB/CIFS é `nobody`, qualquer modificação de direitos efetuada por este utilizador pode gerar conflitos com direitos NFS existentes. > -A seguinte mensagem de erro pode aparecer: +As seguintes mensagens de erro podem ser exibidas: ```console System error 1272 has occurred. @@ -49,11 +48,16 @@ System error 1272 has occurred. You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network. ``` +```console +System error 3227320323 has occurred. +``` + > [!primary] > -> Para corrigir este erro, é necessário alterar o registo do Windows. Para tal, abra o editor do registo (regedit) e aceda à chave `HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters`.
-> Atribua o valor "1" ao parâmetro `AllowInsecureGuestAuth`.
-> Encontre mais informações sobre este tópico nas [páginas de suporte da Microsoft](https://learn.microsoft.com/pt-pt/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3). +> Para corrigir esses erros, consulte a documentação oficial da Microsoft:
+> [Como ativar logons convidados inseguros no SMB2 e SMB3](https://learn.microsoft.com/pt-pt/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3?tabs=powershell).
+> [Controlar o comportamento de assinatura do SMB](https://learn.microsoft.com/pt-pt/windows-server/storage/file-server/smb-signing?tabs=powershell). + ### Configuração para Linux From f5360945f0e8ac94db1f173febdab7285ebb66f3 Mon Sep 17 00:00:00 2001 From: Montrealhub <89825661+Jessica41@users.noreply.github.com> Date: Wed, 22 Oct 2025 23:01:12 -0400 Subject: [PATCH 08/10] fix --- .../file_storage/ha_nas/nas_cifs/guide.de-de.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.de-de.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.de-de.md index e3e7a4ebacd..79cc393c23f 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.de-de.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.de-de.md @@ -15,7 +15,7 @@ updated: 2025-10-22 ## In der praktischen Anwendung -### Einstellungen Microsoft Windows +### Einstellungen für Microsoft Windows - **Windows Server 2008**: Klicken Sie auf `Start`{.action}, `All the programs`{.action}, `Accessories`{.action}, `Command prompt`{.action}. - **Windows Server 2012**: Klicken Sie auf das `Windows PowerShell`{.action} Icon am unteren Bildschirmrand in der Taskleiste. @@ -56,8 +56,8 @@ System error 3227320323 has occurred. > [!primary] > > Informationen zum Beheben dieser Fehler finden Sie in der offiziellen Microsoft-Dokumentation:
->[Aktivieren von unsicheren Gastanmeldungen in SMB2 und SMB3](https://learn.microsoft.com/de-de/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3?tabs=powershell) -> [Steuerung des SMB-Signierverhaltens](https://learn.microsoft.com/de-de/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3). +> [Aktivieren von unsicheren Gastanmeldungen in SMB2 und SMB3](https://learn.microsoft.com/de-de/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3?tabs=powershell) +> [Steuerung des SMB-Signierverhaltens](https://learn.microsoft.com/de-de/windows-server/storage/file-server/smb-signing?tabs=powershell). ### Einstellungen für Linux From b2be3db6057df431e260550c264f17509066ef74 Mon Sep 17 00:00:00 2001 From: Montrealhub <89825661+Jessica41@users.noreply.github.com> Date: Wed, 22 Oct 2025 23:01:21 -0400 Subject: [PATCH 09/10] fix --- .../file_storage/ha_nas/nas_cifs/guide.fr-ca.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-ca.md index 4bec75d9997..734325e14a3 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-ca.md @@ -39,7 +39,7 @@ net use z: \\10.16.101.8\zpool-000206_NOM_PARTITION_1 > [!alert] > > L'utilisateur SMB/CIFS est `nobody`, toute modification de droits effectuée par cet utilisateur peut générer des conflits avec des droits NFS existants. -> +> Les messages d'erreur suivants peuvent s'afficher : @@ -88,4 +88,4 @@ mount -t cifs -o uid=root,gid=100,dir_mode=0700,username=root,password= //IP_SER Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. -Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file +Échangez avec notre [communauté d'utilisateurs](/links/community). From bf987b4fc23e6da057db8b9ffecd3b4cc1b71d38 Mon Sep 17 00:00:00 2001 From: benchbzh Date: Thu, 23 Oct 2025 15:17:06 +0200 Subject: [PATCH 10/10] minor update & date update --- .../netapp_network_config/guide.de-de.md | 2 +- .../netapp_network_config/guide.en-asia.md | 2 +- .../netapp_network_config/guide.en-au.md | 2 +- .../netapp_network_config/guide.en-ca.md | 2 +- .../netapp_network_config/guide.en-gb.md | 2 +- .../netapp_network_config/guide.en-ie.md | 2 +- .../netapp_network_config/guide.en-sg.md | 2 +- .../netapp_network_config/guide.en-us.md | 2 +- .../netapp_network_config/guide.es-es.md | 2 +- .../netapp_network_config/guide.es-us.md | 2 +- .../netapp_network_config/guide.fr-ca.md | 2 +- .../netapp_network_config/guide.fr-fr.md | 2 +- .../netapp_network_config/guide.it-it.md | 2 +- .../netapp_network_config/guide.pl-pl.md | 2 +- .../netapp_network_config/guide.pt-pt.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.de-de.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.en-asia.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.en-au.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.en-ca.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.en-gb.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.en-ie.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.en-sg.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.en-us.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.es-es.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.es-us.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.fr-ca.md | 4 ++-- .../file_storage/ha_nas/nas_cifs/guide.fr-fr.md | 4 ++-- .../file_storage/ha_nas/nas_cifs/guide.it-it.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.pl-pl.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.pt-pt.md | 2 +- 30 files changed, 32 insertions(+), 32 deletions(-) diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.de-de.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.de-de.md index c7bd40396b6..6ae5925c3ce 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.de-de.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.de-de.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objective diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-asia.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-asia.md index c7bd40396b6..6ae5925c3ce 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-asia.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objective diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-au.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-au.md index c7bd40396b6..6ae5925c3ce 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-au.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-au.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objective diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-ca.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-ca.md index c7bd40396b6..6ae5925c3ce 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-ca.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objective diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-gb.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-gb.md index f0ea01875f7..4d2cc44f31e 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-gb.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objective diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-ie.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-ie.md index c7bd40396b6..6ae5925c3ce 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-ie.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objective diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-sg.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-sg.md index c7bd40396b6..6ae5925c3ce 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-sg.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objective diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-us.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-us.md index c7bd40396b6..6ae5925c3ce 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-us.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.en-us.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objective diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.es-es.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.es-es.md index c7bd40396b6..6ae5925c3ce 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.es-es.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.es-es.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objective diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.es-us.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.es-us.md index c7bd40396b6..6ae5925c3ce 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.es-us.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objective diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.fr-ca.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.fr-ca.md index f6bdc46a2cb..0b06f97ee75 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Configuration du réseau privé" excerpt: Découvrez configurer un réseau privé pour votre service Enterprise File Storage depuis votre espace client OVHcloud -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objectif diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.fr-fr.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.fr-fr.md index 1984677756d..0d237394708 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Configuration du réseau privé" excerpt: Découvrez configurer un réseau privé pour votre service Enterprise File Storage depuis votre espace client OVHcloud -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objectif diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.it-it.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.it-it.md index c7bd40396b6..6ae5925c3ce 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.it-it.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objective diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.pl-pl.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.pl-pl.md index c7bd40396b6..6ae5925c3ce 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objective diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.pt-pt.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.pt-pt.md index c7bd40396b6..6ae5925c3ce 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_network_config/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: "Enterprise File Storage - Private network configuration" excerpt: "Find out how to set up a private network for your Enterprise File Storage service from your OVHcloud Control Panel" -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objective diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.de-de.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.de-de.md index 79cc393c23f..623735cfa35 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.de-de.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.de-de.md @@ -1,7 +1,7 @@ --- title: Mounten Sie Ihr HA-NAS über eine CIFS-Freigabe excerpt: In dieser Anleitung erfahren Sie, wie Sie Ihr HA-NAS über das CIFS-Protokoll mounten können. -updated: 2025-10-22 +updated: 2025-10-23 --- ## Ziel diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-asia.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-asia.md index cebabb1767d..19f5aa37b04 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-asia.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: Mount your HA-NAS via a CIFS share excerpt: This guide shows you how to mount your HA-NAS using CIFS protocol -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objective diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-au.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-au.md index cebabb1767d..19f5aa37b04 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-au.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-au.md @@ -1,7 +1,7 @@ --- title: Mount your HA-NAS via a CIFS share excerpt: This guide shows you how to mount your HA-NAS using CIFS protocol -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objective diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ca.md index cebabb1767d..19f5aa37b04 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: Mount your HA-NAS via a CIFS share excerpt: This guide shows you how to mount your HA-NAS using CIFS protocol -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objective diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-gb.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-gb.md index cebabb1767d..19f5aa37b04 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-gb.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: Mount your HA-NAS via a CIFS share excerpt: This guide shows you how to mount your HA-NAS using CIFS protocol -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objective diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ie.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ie.md index cebabb1767d..19f5aa37b04 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ie.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: Mount your HA-NAS via a CIFS share excerpt: This guide shows you how to mount your HA-NAS using CIFS protocol -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objective diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-sg.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-sg.md index cebabb1767d..19f5aa37b04 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-sg.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: Mount your HA-NAS via a CIFS share excerpt: This guide shows you how to mount your HA-NAS using CIFS protocol -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objective diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-us.md index cebabb1767d..19f5aa37b04 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-us.md @@ -1,7 +1,7 @@ --- title: Mount your HA-NAS via a CIFS share excerpt: This guide shows you how to mount your HA-NAS using CIFS protocol -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objective diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-es.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-es.md index c7e3127aa84..861c61c2188 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-es.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-es.md @@ -1,7 +1,7 @@ --- title: Montar un NAS-HA a través de un recurso compartido CIFS excerpt: Configurar y montar un NAS-HA mediante el protocolo CIFS -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objetivo diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-us.md index b634198cbae..67c047c5699 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-us.md @@ -1,7 +1,7 @@ --- title: Montar un NAS-HA a través de un recurso compartido CIFS excerpt: Configurar y montar un NAS-HA mediante el protocolo CIFS -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objetivo diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-ca.md index 734325e14a3..27b92900548 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: Monter un NAS-HA via un partage CIFS excerpt: Configurer et monter un NAS-HA via le protocole CIFS -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objectif @@ -55,7 +55,7 @@ System error 3227320323 has occurred. > [!primary] > -> Pour corriger ces erreurs, reportez-vous à la documentation officielle Microsoft :
+> Pour corriger ces erreurs, reportez-vous à la documentation officielle de Microsoft :
> [Comment activer les ouvertures de session invité non sécurisées dans SMB2 et SMB3](https://learn.microsoft.com/fr-fr/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3?tabs=powershell).
> [Contrôler le comportement de la signature SMB](https://learn.microsoft.com/fr-fr/windows-server/storage/file-server/smb-signing?tabs=powershell). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-fr.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-fr.md index ad7cda05e92..2521311b9a3 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: Monter un NAS-HA via un partage CIFS excerpt: Configurer et monter un NAS-HA via le protocole CIFS -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objectif @@ -55,7 +55,7 @@ System error 3227320323 has occurred. > [!primary] > -> Pour corriger ces erreurs, reportez-vous à la documentation officielle Microsoft :
+> Pour corriger ces erreurs, reportez-vous à la documentation officielle de Microsoft :
> [Comment activer les ouvertures de session invité non sécurisées dans SMB2 et SMB3](https://learn.microsoft.com/fr-fr/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3?tabs=powershell).
> [Contrôler le comportement de la signature SMB](https://learn.microsoft.com/fr-fr/windows-server/storage/file-server/smb-signing?tabs=powershell). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.it-it.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.it-it.md index edb6ab78350..ad1c1a23783 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.it-it.md @@ -1,7 +1,7 @@ --- title: Montare un NAS-HA tramite condivisione CIFS excerpt: Configurare e montare un NAS-HA tramite il protocollo CIFS -updated: 2025-10-22 +updated: 2025-10-23 --- ## Obiettivo diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pl-pl.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pl-pl.md index 23bc4e6c261..5529822d230 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: Podłącz HA-NAS za pomocą udziału CIFS excerpt: W tym przewodniku opisano sposób montowania HA-NAS przy użyciu protokołu CIFS. -updated: 2025-10-09 +updated: 2025-10-23 --- ## Wprowadzenie diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pt-pt.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pt-pt.md index 6c3f6c64434..bd8012094da 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: Configure o seu NAS-HA no Windows Server através do CIFS excerpt: Configurar e montar um NAS-HA através do protocolo CIFS -updated: 2025-10-22 +updated: 2025-10-23 --- ## Objetivo