I’m running Sonos S1 speakers from my MacBook Pro with Qfinder Pro Nas which needs SMB1. QNAP upgraded so that SMB1 is not default. Anyone know how I can change to SMB1?

Any advice gladly received.
Regards
Ian j
I’m running Sonos S1 speakers from my MacBook Pro with Qfinder Pro Nas which needs SMB1. QNAP upgraded so that SMB1 is not default. Anyone know how I can change to SMB1?

Any advice gladly received.
Regards
Ian j
Best answer by Corry P
Hi
Secure shell is fairly easy to work with, even though it does not look user friendly at all. You just need to launch the Terminal tool in macOS, then type “ssh admin@” (without quotes) followed without spaces by the IP address of the device you want to connect to (you can find the IP address of your QNAP by looking in your router’s settings page for connected client devices, or, presumably, by looking at your QNAP configuration page).
Once connected, just copy and paste the commands that QNAP gave you into the window, and type “exit” when done to disconnect.
I just now found the step-by-step instructions on the web, but they are split between multiple pages and not the clearest I’ve ever seen. I’ll compile them into one set of steps for you below:
Open Finder.
In the menu bar, click Go and select Utility
Open the Terminal app.
In Terminal, use the command ssh admin@YOUR_NAS_IP_ADDRESS (for example: admin@10.32.72.68) Note: If this is the first time you’ve accessed your NAS with SSH you will receive an authenticity warning. Enter yes.
Enter the admin password. Note: Your input will not be displayed on the screen.
Copy each of the 3 lines below and paste into the window one at a time, pressing Enter/Return on the keyboard after each line:
setcfg -e Samba 'Min Protocol'
setcfg -e global 'min protocol' -f
/etc/config/smb.conf /etc/init.d/smb.sh restart
Type “exit” followed by Enter/Return to exit SSH, and repeat to exit Terminal.
I hope this helps.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.