OpenVPN client HowTo

General discussion about Gargoyle, OpenWrt or anything else even remotely related to the project

Moderator: Moderators

Post Reply
lollapalooza
Posts: 122
Joined: Mon Jun 09, 2014 12:53 pm

OpenVPN client HowTo

Post by lollapalooza »

I've got a router with OpenVPN server in the remote site (my parent's house), and a WNDR3700V2 with Gargoyle 1.8.1 at local site (my home).

By using OpenVPN client on my PC, I can safely log in to the remote router, so config is fine.

In OpenVPN client config folder I've got 4 files:
ca.crt
client.crt
client.key
client.ovpn (* - see below)

I don't need to enter any password: auth is granted only via certificate.

How do I configure Gargoyle OpenVPN client in order to connect to my parent's home? :-D

Here follows content of client.ovpn file

Code: Select all

client
dev tap
proto udp
dev-node NETGEAR-VPN
remote xxx.xxx.com 12974
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
cipher AES-128-CBC
comp-lzo
verb 5

ispyisail
Moderator
Posts: 5218
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: OpenVPN client HowTo

Post by ispyisail »

use Gargoyle on both ends

easy

lollapalooza
Posts: 122
Joined: Mon Jun 09, 2014 12:53 pm

Re: OpenVPN client HowTo

Post by lollapalooza »

ispyisail wrote:use Gargoyle on both ends
Not supported on other side's router :(

ispyisail
Moderator
Posts: 5218
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: OpenVPN client HowTo

Post by ispyisail »

lollapalooza wrote:
ispyisail wrote:use Gargoyle on both ends
Not supported on other side's router :(
re-flash their router :)

You should be able to use openwrt, I've just never done it

lollapalooza
Posts: 122
Joined: Mon Jun 09, 2014 12:53 pm

Re: OpenVPN client HowTo

Post by lollapalooza »

There's no release of Gargoyle for Netgear Nighthawk X4S D7800

Post Reply