need help?
I currently have a 150 MBs connection. I can generally download at about 16mb/s on a given day.
However, when I connect to my VPN, I get only about 2mb/s. This is a config setup through my router using OpenVPN and PIA. Here is my config.
However, when I connect to my VPN, I get only about 2mb/s. This is a config setup through my router using OpenVPN and PIA. Here is my config.
client
dev tun
proto udp
remote us-seattle.privateinternetaccess.com 1197
resolv-retry infinite
nobind
persist-key
persist-tun
cipher aes-256-cbc
auth sha256
tls-client
remote-cert-tls server
auth-user-pass
comp-lzo
verb 1
reneg-sec 0
crl-verify crl.rsa.4096.pem
ca ca.rsa.4096.crt
disable-occ
Comments
Even high-end consumer routers typically max out around ~50mbps. To saturate your line, you'll have to use a device that supports AES-NI (hardware accelerated encryption). A pfSense box or one of the few consumer routers with AES-NI, like the ASUS AC86U might improve your speeds significantly.
Thanks!
I know the OpenVPN team is looking toward multithreading for future versions, but that's a long way off. Right now, AES-NI + high clock speeds = optimal speeds using OpenVPN.