Answer the question
In order to leave comments, you need to log in
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
Answer the question
In order to leave comments, you need to log in
And what about the client side? Suddenly there the processor is loaded to capacity.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question