I recently installed OpenVPN on a Windows 2019 server, domain controller and file server.
When I try to copy files from any folder it gets slow, it doesn't give an error, it just gets slow, around 200kb on the local network, normally it goes over 400mb, for the server to return to normal I had to stop the OpenVPN services, I tested again with the company closed, if I try to copy files on the local network with OpenVPN running the copy gets slow.
Any suggestions?
port 1194
proto udp
dev tun
topology subnet
cipher AES-256-GCM
ca ca.crt
cert Server.crt
key Server.key
dh dh.pem
server 10.10.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
keepalive 10 120
push "route 10.10.0.0 255.255.255.0"
push "route 192.168.0.0 255.255.255.0"
persist-key
persist-tun
status openvpn-status.log
verb 3
When I try to copy files from any folder it gets slow, it doesn't give an error, it just gets slow, around 200kb on the local network, normally it goes over 400mb, for the server to return to normal I had to stop the OpenVPN services, I tested again with the company closed, if I try to copy files on the local network with OpenVPN running the copy gets slow.
Any suggestions?
port 1194
proto udp
dev tun
topology subnet
cipher AES-256-GCM
ca ca.crt
cert Server.crt
key Server.key
dh dh.pem
server 10.10.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
keepalive 10 120
push "route 10.10.0.0 255.255.255.0"
push "route 192.168.0.0 255.255.255.0"
persist-key
persist-tun
status openvpn-status.log
verb 3