Changes between Initial Version and Version 1 of Easy_Windows_Guide


Ignore:
Timestamp:
10/26/10 17:43:43 (14 years ago)
Author:
eliyak
Comment:

began easy guide to Windows setup

Legend:

Unmodified
Added
Removed
Modified
  • Easy_Windows_Guide

    v1 v1  
     1This page will contain a no-frills guide to getting OpenVPN up and running on a Windows server and client(s).
     2
     3== Download and Install OpenVPN ==
     4
     51. Download the installer from [http://www.openvpn.net/release/openvpn-2.1.3-install.exe here] and run it.
     6
     7== Create Certificates and Keys ==
     8
     91. Navigate to the C:\Program Files\OpenVPN\easy-rsa folder in the command prompt:
     10 a. Press Windows Key + R
     11 b. Type "cmd.exe" and press Enter.
     12{{{
     13cmd.exe
     14}}}
     15 c. Enter the following to navigate to the correct folder:
     16{{{
     17cd "C:\Program Files\OpenVPN\easy-rsa"
     18}}}