Hello my company recently switched from SMBv1 to SMBv2 on our Windows Servers as a result our CIFS mounts stopped working. I have searched the internet for a solution but I haven't found one that works....
I have tried adding the following values to the global section of the /etc/samba/smb.conf
file:
server max protocol = SMB2
<-- It didn't work
max protocol = SMB2
<-- It didn't work
min protocol = SMB2
<-- It didn't work
protocol = SMB2
<-- It didn't work
All of the above option after attempting to restart the samba service returned the following error:
Failed to restart smb.service: Unit not found.
On the CIFS command I tried to specify vers=2.0 and that doesn't work either....
Any ideas?