Welcome, Guest. Please login or register.
Did you miss your activation email?
Friday 19 April 2024, 11:23:58 am

Login with username, password and session length

Visit the Official Endian Bug tracker  HERE
14247 Posts in 4376 Topics by 6491 Members
Latest Member: roy
Search:     Advanced search
+  EFW Support
|-+  Support
| |-+  VPN Support
| | |-+  Where is the "VPN client download" link?
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Where is the "VPN client download" link?  (Read 26098 times)
marvosa
Jr. Member
*
Offline Offline

Posts: 5


« on: Thursday 27 August 2009, 09:12:03 am »

According to the documentation (http://docs.endian.com/2.2/en/efw.vpn.html), in the VPN section on the "advanced" tab, there's supposed to be a link that says "VPN client download", but I don't see it.  Am I missing something?  Has anyone else seen it?  Was it moved or taken out?

I'm running Endian Firewall Community 2.2 final.
Logged
StephanSch
Full Member
***
Offline Offline

Gender: Male
Posts: 57


« Reply #1 on: Friday 28 August 2009, 04:24:07 am »

The help is also for the appliance. In community you don't have this link.
Logged
lightenup
Full Member
***
Offline Offline

Posts: 11


« Reply #2 on: Saturday 29 August 2009, 04:42:55 am »

This is a nice GUI client:  http://openvpn.se/

Download the cert from your firewall and place it in \Program Files\OpenVPN\config you also need to create a config file in the same directory as follows:

File: config.ovpn

client
dev tap
proto udp
remote your.dns.name.com
#remote 1.2.3.4                               << Or you can use IP
resolv-retry infinite
nobind
persist-key
persist-tun
ca your_certificate.pem                    << This is the name of the cert file you downloaded off your firewall.
auth-user-pass
comp-lzo


Logged
Kamilion
Jr. Member
*
Offline Offline

Posts: 1


« Reply #3 on: Tuesday 22 September 2009, 03:52:04 am »

In fact, that OpenVPN GUI has been imported into the main project.

As of september 21st, the current client download link is:
http://www.openvpn.net/index.php/open-source/downloads.html
Version 2.1-rc19. It's stable on XP, Vista 32/64, and Win7 32/64.
http://www.openvpn.net/release/openvpn-2.1_rc19-install.exe

Run the installer, then extract your vpn config files to C:\Program Files (x86)\OpenVPN\config
(Remove the (x86) if you're on a 32bit install)

This should be two files, the .Pem generated by endian, and the .ovpn file that looks like this:

Code:
client
dev tap
proto udp
remote <external_hostname>
resolv-retry infinite
nobind
persist-key
persist-tun
ca endian.pem
auth-user-pass
comp-lzo

Good luck!
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  

Page created in 0.063 seconds with 19 queries.
Powered by SMF 1.1 RC2 | SMF © 2001-2005, Lewis Media Design by 7dana.com