Hi,

Maybe it's a good idea to get an approx. system performance first for involved 
hosts.
[code]

openvpn --genkey --secret /tmp/secret
time openvpn --test-crypto --secret /tmp/secret --verb 0 --tun-mtu 20000 
--cipher aes-256-gcm

[/code]

3200 / execution_time_seconds ~ max. theoretical speed in Mbps.
Change --cipher aes-256-gcm to cipher used.
Ex. Laptop I currently use:
real    0m8.025s
user    0m8.089s
sys    0m0.004s

3200 / 8.096 ~ 398 Mbps

Not an exact but ballpark figure ;)

Sent with [ProtonMail](https://protonmail.com) Secure Email.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Monday 17 December 2018 11:25, Tamir Khason <tam...@gmail.com> wrote:

> Hi,
> Setup is following:
> 1) VPS running OpenVPN server (default config)
> Network performance from this server is 700-800 mbps to the "Known Host"
> 2) Client running OpenVPN client (default config)
> Network performance from this client to server 1 is 80-90 mbps
> 3) Client performance to the "Known Host" without VPN is 70-80 mbps
>      When client is connecting to the "Known Host" via VPN it's getting 8-10 
> mbps
>
> Tried following:
> Played with snd/rcv buffers, removed encryption, played with mtu - nothing, 
> even if there is a speed increase, it's around 1mbps.
> Tries another client (powerful pc) - same
> Tried another server (not my config) - getting decent speed (cannot validate 
> it to exactly the same server, but the speed is decent).
>
> This brings me to the conclusion that the issue is somewhere in the OpenVPN 
> server.
>
> I would expect at least 50-60 from this client to the "Known Host" . But this 
> not happens.
> Please, assist... I'm out of ideas
>
> Thank you
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to