Changes between Version 4 and Version 5 of Easy_Windows_Guide


Ignore:
Timestamp:
10/26/10 19:06:40 (13 years ago)
Author:
eliyak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Easy_Windows_Guide

    v4 v5  
    5252}}}
    5353
    54 === Build your certificates and keys ===
     54=== Build Your Certificates and Keys ===
    5555
    56561. The certificate authority (CA) certificate and key:
     
    9999}}}
    100100
     101=== Server Config File ===
     1021. Open server.ovpn
     103
     1042. Find the following lines:
     105{{{
     106ca ca.crt
     107cert server.crt
     108key server.key
     109}}}
     110{{{
     111dh dh1024.pem
     112}}}
     113
     1143. Edit them as follows:
     115{{{
     116ca "C:\\Program Files\\OpenVPN\\config\\ca.crt"
     117cert "C:\\Program Files\\OpenVPN\\config\\server.crt"
     118key "C:\\Program Files\\OpenVPN\\config\\server.key"
     119}}}
     120{{{
     121dh "C:\\Program Files\\OpenVPN\\config\\dh1024.pem"
     122}}}
     123
     1244. Save the file as C:\Program Files\OpenVPN\config\server.ovpn
     125
     126=== Client Config Files ===
     127This is similar to the server
     128
    101129== Further Considerations / Troubleshoting ==
    102 Your server will need to have a static IP or DNS to be accessible over the long term. One solution is to sign up for an account with DynDNS and install the DynDNS Updater on your server. This account will determine the static DNS of your server. (For example, "myserver.dyndns.org")
     130
     131== Port Forwarding ==
     132
     133If your server is behind a router, you will need to forward the port chosen for OpenVPN (in this example UDP 1194) to the server. Consult your router's documentation for details on this.
     134
     135To set up port forwarding, you will likely need to set up the server with a static local IP address instead of the default dynamic (changing) IP. Instructions for Windows XP may be found [http://www.ehow.com/how_4393725_static-ip-address-win-xp.html here]. Make sure to choose a static IP address that is not in the range your router might assign as a dynamic IP.
     136
     137== Static Internet IP ==
     138
     139Your server will need to have a static internet IP or Domain Name to be accessible over the long term. One solution is to sign up for an account with DynDNS and install the DynDNS Updater on your server. When signing up you will determine the static DNS of your server. (For example, "myserver.dyndns.org")