remote – Why Is my VPN so Slow?

Closed. This question is off-topic. It is not currently accepting answers.

NE is a site for to ask and provide answers about professionally managed networks in a business environment. Your question falls outside the areas our community decided are on topic. Please visit the help center for more details. If you disagree with this closure, please ask on Network Engineering Meta.

I configured an OpenVPN server on a Windows Server. On the same computer (192.168.1.204) I have a Web Server that I’m trying to access remotely through the VPN. I have successfully accessed it remotely, but for some reason it takes minutes to load a single page. I was wondering what I’m doing wrong.
This is my server config
port 1194
proto udp
dev tun
#tun-mtu 1200
topology subnet
server 10.8.0.0 255.255.255.0
keepalive 10 120
persist-key
persist-tun
status openvpn-status.log
ifconfig-pool-persist ipp.txt
verb 3
explicit-exit-notify
client-to-client
script-security 3
push “dhcp-option DNS 192.168.1.204”
push “route 192.168.1.204 255.255.255.255”
username-as-common-name
auth-user-pass-verify “C:\\Program Files\\OpenVPN\\config\\check_credentials.bat” via-env
ca “C:\\Program Files\\OpenVPN\\config\\ca.crt”
cert “C:\\Program Files\\OpenVPN\\config\\server.crt”
key “C:\\Program Files\\OpenVPN\\config\\server.key”
dh “C:\\Program Files\\OpenVPN\\config\\dh.pem”
tls-auth “C:\\Program Files\\OpenVPN\\config\\ta.key” 0

This is my client config
client
dev tun
proto udp
#tun-mtu 1200
remote <public-ip> 1194
resolv-retry infinite
nobind
persist-key
persist-tun
remote-cert-tls server
key-direction 1
auth-user-pass
verb 3

<ca>
</ca>

<cert>
</cert>

<key>
</key>

<tls-auth>
</tls-auth>

This is traffic captured on the client side

This is traffic captured on the server side

Stay in the Loop

Get the daily email from CryptoNews that makes reading the news actually enjoyable. Join our mailing list to stay in the loop to stay informed, for free.

Latest stories

- Advertisement - spot_img

You might also like...