Taken from:
https://www.privateinternetaccess.com/pages/client-support/#ddwrt_pptp
https://www.privateinternetaccess.com/pages/client-support/#ddwrt_pptp
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.
No comments:
Post a Comment