Vero 4K+ not working at all

Hi,

I’m seeing a few timeouts, it would be interesting to see the results of iperf3 tests (network speed). Details for installing iperf3 on your synology can be found here:

You can confirm the cpu chipset here:

Once installed, you will need to ssh to your synology nas and issue:

iperf3 -s

on the vero4k from the command line:

sudo apt-get update
sudo apt-get install iperf3
iperf3 -c ip.of.synology
iperf3 -R -c ip.of.synology

Thanks Tom.