Client configuration commands help
Posted: Sat Dec 27, 2014 7:30 am
I am using OpenVPN (Viscosity Client for Win) with PrivateInternetAccess as my VPN service. I want to change my config to have this below:
Data Encryption: AES-256
Data Authentication: SHA256
Handshake: RSA4096
DNS Leak Protection enabled
IPv6 Leak Protection enabled
I just don't know the configuration commands, any help & or recommendations as to making my connection more secure would be greatly appreciated.
Also can anyone recommend a better VPN service? Thanks a bunch.
My current config file:
client
dev tun
proto udp
remote us-west.privateinternetaccess.com 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
tls-client
remote-cert-tls server
auth-user-pass
comp-lzo
verb 1
reneg-sec 0
crl-verify crl.pem
Data Encryption: AES-256
Data Authentication: SHA256
Handshake: RSA4096
DNS Leak Protection enabled
IPv6 Leak Protection enabled
I just don't know the configuration commands, any help & or recommendations as to making my connection more secure would be greatly appreciated.
Also can anyone recommend a better VPN service? Thanks a bunch.
My current config file:
client
dev tun
proto udp
remote us-west.privateinternetaccess.com 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
tls-client
remote-cert-tls server
auth-user-pass
comp-lzo
verb 1
reneg-sec 0
crl-verify crl.pem