QuickConnect showing enabled (but not actually):
You can still select UPnP via 'Router Configuration' but it fails to find my UPnP router:
The Plex app can still find its way out via UPnP though, so it looks like a DSM-only block:
..and it works as expected at the router end:
So at least Plexians seem to be ok.
For whatever reason, Synology has excluded the lower models from SMB multichannel. So on my Marvell Armada (
RS217) the option to enable it via the GUI SMB 'Advanced' menu is not there.
Synology did actually update the Samaba version to a very recent one though - v4.15.13:
Code:
[email protected]:~$ samba -V
Version 4.15.13
Synology Build 63133, Mar 1 2023 17:50:29
[email protected]:~$ uname -a
Linux D 3.10.108 #64216 SMP Tue Mar 7 17:14:40 CST 2023 armv7l GNU/Linux synology_armada38x_rs217
[email protected]:~$ cat /etc/samba/smb.conf
# Copyright (c) 2000-2019 Synology Inc. All rights reserved.
#
#
# ______ _______
# ( __ \ ( ___ )
# | ( \ ) | ( ) |
# | | ) | | | | |
# | | | | | | | |
# | | ) | | | | |
# | (__/ ) | (___) |
# (______/ (_______)
#
# _ _______ _________
# ( ( /| ( ___ ) \__ __/
# | \ ( | | ( ) | ) (
# | \ | | | | | | | |
# | (\ \) | | | | | | |
# | | \ | | | | | | |
# | ) \ | | (___) | | |
# |/ )_) (_______) )_(
#
# _______ _______ ______ _________ _______
# ( ) ( ___ ) ( __ \ \__ __/ ( ____ \ |\ /|
# | () () | | ( ) | | ( \ ) ) ( | ( \/ ( \ / )
# | || || | | | | | | | ) | | | | (__ \ (_) /
# | |(_)| | | | | | | | | | | | | __) \ /
# | | | | | | | | | | ) | | | | ( ) (
# | ) ( | | (___) | | (__/ ) ___) (___ | ) | |
# |/ \| (_______) (______/ \_______/ |/ \_/
#
#
# IMPORTANT: Synology will not provide technical support for any issues
# caused by unauthorized modification to the configuration.
[global]
printcap name=cups
winbind enum groups=yes
include=/var/tmp/nginx/smb.netbios.aliases.conf
encrypt passwords=yes
server multi channel support=yes
aio read size=0
min protocol=SMB2_10
security=user
local master=no
realm=*
passdb backend=smbpasswd
printing=cups
max protocol=SMB3
winbind enum users=yes
load printers=yes
aio write size=0
workgroup=WORKGROUP
[email protected]:~$
I had the 'experimental' SMB multichannel previously set anyway on this NAS and the update embraced the previous Samba settings and the SMB multichannel feature works perfectly. Nice.
☕️