NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
oldNASuser
Mar 03, 2026Aspirant
Anyone got SMB multichannel working on OS6?
Hi, I have old Ultra 4 Plus with OS6 6.10.8 connected on both 1Gbit ports to 2.5Gbit network switch (no teaming or bond configuration , just two separate adapters with two IP). PC is using a single ...
- Mar 11, 2026
I made it work in OS6! I can now transfer single file with 1.7Gbit/sec from old NAS using single 2.5Gbit NIC and two NAS 1GBit NIC's. In order for multipath to work, you need two IP's on both sides: NAS and PC. If you have single NIC in PC, you need to give it two IP's. Then you need to go into Windows NIC advanced properties and enable RSS (you will need up-to-date driver for this). Then on NAS side, you need to add configuration to smb.conf:
interfaces = "192.168.0.4;speed=10000000000,capability=RSS" "192.168.0.5;speed=10000000000,capability=RSS"
server multi channel support = yes
And also add static routes to your PC (where two adresses are the two adresses of your PC NIC)
ip route add 192.168.0.222 dev eth0
ip route add 192.168.0.223 dev eth1
Reboot, check status in PowerShell with "Get-SmbMultichannelConnection" and that's it.
oldNASuser
Mar 04, 2026Aspirant
Looking into port statistics on the switch, I can see that NAS is indeed sending packets on both interfaces (port 6 and port 7), albeit unevenly when copying from NAS to PC (port 9). But ack packets are only being received on port 6.
Picture is showing statistics of a large file being copied from NAS on port 6,7 (1Gbe each) to PC on port 9 (2.5Gbe)
| Port | State | Link Status | TxGoodPkt | TxBadPkt | RxGoodPkt | RxBadPkt |
|---|---|---|---|---|---|---|
| Port 1 | Enable | Link Down | 0 | 0 | 0 | 0 |
| Port 2 | Enable | Link Down | 0 | 0 | 0 | 0 |
| Port 3 | Enable | Link Down | 0 | 0 | 0 | 0 |
| Port 4 | Enable | Link Down | 0 | 0 | 0 | 0 |
| Port 5 | Enable | Link Down | 0 | 0 | 0 | 0 |
| Port 6 | Enable | Link Up | 465230 | 0 | 3906426 | 0 |
| Port 7 | Enable | Link Up | 936090 | 0 | 0 | 0 |
| Port 8 | Enable | Link Up | 169 | 0 | 339 | 0 |
| Port 9 | Enable | Link Up | 3910352 | 0 | 1402256 | 0 |
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!