Skip to main content

Posts

Showing posts from June, 2017

Running iPerf in Docker on Synology NAS >6.1

I have a DS713+ that supports Docker and needed a way to install an iPerf3 server for WLAN testing. Fortunately, that is pretty easy. Activate SSH on your Synology so you can remote in. Using PuTTY, login as an admin user and type the following: sudo docker pull networkstatic/iperf3 (then type your admin password again)