A
A
Alexander Bukhalo2014-12-05 16:22:54
openvpn
Alexander Bukhalo, 2014-12-05 16:22:54

How to increase data transfer speed through OpenVPN?

Basically the question is in the title. The speed drops by about half.
By the way, when I installed OpenVPN Access server on the same machine, there was no speed loss.
server.conf

port 1194
proto tcp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh2048.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "redirect-gateway def1 bypass-dhcp"
push "dhcp-option DNS 8.8.8.8"
keepalive 10 120
user nobody
group nobody
persist-key
persist-tun
status openvpn-status.log
verb 3

The machine is powerful, VPN should be easy to pull. Tell me where to dig? Tried to play with mtu, tun/tap, udp/tcp, lzo - doesn't help much.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
ValdikSS, 2014-12-28
@donbot

habrahabr.ru/post/246953

A
Armenian Radio, 2014-12-05
@gbg

And what about the client side? Suddenly there the processor is loaded to capacity.

I
Ivan, 2014-12-05
@t3mp

replace "proto tcp" with "proto udp". Not good is TCP over TCP.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question