I have been trying for a couple of months now to get this going on my RB2011-UAS-2HnD router. I even went to the point of using a DD-wrt router so i could use the VPN capabilities as i couldnt get it going with my MK.
Also i have watched every tutorial going with no luck.
Could someone please layout proper setup to connect as a OVPN client with Privateinternetaccess service.
Below is cut and paste from the DD-WRT setup if that helps. Also they provide a ca.crt file which i have tried to upload but router complains about certificate they provide.
I am trying to set this up on my mk so that certain devices access the vpn for internet and others use straight connection to ISP.
Any help would be appreciated as i am going on holidays next week allowing me time to work on getting this up and going. They also have a option but the link will not stay established.
“DD-WRT: VPN OpenVPN Setup
Access the Administration area and then go to Commands and finally Startup.
Enter the following:
echo username >> /tmp/password.txt
echo password >> /tmp/password.txt
/usr/bin/killall openvpn
/usr/sbin/openvpn --config /tmp/openvpncl/openvpn.conf --route-up /tmp/openvpncl/route-up.sh --down-pre /tmp/openvpncl/route-down.sh --daemon
Access the VPN tab found under the Services section.
Enable the OpenVPN Client.
Set the Server IP/name to us-east.privateinternetaccess.com [*].
Set the Port to 1194.
Set the Tunnel Device to TUN.
Set the Tunnel Protocol to UDP.
Set the Encryption Cipher to Blowfish CBC (Default).
Set the Hash Algorithm to SHA1.
Set the nsCertType to unchecked.
Set the Advanced Options to Enabled.
Set Use LZO Compression to Enable.
Set NAT to Enable.
In the Additional Config enter the following:
auth-user-pass /tmp/password.txt
persist-key
persist-tun
tls-client
remote-cert-tls server
Copy and paste the contents of ca.crt found in our OPENVPN CONFIG FILES, into the CA cert field.”
Thanks in advance
Derek