-----Original Message----- From: CentOS [mailto:centos-bounces@centos.org] On Behalf Of John Hodrien Sent: Thursday, September 12, 2019 5:42 AM To: CentOS mailing list centos@centos.org Subject: Re: [CentOS] why windows 10 can't access centos samba
I can access centos's samba via windows 7, but fail via windows 10.
Why?
I'm pretty sure this is because the default Samba config doesn't enable SMB2.
Make sure this is set in your smb.conf and I think you should be good:
[global] max protocol = SMB2
That should probably be SMB3 (from smb.conf man file): ------------------------------------------------ SMB3: The same as SMB2. Used by Windows 8. SMB3 has sub protocols available.
* SMB3_00: Windows 8 SMB3 version. (mostly the same as SMB2_24)
* SMB3_02: Windows 8.1 SMB3 version.
* SMB3_10: early Windows 10 technical preview SMB3 version.
* SMB3_11: Windows 10 technical preview SMB3 version (maybe final).
By default SMB3 selects the SMB3_11 variant. ------------------------------------------------- I don't have Win 10 here to test with.