Hi,
I have a Synology NAS (DSM 7.2.2-72806 Update 2) and sonos S1 can connect without any problems.
First of all you have to enable SMB v1 on Synology, after that you have to enable NTLMv1 (on advanced settings). Let me know if you need help on enabling those settings.
(If you have a S2 system you don’t need underneath additional steps, but with the new courageous updated app the NAS library doesn’t works as expected, sorry for the OT comment)
Connect through SSH to your Synology NAS
type:
cd /etc/samba/
perform a configuration backup, type:
sudo cp smb.conf smb.conf.backup
modify smb.conf file, type:
sudo vi smb.conf
(basic vi commands https://www.thegeekdiary.com/basic-vi-commands-cheat-sheet/ )
go to last row and type:
o
in order to add a line
insert the following text:
unix extensions=no
the file should looks like:
>global]
printcap name=cups
winbind enum groups=yes
include=/var/tmp/nginx/smb.netbios.aliases.conf
min protocol=NT1
access based share enum=yes
security=user
local master=no
realm=*
passdb backend=smbpasswd
printing=cups
max protocol=SMB3
winbind enum users=yes
load printers=yes
workgroup=WORKGROUP
unix extensions=no
Press ESC and type:
wq
Restart SMB service:
- Control panel -> File service
- Disable SMB service
- Press apply
- Enable SMB service
- Press apply