Unable to file browse Windows SMB share after disable support for SMB v1

After I disable the support for SMB v1 file share on my Windows Server 2008 R2 machine, I am no longer able to browse the Windows share from my Leap 42.1 (kernel 4.1.39-56).
I use the GUI on this LEAP machine to do the network file share browsing.
Is there a way to force the LEAP machine to use the newer SMB protocol?
My Windows Server machine is now only supporting SMB v2 and higher.

Please kindly assist.
Thank you.

What does the following report?

testparm -vs|grep client

You should be able to specify (in smb.conf global section) using…

client min protocol = SMB2
client max protocol = SMB3

Awesome, adding the

client min protocol = SMB2
client max protocol = SMB3

in to the /etc/samba/smb.conf did help to resolve the issue.
I am now able to connect to the Windows Server.

Thank you very much.

Glad to have been of assistance. :slight_smile: