# Ускорение работы SMB

```shell
nano /boot/config/smb-extra.conf
```

> server multi channel support = yes  
> server multi channel support = yes  
> interfaces = "10.10.10.10;capability=RSS,speed=1000000000" "10.10.10.11;capability=RSS,speed=1000000000"

10.10.10.10 и 10.10.10.11 - IP адреса сервера

```shell
samba restart
```