NethServer Version: 7.9
Module: samba
After apply he update 24H2 I can’t access to SMB shared folder anymore
NethServer Version: 7.9
Module: samba
After apply he update 24H2 I can’t access to SMB shared folder anymore
I solved in this way
If you are using Windows 11 Home Edition, you are unable to turn off SMB signing by using the Local Group Policy Editor. In this case, you can make use of Windows PowerShell to disable SMB signing. Here are the major steps.
Step 1. Type PowerShell in the Windows search box on your taskbar.
Step 2. Hit the Run as administrator option under the Windows PowerShell section.
Step 3. In the command line window, type the following command and press Enter to turn off the SMB signing requirement:
Set-SmbClientConfiguration -RequireSecuritySignature $false
Step 4. Type Y to confirm the operation.
Step 5. Input the following command and press Enter to disable guest fallback:
Set-SmbClientConfiguration -EnableInsecureGuestLogons $true
Step 6. Input Y to confirm.