OpenVPN

From syn2cat - HackerSpace.lu
(Difference between revisions)
Jump to: navigation, search
m (attending)
 
(22 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Event
 
{{Event
|attendees=Kwisatz,  
+
|attendees=Azunix, Lala, The metalgamer
 
|eventtype=Workshop
 
|eventtype=Workshop
|subtitle=Securing your data over a secure line
+
|subtitle=Securing your data over an encrypted line
|description=OpenVPN is a free software that implements virtual private networks techniques to tunnel data from one end to another and similar scenarios.
+
|description=OpenVPN is a free software that implements virtual private networks techniques to tunnel data from one end to another and similar scenarios. OpenSSL is a free software implementation of the SSL/TLS protocol and an essential element of OpenVPN.
 
|contact=prometheus
 
|contact=prometheus
|organizer=Chaos Computer Club Lëtzebuerg
+
|organizer=C3L
 
|recurring=no
 
|recurring=no
|from=2011/09/17 03:00:00 PM
+
|from=2010/02/26 02:00
|till=2011/09/17 06:00:00 PM
+
|till=2010/02/26 03:00
 
|location=Hackerspace, Strassen
 
|location=Hackerspace, Strassen
 
|logo=Openvpn_logo.png
 
|logo=Openvpn_logo.png
|announce=yes
+
|announce=no
 
|cost=0 EUR
 
|cost=0 EUR
 
|url=http://ur1.ca/4vd78
 
|url=http://ur1.ca/4vd78
 
|u19=no
 
|u19=no
|keywords=OpenVPN, VPN, Tunnel, SSL
+
|keywords=OpenVPN, VPN, Tunnel, OpenSSL, SSL, Networking, Security, Encryption
 
|external=yes
 
|external=yes
 
}}
 
}}
'''Please note that the givin' dates are NOT sure yet.'''
+
<!--
 +
-->
 +
 
 +
<center>'''Event POSTPONED to UNKOWN date yet'''</center>
  
 
== Requirements ==
 
== Requirements ==
  
 
* OS: GNU/Linux '''or''' MacOS X
 
* OS: GNU/Linux '''or''' MacOS X
 +
 +
'''Note:''' If there is no possibility for attendees bringing their own computer(s), please let me know. There are enough computers / notebooks in syn2cat that can be used.
  
 
== Facts about OpenVPN ==
 
== Facts about OpenVPN ==
Line 28: Line 33:
 
== Workshop Flow ==
 
== Workshop Flow ==
  
# Introduction
+
#Introduction
 
# Why should I encrypt my data?
 
# Why should I encrypt my data?
# What is OpenVPN?
+
# What scenario does fit?
# Workshop procedures:
+
# What is OpenVPN and what role does OpenSSL play?
## Setting up server / client
+
# ''OpenSSL''
## Creating CA and setting up SSL
+
## Designing Directory Tree
## Adjusting the config files
+
## Configuration
## Testing
+
## Setting up a CA
# Where can VPNs be used or where to get them?
+
## Setting up Sub-CA's
 +
## Generating Certificates
 +
# ''OpenVPN''
 +
##
 +
 
 +
== Configuration Files ==
 +
 
 +
=== Server Config ===
 +
 
 +
=== Client Config ===
  
 
== References ==
 
== References ==
  
 +
'''OpenVPN'''
 
* [https://www.openvpn.net/ OpenVPN Website]
 
* [https://www.openvpn.net/ OpenVPN Website]
 
* [https://www.openvpn.net/howto.html OpenVPN How To]
 
* [https://www.openvpn.net/howto.html OpenVPN How To]
 +
* [https://en.wikipedia.org/wiki/OpenVPN Wikipedia - OpenVPN]
 +
 +
'''OpenSSL'''
 +
* [https://www.openssl.org/ OpenSSL Website]
 +
* [https://en.wikipedia.org/wiki/OpenSSL Wikipedia - OpenSSL]
 +
 +
'''Books'''
 +
* [http://www.galileocomputing.de/katalog/buecher/titel/gp/titelID-2205 Galileo Computing - Linux Server]
 +
* [http://www.galileocomputing.de/katalog/buecher/titel/gp/titelID-1312 Galileo Computing - Praxisbuch Netzwerk-Sicherheit]
 +
 +
'''Websites'''
 +
* [http://blog.wains.be/2008/07/18/openvpn-routing-all-traffic-through-the-vpn-tunnel/ Sébastien Wains - OpenVPN : routing all traffic through the VPN tunnel]
 +
* [http://linuxconfig.org/VPN_-_Virtual_Private_Network_and_OpenVPN VPN - Virtual Private Network and OpenVPN]
 +
* [http://c3l.lu/wiki/OpenVPN C3L - OpenVPN]
 +
 +
'''PDFs'''
 +
* [http://web.lib.sun.ac.za/ubuntu/files/help/network/OpenVPN-1.pdf Linux Magazine - Data Tunnel]

Latest revision as of 22:48, 26 February 2012

Note: this article is about a passed event.
Add your Event
Workshop.png
OpenVPN
Securing your data over an encrypted line
Openvpn logo.png
Type of Event: Workshop
From: 2010/02/26 02:00
Till: 2010/02/26 03:00
Recurring: no
Organizer: C3L
Cost: 0 EUR0 $
0 £
0 CHF
Mandatory registration:
Website: http://ur1.ca/4vd78
Attendees: Azunix, Lala, The metalgamer
Log-in to RSVP
Contact Person(s): prometheus (mail)
Keywords: OpenVPN, VPN, Tunnel, OpenSSL, SSL, Networking, Security, Encryption
Location
Where: Hackerspace, Strassen (11, rue du Cimetière, L-8018 Strassen, Luxembourg)
Map:
Loading map...
Tools
QrCode: QR-3b892e4aef49ddfe0dff82b19834d673.png
Add to your calendar: Download … further results
Alternate picture: None
Announce globally: no
OpenVPN is a free software that implements virtual private networks techniques to tunnel data from one end to another and similar scenarios. OpenSSL is a free software implementation of the SSL/TLS protocol and an essential element of OpenVPN.




Event POSTPONED to UNKOWN date yet

Contents

[edit] Requirements

  • OS: GNU/Linux or MacOS X

Note: If there is no possibility for attendees bringing their own computer(s), please let me know. There are enough computers / notebooks in syn2cat that can be used.

[edit] Facts about OpenVPN

[edit] Workshop Flow

  1. Introduction
  2. Why should I encrypt my data?
  3. What scenario does fit?
  4. What is OpenVPN and what role does OpenSSL play?
  5. OpenSSL
    1. Designing Directory Tree
    2. Configuration
    3. Setting up a CA
    4. Setting up Sub-CA's
    5. Generating Certificates
  6. OpenVPN

[edit] Configuration Files

[edit] Server Config

[edit] Client Config

[edit] References

OpenVPN

OpenSSL

Books

Websites

PDFs

Personal tools
Namespaces

Variants
Actions
Navigation
syn2cat
Hackerspace
Activities
Initiatives
Community
Tools
Tools