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

How to Install & Configure Pihole on Ubuntu 20.04

1. Installation- Run these commands: # sudo apt-get install gamin -ysudo curl -sSL https://raw.githubusercontent.com/pi-hole/pi-hole/master/automated%20install/basic-install.sh |…

Create New Custom Attribute to User Class

Log onto Domain Controller Schema Master with an account belong to the group Schema Admin…

Setup Virtual DMZ and Trust Zones with PFSense

I. Setup Route at Core Router1. Configure subnet, ip helper address, and default route---------- Example…