Old NAS - SMB3 Multi-Channel

Currently reading
Old NAS - SMB3 Multi-Channel

13
0
NAS
DS1821+, DS1511+,DS410J
Router
  1. RT2600ac
  2. MR2200ac
Operating system
  1. macOS
Mobile operating system
  1. iOS
Have an old DS1511+ that I use for backups which is working fine still but always seeking more speed.

Is there any way to get SMB3 Multichannel working on it or some other things you can do to take advantage of the multiple network connections?

Laurie
 
You can but try to set it by editing smb.conf using vi or any other suitable editor:

Code:
root@Dragon:~# vi /etc/samba/smb.conf

root@Dragon:~# 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]
    server multi channel support = yes
    aio read size = 0
    aio write size = 0
    printcap name=cups
    winbind enum groups=yes
    include=/var/tmp/nginx/smb.netbios.aliases.conf
    encrypt passwords=yes
    min protocol=SMB2_10
    security=user
    local master=no
    realm=*
    syno sync dctime=no
    passdb backend=smbpasswd
    printing=cups
    max protocol=SMB3
    winbind enum users=yes
    load printers=yes
    workgroup=WORKGROUP
root@Dragon:~#

# Then restart SMB via SSH or restart the NAS itself.

I have older NASes working with SMB 3, but nothing as old as a 2011.

☕
 
Sorry, Not thinking and making assumptions. It is on the last version of DSM that was available for the unit. Nothing else updated either

DSM 6.2.4-25556 Update 7
Samba: Version 4.4.16
 
SMB3 MC was introduced in Samba v4.4 as an experimental feature, so you do have that capability.

MC was marked as experimental for ages but many of us ran it 'unsupported' Syno NASes for ages, with no negative consequences.

☕
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

  • Question
LOL!! Glad you found the source of the problem. :LOL:
Replies
8
Views
1,613
I just checked other two NAS’s. they, too have Present IP’s in them that I don’t remember adding.— just...
Replies
6
Views
2,043
  • Question
If security is more important than speed, then use it as a jumpbox device and prevent direct access to...
Replies
12
Views
6,129
You can use any SATA3 drive unless it is on the list of "Incompatible Models". NAS/Enterprise-rated drives...
Replies
1
Views
1,159
Solved it! I found away to install Xpenology on VMM (Virtual Machine Manager) after installing DSM 6.2...
Replies
6
Views
1,244
I have hyperbackup running from source NAS to destination NAS with the below settings Backup type - Rsync...
Replies
0
Views
1,014

Welcome to SynoForum.com!

SynoForum.com is an unofficial Synology forum for NAS owners and enthusiasts.

Registration is free, easy and fast!

Back
Top