Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
public:openvpn [2010/03/06 00:49] Nicopublic:openvpn [2010/03/06 00:56] – SendEmail usage Nico
Line 272: Line 272:
  
 <code> <code>
-  FT-DEV01-PAR:/etc/openvpn/easy-rsa# ./build-key j.doe+  host:/etc/openvpn/easy-rsa# ./build-key j.doe
   Generating a 1024 bit RSA private key   Generating a 1024 bit RSA private key
   .........++++++   .........++++++
Line 312: Line 312:
 </code> </code>
  
-A zip file name <user>_vpn.zip will the be created in /tmp/ with all necessary files, send it to the user via encrypted channel.+A zip file name <user>_vpn.zip will the be created in /tmp/ with all necessary files, send it to the user via encrypted channel; if you **really** do want to send it over e-mail, you can use [[http://caspian.dotconf.net/menu/Software/SendEmail/|SendEmail]]: 
 + 
 +<code> 
 +# sendEmail -f <sender> -t <recipient> -u "VPN certificate" -m "here it is." -a /tmp/<user>_vpn.zip 
 +</code>
  
 ====== Revoke certificate ====== ====== Revoke certificate ======
Line 326: Line 330:
  
 ======= Troubleshooting ======= ======= Troubleshooting =======
-If Routing does not work on the client side, you will have to manually add a route; exemple on a Windows machine:+If Routing does not work on the client side, you will have to manually add a route; example on a Windows machine:
   # route ADD 192.168.1.0 MASK 255.255.0.0 192.168.1.254   # route ADD 192.168.1.0 MASK 255.255.0.0 192.168.1.254
 this issue should mostly occur on Windows Vista & Windows 7 with pre-2.1rc2 OpenVPN versions. this issue should mostly occur on Windows Vista & Windows 7 with pre-2.1rc2 OpenVPN versions.