JRA Posted May 24, 2017 Posted May 24, 2017 Hello Linux gurus. Today's question is, in light of the recent 'orrible malware attacks, I've got a server of a certain age that's not serving anything to Windows clients with SMBv1 disabled. I'd like to add the following to my Samba server's smb.conf file, in [global] section: min protocol = SMB2 But I'm not sure if the version of Samba installed on this Linux server actually supports SMBv2. Is there any way to check? Thanks for any and all help.
pete Posted May 24, 2017 Posted May 24, 2017 The output of "smbclient --version" will tell you the samba version. If you're running 3.6 or better, you should be fine (though 4.0 or greater is better). https://wiki.samba.org/index.php/Samba3/SMB2 If you post the linux distribution and version info, we may be able to help more. 1
mjk Posted May 24, 2017 Posted May 24, 2017 Samba 3.6 introduced smb2 https://www.samba.org/samba/history/samba-3.6.0.html run "smbstatus" to work out your current version 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now