Page 1 of 1

OpenVPN manual setup

Posted: Fri Mar 15, 2013 8:52 pm
by thadapacadava
Hi,

I am with privateinternetaccess.com but they only provide guides for dd-wrt, tomato and pfsense for openVPN. I like gargoyle firmware too much to change for them so I was hoping to get a little assistance with setting up my account on a netgear WNDR3800 running gargoyle 1.5.9

I was told by their tech support that only the client certificate is required apart from the server, port, protocol and encryption settings. This I can work out. However, how would I enter my privateinternetaccess.com username and password? I cannot see anywhere in gargoyle to enter it through a startup script.

I know a little about VPNs but am fairly new to gargoyle firmware.

Thanks!

Re: OpenVPN manual setup

Posted: Sat Mar 16, 2013 6:34 am
by ispyisail
Ubuntu Linux 10.10: OpenVPN Setup

In Terminal, install openvpn packages with sudo apt-get install network-manager-openvpn.
Restart the network manager with sudo restart network-manager
Run sudo wget https://www.privateinternetaccess.com/o ... penvpn.zip
Extract the files from the zip with unzip openvpn.zip.
Move ca.crt to /etc/openvpn
Open the Network Manager on the menu bar.
Choose add and select the OpenVPN connection type, and click Create.
Enter Private Internet Access SSL for the Connection Name.
Enter us-west.privateinternetaccess.com [*] for the Gateway
Select Password and enter your login credentials.
Browse and select the CA Certificat we saved in Step 3.
Choose Advanced and enable LZO Compression.
Apply and exit.
Connect using the Network Manager.
From my understanding Gargoyle does not support "Select Password and enter your login "credentials." Through the GUI

Might be possible through CLI, but advanced

Re: OpenVPN manual setup

Posted: Sat Mar 16, 2013 7:42 am
by thadapacadava
Thanks for your reply.

Does openWRT support it, or is my only option dd-wrt?

Re: OpenVPN manual setup

Posted: Sat Mar 16, 2013 3:11 pm
by ispyisail
google openwrt

also have a look at the docs at hidemyass.com