Posted On March 31, 2019

SMB 1 vs SMB2 Compatibility Issues

kimconnect 0 comments
blog.KimConnect.com >> Windows >> SMB 1 vs SMB2 Compatibility Issues
Cause: “SMB 1.0 is deprecated. Once this is removed, systems running Windows XP or Windows Server 2003 (or older) operating systems will not be able to access file shares. SMB 1.0 has been replaced by SMB 2.0 and newer versions.” (Source: https://learn.microsoft.com/en-us/
 
Solution:
 
Step 1
———————————–
2012 Server: enable SMB1 compatibilty
Regedit: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\DependOnService => Change value: SamSS Srv2 => To: SamSS Srv
Restart server
 
2008 Server: enable SMB1
Regedit: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
Create REG_DWORD named “Smb1” with value of 1
———————————–
 
Step 2
———————————–
MMC >> Local Computer Policy\Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options >> Network Security: LAN Manager authentication level >> Local Security Settings tab, set drop down menu option to “Send LM & NTLM – use NTLMv2 session security if negociated” >> OK >> Reboot server
———————————–
 
Step 3: Set domain policy to force Windows XP machines to authenticate in NTLMv2
———————————–
For security reasons, we should set domain polity to force XP/2003 machines to authenticate using LTLMv2. This would involve creating a container with all XP/2003 machines and attach a Domain Security Policy to that container.
Right click OU and attach policy >> Local Computer Policy\Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options >> Network Security: LAN Manager authentication level >> Local Security Settings tab, set drop down menu option to “Send NTLMv2 only\refuse LM NTLM” >> OK
———————————–

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Symantec Antivirus 11 Installation Notes

- Endpoint protection manager is dependent on IIS, make sure that the "Default Website" "Directory…

Transfer Domain Controller Roles (Legacy Commands)

# Simple commands: netdom query fsmo ntdsutil roles connections connect to server SRVI-DC01 q transfer…

Some WSUS Troubleshooting Notes

Some errors and interpretations: 0x8024401c: networking generic error 0x80244022: downloading generic error     Check…