Top Banner
Virtual Virtual Private Private Network Network - VPN - VPN By: Jordan Boscaglia Julia Michaely Leslie Shum Inan Berisha Tiago Cruz
12

Virtual Private Network - VPN

Jan 13, 2016

Download

Documents

Colm

Virtual Private Network - VPN. By : Jordan Boscaglia Julia Michaely Leslie Shum Inan Berisha Tiago Cruz. Contents. Introduction Objectives Creating a Server ( on Debian) Creating a Client. Introduction. What is VPN ? is used to connect networks - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Virtual  Private Network  - VPN

Virtual Virtual PrivatePrivate NetworkNetwork - - VPNVPN

By:Jordan Boscaglia Julia MichaelyLeslie ShumInan BerishaTiago Cruz

Page 2: Virtual  Private Network  - VPN

ContentsContents

IntroductionObjectivesCreating a Server (on Debian)Creating a Client

Page 3: Virtual  Private Network  - VPN

IntroductionIntroduction

What is VPN?

is used to connect networks

creates a secure tunnel through the internet to access data from the server

Page 4: Virtual  Private Network  - VPN

ObjectivesObjectives

Primary Objective:Create Client to access data from

Wetzlar

Secondary Objective:Setup a VPN Server in

Matosinhos

Page 5: Virtual  Private Network  - VPN

Create a Server (on Create a Server (on Debian)Debian)choose a PC that conforms our

requirements :◦~ 30GB HDD◦Linux server version◦Optimum 2 Ethernet cards

Earn Linux-Server skills

Page 6: Virtual  Private Network  - VPN

Create a Server (on Create a Server (on Debian)Debian)Install several programs

(openVPN,openssl,liblzo1…)

Edit configuration files

Create keys (ca-key, Server-key, Client-key)

Page 7: Virtual  Private Network  - VPN

Create a Server (on Create a Server (on Debian)Debian)Difficulties:

◦Less experience with Linux Instructions Commands

Achieved knowledge :◦Midnight Commander ◦New commands

Page 8: Virtual  Private Network  - VPN

Creating a ClientCreating a Client

Download and Install OpenVPN

Get Server keys (via different media)

Create a client-configuration file

Run OpenVPN

Page 9: Virtual  Private Network  - VPN

Creating a ClientCreating a ClientHow to create a configuration file:

Copy keysCreate text file with commandsSave file as *.ovpnrun openVPN with configuration

file

Page 10: Virtual  Private Network  - VPN

Creating a ClientCreating a Client

Page 11: Virtual  Private Network  - VPN

THE END

Thank you for listening

Page 12: Virtual  Private Network  - VPN