2500/500 server side
1000/200 client side
Server is running on a 1821+ Synology NAS and Client on a Windows workstations.
My transfers speed are limited to around 20MB/s for both upload and download.
20 is the isp limit for the client upload speed so its ok... but why is so for dowloading if ISP allow client to download at 1000 and server to upload at 500 ?
I should see higher speeds when downloading a file from the server
There is a bottleneck somewhere but how can I found it ?

Iperf3 memory speed test:

Server Configuration:

Client Configuration:
Code: Select all
dev tun
tls-client
remote xxx.synology.me 1194
# The "float" tells OpenVPN to accept authenticated packets from any address,
# not only the address which was specified in the --remote option.
# This is useful when you are connecting to a peer which holds a dynamic address
# such as a dial-in user or DHCP client.
# (Please refer to the manual of OpenVPN for more information.)
#float
# If redirect-gateway is enabled, the client will redirect it's
# default network gateway through the VPN.
# It means the VPN connection will firstly connect to the VPN Server
# and then to the internet.
# (Please refer to the manual of OpenVPN for more information.)
#redirect-gateway def1
# dhcp-option DNS: To set primary domain name server address.
# Repeat this option to set secondary DNS server addresses.
#dhcp-option DNS DNS_IP_ADDRESS
pull
# If you want to connect by Server's IPv6 address, you should use
# "proto udp6" in UDP mode or "proto tcp6-client" in TCP mode
proto udp
script-security 2
comp-lzo
reneg-sec 0
cipher AES-256-CBC
auth SHA1
auth-user-pass
<ca>
-----BEGIN CERTIFICATE-----
xxx
-----END CERTIFICATE-----
</ca>
any help appreciated
