Basically, this is the setup that I am looking for while connected to OpenVPN:
1. All traffic to my home NAS/server flows securely through VPN
2. All web browsing traffic flows securely through VPN (in case I need to make a purchase online using my credit card info)
3. Sending and receiving e-mails can flow through the Net Gateway/unsecured internet
I have posted my client.ovpn details below.
Any help given on this issue would be great!
Code: Select all
client
dev tun
proto udp
remote [networkname.com] 1194
float
comp-lzo adaptive
keepalive 15 60
auth-user-pass
<ca>
-----BEGIN CERTIFICATE-----
Removed
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
Removed
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
Removed
-----END PRIVATE KEY-----
</key>
ns-cert-type server
resolv-retry infinite
nobind